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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2489" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10005C'^^xsd:string;
  dwc:scientificName 'Accipiter nisus nisus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2489'^^xsd:string;
  dwc:yearCollected '1920'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.45'^^xsd:double;
  dwc:latitude '51.2833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9120'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290359'^^xsd:anyURI;
  dwc:observationDate '1920-05-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.8433 26.7035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.8433"^^xsd:decimal ;
  dwc:decimalLongitude "26.7035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23622'^^xsd:integer;
  dwc:scientificName 'Musophaga rossae rossae Gould, 1852'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1953'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.7035'^^xsd:double;
  dwc:latitude '-8.8433'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290381'^^xsd:anyURI;
  dwc:observationDate '1947-10-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.72083 103.69556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.72083"^^xsd:decimal ;
  dwc:decimalLongitude "103.69556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4888" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3029'^^xsd:gYear;
  dwc:scientificName 'Picoides tridactylus crissoleucus (Reichenbach, 1854)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4888'^^xsd:string;
  dwc:collector 'Rey Claudius (Prof.)'^^xsd:string;
  dwc:yearCollected '1878'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Baikal'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '103.69556'^^xsd:double;
  dwc:latitude '51.72083'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4888'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290415'^^xsd:anyURI;
  dwc:observationDate '1878-11-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290419> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2333333333 1.5666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.2333333333"^^xsd:decimal ;
  dwc:decimalLongitude "1.5666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/34930" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '45536'^^xsd:integer;
  dwc:scientificName 'Gavia stellata (Pontoppidan, 1763)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Ghilain Pierre (M.)'^^xsd:string;
  dwc:yearIdentified '1964'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/34930'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '1.5666666667'^^xsd:double;
  dwc:latitude '60.2333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23064'^^xsd:anyURI;
  dwc:aphiaid '137188'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290419'^^xsd:anyURI;
  dwc:observationDate '1938-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.333333 4.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.333333"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.333333 4.35)"^^geo:wktLiteral ;
  geo-pos:lat "50.333333"^^xsd:decimal ;
  geo-pos:long "4.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25763" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '57714'^^xsd:integer;
  dwc:scientificName 'Rissa tridactyla pollicaris Ridgway, 1884'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25763'^^xsd:string;
  dwc:collector 'de Briey B.'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.35'^^xsd:double;
  dwc:latitude '50.333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25763'^^xsd:anyURI;
  dwc:aphiaid '567461'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290423'^^xsd:anyURI;
  dwc:observationDate '1977-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '567461'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290444> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33962 12.37129)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.33962"^^xsd:decimal ;
  dwc:decimalLongitude "12.37129"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24781'^^xsd:integer;
  dwc:scientificName 'Tyto alba guttata (Brehm, 1831)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11149'^^xsd:string;
  dwc:collector 'Musée de Dresden'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '12.37129'^^xsd:double;
  dwc:latitude '51.33962'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11149'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290444'^^xsd:anyURI;
  dwc:observationDate '1931-01-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8833333333 4.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.8833333333"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7586" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '16766'^^xsd:integer;
  dwc:scientificName 'Accipiter nisus nisus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7586'^^xsd:string;
  dwc:yearCollected '1945'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.5'^^xsd:double;
  dwc:latitude '50.8833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:14561'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290446'^^xsd:anyURI;
  dwc:observationDate '1945-03-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9333333333 4.8166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9333333333"^^xsd:decimal ;
  dwc:decimalLongitude "4.8166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/8778" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '61757'^^xsd:integer;
  dwc:scientificName 'Falco tinnunculus tinnunculus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/8778'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.8166666667'^^xsd:double;
  dwc:latitude '50.9333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26088'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290458'^^xsd:anyURI;
  dwc:observationDate '1979-12-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290485> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.9833333333 25.9333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.9833333333"^^xsd:decimal ;
  dwc:decimalLongitude "25.9333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/22772" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '54131'^^xsd:integer;
  dwc:scientificName 'Anhinga melanogaster rufa (Daudin, 1802)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/22772'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '25.9333333333'^^xsd:double;
  dwc:latitude '2.9833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15132'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290485'^^xsd:anyURI;
  dwc:observationDate '1946-07-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.4833333333 8.2666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.4833333333"^^xsd:decimal ;
  dwc:decimalLongitude "8.2666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/34434" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '35633'^^xsd:integer;
  dwc:scientificName 'Cursorius cursor cursor (Latham, 1787)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/34434'^^xsd:string;
  dwc:yearCollected '1937'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '8.2666666667'^^xsd:double;
  dwc:latitude '34.4833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12153'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290487'^^xsd:anyURI;
  dwc:observationDate '1937-06-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.15 30.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.15 30.34)"^^geo:wktLiteral ;
  geo-pos:lat "-8.15"^^xsd:decimal ;
  geo-pos:long "30.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15333" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20908'^^xsd:integer;
  dwc:scientificName 'Poicephalus meyeri neavei Grant'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15333'^^xsd:string;
  dwc:collector 'Bredo H.J.'^^xsd:string;
  dwc:yearCollected '1941'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Zambia'^^xsd:string;
  dwc:longitude '30.34'^^xsd:double;
  dwc:latitude '-8.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15333'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290493'^^xsd:anyURI;
  dwc:observationDate '1941-05-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.6 1.1166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.6"^^xsd:decimal ;
  dwc:decimalLongitude "1.1166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/27628" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '54322'^^xsd:integer;
  dwc:scientificName 'Anser cygnoides Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/27628'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '1.1166666667'^^xsd:double;
  dwc:latitude '49.6'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24739'^^xsd:anyURI;
  dwc:aphiaid '1037303'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290497'^^xsd:anyURI;
  dwc:observationDate '1972-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '1037303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290511> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.21 3.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.21"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.21 3.15)"^^geo:wktLiteral ;
  geo-pos:lat "51.21"^^xsd:decimal ;
  geo-pos:long "3.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "2738" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '7244'^^xsd:gYear;
  dwc:scientificName 'Larus canus canus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '2738'^^xsd:integer;
  dwc:collector 'Proost'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1877'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.15'^^xsd:double;
  dwc:latitude '51.21'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3912'^^xsd:anyURI;
  dwc:aphiaid '437589'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290511'^^xsd:anyURI;
  dwc:aphiaIdAccepted '437589'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6 3.3833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.6"^^xsd:decimal ;
  dwc:decimalLongitude "3.3833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9423" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '18865'^^xsd:integer;
  dwc:scientificName 'Accipiter nisus nisus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9423'^^xsd:string;
  dwc:yearCollected '1942'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.3833333333'^^xsd:double;
  dwc:latitude '50.6'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16268'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290543'^^xsd:anyURI;
  dwc:observationDate '1942-10-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.5822 -72.5239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.5822"^^xsd:decimal ;
  dwc:decimalLongitude "-72.5239"^^xsd:decimal ;
  dwc: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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.5822 -72.5239)"^^geo:wktLiteral ;
  geo-pos:lat "-41.5822"^^xsd:decimal ;
  geo-pos:long "-72.5239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26894" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '68418'^^xsd:integer;
  dwc:scientificName 'Aphrastura spinicauda spinicauda (Gmelin, 1789)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26894'^^xsd:string;
  dwc:collector 'Fonds Léopold III'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-72.5239'^^xsd:double;
  dwc:latitude '-41.5822'^^xsd:double;
  dwc:coordinatePrecision '20000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26894'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290557'^^xsd:anyURI;
  dwc:observationDate '1985-02-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290571> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.4625 -15.70083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.4625"^^xsd:decimal ;
  dwc:decimalLongitude "-15.70083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25993" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '61068'^^xsd:integer;
  dwc:scientificName 'Galerida cristata senegallensis (Müller, 1776)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25993'^^xsd:string;
  dwc:collector 'Morel G.J.'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'Senegal'^^xsd:string;
  dwc:longitude '-15.70083'^^xsd:double;
  dwc:latitude '16.4625'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25993'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290571'^^xsd:anyURI;
  dwc:observationDate '1979-05-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.4625 -15.70083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.4625"^^xsd:decimal ;
  dwc:decimalLongitude "-15.70083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25993" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '61069'^^xsd:integer;
  dwc:scientificName 'Galerida cristata senegallensis (Müller, 1776)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25993'^^xsd:string;
  dwc:collector 'Morel G.J.'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'Senegal'^^xsd:string;
  dwc:longitude '-15.70083'^^xsd:double;
  dwc:latitude '16.4625'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25993'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290572'^^xsd:anyURI;
  dwc:observationDate '1979-05-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.083333 4.716667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.083333"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.083333 4.716667)"^^geo:wktLiteral ;
  geo-pos:lat "51.083333"^^xsd:decimal ;
  geo-pos:long "4.716667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9473" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9900'^^xsd:gYear;
  dwc:scientificName 'Alauda arvensis arvensis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9473'^^xsd:string;
  dwc:collector 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.716667'^^xsd:double;
  dwc:latitude '51.083333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9473'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290574'^^xsd:anyURI;
  dwc:observationDate '1931-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7337" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-03-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '64926'^^xsd:integer;
  dwc:scientificName 'Gavia stellata (Pontoppidan, 1763)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1965'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7337'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26241'^^xsd:anyURI;
  dwc:aphiaid '137188'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290579'^^xsd:anyURI;
  dwc:aphiaIdAccepted '137188'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9333333333 27.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.9333333333"^^xsd:decimal ;
  dwc:decimalLongitude "27.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9333333333 27.2)"^^geo:wktLiteral ;
  geo-pos:lat "-8.9333333333"^^xsd:decimal ;
  geo-pos:long "27.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23786" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '22889'^^xsd:integer;
  dwc:scientificName 'Francolinus squamatus Cassin, 1857'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23786'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '27.2'^^xsd:double;
  dwc:latitude '-8.9333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290589'^^xsd:anyURI;
  dwc:observationDate '1948-10-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290627> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.25 4.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.25"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.25 4.95)"^^geo:wktLiteral ;
  geo-pos:lat "51.25"^^xsd:decimal ;
  geo-pos:long "4.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11630" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '45297'^^xsd:integer;
  dwc:scientificName 'Numenius arquata arquata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Asperslag L. (M.)'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11630'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.95'^^xsd:double;
  dwc:latitude '51.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23658'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290627'^^xsd:anyURI;
  dwc:observationDate '1961-04-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 14)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/28522" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4369'^^xsd:gYear;
  dwc:scientificName 'Falco tinnunculus tinnunculus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/28522'^^xsd:string;
  dwc:yearCollected '1890'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '14'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290636'^^xsd:anyURI;
  dwc:observationDate '1890-05-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290646> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30 -71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30"^^xsd:decimal ;
  dwc:decimalLongitude "-71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-03-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2311'^^xsd:integer;
  dwc:scientificName 'Patagona gigas (Vieillot, 1824)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.), Dubois Alain (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Parzudaki Emile (M.)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-71'^^xsd:integer;
  dwc:latitude '-30'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290646'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290652> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5833333333 5.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.5833333333"^^xsd:decimal ;
  dwc:decimalLongitude "5.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/8212" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9783'^^xsd:integer;
  dwc:scientificName 'Perdix perdix perdix (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Galasse A.'^^xsd:string;
  dwc:yearIdentified '1917'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/8212'^^xsd:string;
  dwc:yearCollected '1917'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.85'^^xsd:double;
  dwc:latitude '50.5833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9400'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290652'^^xsd:anyURI;
  dwc:observationDate '1917-05-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290654> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7666666667 4.7333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.7666666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.7333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7578" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72395'^^xsd:integer;
  dwc:scientificName 'Phylloscopus trochilus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bulteau Vincent (M.)'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7578'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.7333333333'^^xsd:double;
  dwc:latitude '50.7666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29794'^^xsd:anyURI;
  dwc:aphiaid '558579'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290654'^^xsd:anyURI;
  dwc:observationDate '2002-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '558579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.5166666667 25.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.5166666667"^^xsd:decimal ;
  dwc:decimalLongitude "25.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.5166666667 25.2)"^^geo:wktLiteral ;
  geo-pos:lat "-10.5166666667"^^xsd:decimal ;
  geo-pos:long "25.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20539'^^xsd:integer;
  dwc:scientificName 'Ardea melanocephala Vigors & Children, 1826'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23871'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '25.2'^^xsd:double;
  dwc:latitude '-10.5166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16698'^^xsd:anyURI;
  dwc:aphiaid '212667'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290664'^^xsd:anyURI;
  dwc:observationDate '1948-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '212667'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.25 27.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.25"^^xsd:decimal ;
  dwc:decimalLongitude "27.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.25 27.2)"^^geo:wktLiteral ;
  geo-pos:lat "-9.25"^^xsd:decimal ;
  geo-pos:long "27.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23960'^^xsd:integer;
  dwc:scientificName 'Macrodipteryx vexillarius (Gould, 1838)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1953'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '27.2'^^xsd:double;
  dwc:latitude '-9.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290700'^^xsd:anyURI;
  dwc:observationDate '1947-03-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290726> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.31667 29.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.31667"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24243'^^xsd:integer;
  dwc:scientificName 'Halcyon senegalensis senegalensis (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19064'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.75'^^xsd:double;
  dwc:latitude '0.31667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290726'^^xsd:anyURI;
  dwc:observationDate '1946-08-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4 4.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4 4.65)"^^geo:wktLiteral ;
  geo-pos:lat "51.4"^^xsd:decimal ;
  geo-pos:long "4.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/6537" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15081'^^xsd:integer;
  dwc:scientificName 'Numenius phaeopus phaeopus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/6537'^^xsd:string;
  dwc:yearCollected '1869'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.65'^^xsd:double;
  dwc:latitude '51.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13111'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290728'^^xsd:anyURI;
  dwc:observationDate '1869-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.16797 5.6274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.16797"^^xsd:decimal ;
  dwc:decimalLongitude "5.6274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15957" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '19349'^^xsd:integer;
  dwc:scientificName 'Cuculus canorus canorus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15957'^^xsd:string;
  dwc:collector 'de Ruette R.'^^xsd:string;
  dwc:yearCollected '1943'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.6274'^^xsd:double;
  dwc:latitude '50.16797'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15957'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290734'^^xsd:anyURI;
  dwc:observationDate '1943-05-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5666666667 6.0833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.5666666667"^^xsd:decimal ;
  dwc:decimalLongitude "6.0833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/6583" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10526G'^^xsd:string;
  dwc:scientificName 'Lymnocryptes minimus (Brünnich, 1764)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/6583'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1932'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '6.0833333333'^^xsd:double;
  dwc:latitude '50.5666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9812'^^xsd:anyURI;
  dwc:aphiaid '558755'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290755'^^xsd:anyURI;
  dwc:aphiaIdAccepted '558755'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5666666667 6.0833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.5666666667"^^xsd:decimal ;
  dwc:decimalLongitude "6.0833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/6583" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10526'^^xsd:integer;
  dwc:scientificName 'Lymnocryptes minimus (Brünnich, 1764)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/6583'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1932'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '6.0833333333'^^xsd:double;
  dwc:latitude '50.5666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9812'^^xsd:anyURI;
  dwc:aphiaid '558755'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290756'^^xsd:anyURI;
  dwc:aphiaIdAccepted '558755'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.166667 5.416667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.166667"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.166667 5.416667)"^^geo:wktLiteral ;
  geo-pos:lat "50.166667"^^xsd:decimal ;
  geo-pos:long "5.416667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/21374" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '36098'^^xsd:integer;
  dwc:scientificName 'Picus canus canus Gmelin, 1788'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/21374'^^xsd:string;
  dwc:collector 'de Moffarts Paul (Baron)'^^xsd:string;
  dwc:yearCollected '1896'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.416667'^^xsd:double;
  dwc:latitude '50.166667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:21374'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290770'^^xsd:anyURI;
  dwc:observationDate '1896-10-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.4833333333 124.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.4833333333"^^xsd:decimal ;
  dwc:decimalLongitude "124.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.4833333333 124.85)"^^geo:wktLiteral ;
  geo-pos:lat "-1.4833333333"^^xsd:decimal ;
  geo-pos:long "124.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/29117" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6383'^^xsd:gYear;
  dwc:scientificName 'Spilornis rufipectus rufipectus Gould, 1858'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/29117'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1876'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '124.85'^^xsd:double;
  dwc:latitude '-1.4833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3758'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290784'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1443 29.5317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1443"^^xsd:decimal ;
  dwc:decimalLongitude "29.5317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25960" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '60541'^^xsd:integer;
  dwc:scientificName 'Centropus superciliosus loandae Grant, 1915'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25960'^^xsd:string;
  dwc:collector 'Prigogine A., Gaugris'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Burundi'^^xsd:string;
  dwc:longitude '29.5317'^^xsd:double;
  dwc:latitude '-4.1443'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25960'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290793'^^xsd:anyURI;
  dwc:observationDate '1979-01-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.81021 24.43359)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.81021"^^xsd:decimal ;
  dwc:decimalLongitude "24.43359"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/18526" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25678'^^xsd:integer;
  dwc:scientificName 'Trachyphonus purpuratus elgonensis (Sharpe, 1891)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1952'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/18526'^^xsd:string;
  dwc:collector 'Germain R.'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '24.43359'^^xsd:double;
  dwc:latitude '0.81021'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:18526'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290810'^^xsd:anyURI;
  dwc:observationDate '1951-07-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.333333 -71.683333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.333333"^^xsd:decimal ;
  dwc:decimalLongitude "-71.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.333333 -71.683333)"^^geo:wktLiteral ;
  geo-pos:lat "-37.333333"^^xsd:decimal ;
  geo-pos:long "-71.683333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25844" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '58214'^^xsd:integer;
  dwc:scientificName 'Xolmis pyrope pyrope (Kittlitz, 1830)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25844'^^xsd:string;
  dwc:collector 'Orellana Thyris'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-71.683333'^^xsd:double;
  dwc:latitude '-37.333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25844'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290824'^^xsd:anyURI;
  dwc:observationDate '1978-02-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.26667 26.13333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.26667"^^xsd:decimal ;
  dwc:decimalLongitude "26.13333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-03-29'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25312'^^xsd:integer;
  dwc:scientificName 'Tockus alboterminatus geloensis (Neumann, 1905)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.13333'^^xsd:double;
  dwc:latitude '-9.26667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290825'^^xsd:anyURI;
  dwc:observationDate '1949-02-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.31667 29.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.31667"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19599" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-07-01'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24014'^^xsd:integer;
  dwc:scientificName 'Colius striatus kiwuensis Reichenow, 1908'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19599'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.75'^^xsd:double;
  dwc:latitude '0.31667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: unknown; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290826'^^xsd:anyURI;
  dwc:observationDate '1949-08-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2333333333 4.5666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2333333333"^^xsd:decimal ;
  dwc:decimalLongitude "4.5666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/8551" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15203'^^xsd:integer;
  dwc:scientificName 'Gallinula chloropus chloropus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/8551'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.5666666667'^^xsd:double;
  dwc:latitude '51.2333333333'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12231'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290830'^^xsd:anyURI;
  dwc:observationDate '1938-02-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290843> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.07 28.18522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.07"^^xsd:decimal ;
  dwc:decimalLongitude "28.18522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/27265" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '69909'^^xsd:integer;
  dwc:scientificName 'Halcyon badia Verreaux J.P. & Verreaux E., 1851'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/27265'^^xsd:string;
  dwc:collector 'Prigogine A.'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.18522'^^xsd:double;
  dwc:latitude '-3.07'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27265'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290843'^^xsd:anyURI;
  dwc:observationDate '1987-07-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4666666667 5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4666666667"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4666666667 5)"^^geo:wktLiteral ;
  geo-pos:lat "50.4666666667"^^xsd:decimal ;
  geo-pos:long "5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7227" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14577'^^xsd:integer;
  dwc:scientificName 'Buteo buteo buteo (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7227'^^xsd:string;
  dwc:yearCollected '1924'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5'^^xsd:integer;
  dwc:latitude '50.4666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12854'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290847'^^xsd:anyURI;
  dwc:observationDate '1924-10-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290848> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4666666667 5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4666666667"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4666666667 5)"^^geo:wktLiteral ;
  geo-pos:lat "50.4666666667"^^xsd:decimal ;
  geo-pos:long "5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7227" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14578'^^xsd:integer;
  dwc:scientificName 'Buteo buteo buteo (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7227'^^xsd:string;
  dwc:yearCollected '1924'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5'^^xsd:integer;
  dwc:latitude '50.4666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12854'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290848'^^xsd:anyURI;
  dwc:observationDate '1924-10-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3833333333 4.8666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3833333333"^^xsd:decimal ;
  dwc:decimalLongitude "4.8666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/8092" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '52846'^^xsd:integer;
  dwc:scientificName 'Buteo buteo buteo (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1975'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/8092'^^xsd:string;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.8666666667'^^xsd:double;
  dwc:latitude '50.3833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24502'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290862'^^xsd:anyURI;
  dwc:observationDate '1971-01-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290869> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5666666667 4.6833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.5666666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4515" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-02-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5344'^^xsd:gYear;
  dwc:scientificName 'Gavia stellata (Pontoppidan, 1763)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4515'^^xsd:string;
  dwc:yearCollected '1937'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.6833333333'^^xsd:double;
  dwc:latitude '50.5666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11117'^^xsd:anyURI;
  dwc:aphiaid '137188'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290869'^^xsd:anyURI;
  dwc:observationDate '1937-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.1 26.76667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.1"^^xsd:decimal ;
  dwc:decimalLongitude "26.76667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23766'^^xsd:integer;
  dwc:scientificName 'Chrysococcyx klaas (Stephens, 1815)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte , Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.76667'^^xsd:double;
  dwc:latitude '-9.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290880'^^xsd:anyURI;
  dwc:observationDate '1948-09-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.51667 25.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.51667"^^xsd:decimal ;
  dwc:decimalLongitude "25.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.51667 25.2)"^^geo:wktLiteral ;
  geo-pos:lat "-10.51667"^^xsd:decimal ;
  geo-pos:long "25.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15961" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20971'^^xsd:integer;
  dwc:scientificName 'Tauraco schalowi (Reichenow, 1891)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15961'^^xsd:string;
  dwc:collector 'Lefebure L. (R.P.)'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '25.2'^^xsd:double;
  dwc:latitude '-10.51667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15961'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290893'^^xsd:anyURI;
  dwc:observationDate '1947-03-31'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290908> ;
  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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290908>
  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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/37016" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '55977'^^xsd:integer;
  dwc:scientificName 'Pygoscelis adeliae (Hombron & Jacquinot, 1841)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/37016'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1961'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '16.40626'^^xsd:double;
  dwc:latitude '-78.15856'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22317'^^xsd:anyURI;
  dwc:aphiaid '225757'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290908'^^xsd:anyURI;
  dwc:aphiaIdAccepted '225757'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.3333333333 29.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.3333333333"^^xsd:decimal ;
  dwc:decimalLongitude "29.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19587" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '48119'^^xsd:integer;
  dwc:scientificName 'Falco tinnunculus tinnunculus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1954'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19587'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.25'^^xsd:double;
  dwc:latitude '4.3333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24167'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290912'^^xsd:anyURI;
  dwc:observationDate '1952-02-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.341 3.286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.341"^^xsd:decimal ;
  dwc:decimalLongitude "3.286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/887" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-01-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10526E'^^xsd:string;
  dwc:scientificName 'Lymnocryptes minimus (Brünnich, 1764)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/887'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.286'^^xsd:double;
  dwc:latitude '51.341'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10515'^^xsd:anyURI;
  dwc:aphiaid '558755'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290922'^^xsd:anyURI;
  dwc:observationDate '1935-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '558755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 4.216667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 4.216667)"^^geo:wktLiteral ;
  geo-pos:lat "51.3"^^xsd:decimal ;
  geo-pos:long "4.216667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10515" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11158B'^^xsd:string;
  dwc:scientificName 'Larus canus canus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10515'^^xsd:string;
  dwc:collector 'Jacobs'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.216667'^^xsd:double;
  dwc:latitude '51.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10515'^^xsd:anyURI;
  dwc:aphiaid '437589'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290966'^^xsd:anyURI;
  dwc:observationDate '1935-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '437589'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290970> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.55 -57.18333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.55"^^xsd:decimal ;
  dwc:decimalLongitude "-57.18333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26801" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '68020'^^xsd:integer;
  dwc:scientificName 'Furnarius cristatus Burmeister, 1888'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26801'^^xsd:string;
  dwc:collector 'Fonds Léopold III'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Paraguay'^^xsd:string;
  dwc:longitude '-57.18333'^^xsd:double;
  dwc:latitude '-25.55'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26801'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290970'^^xsd:anyURI;
  dwc:observationDate '1984-06-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291036> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25 135)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25"^^xsd:decimal ;
  dwc:decimalLongitude "135"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3091'^^xsd:integer;
  dwc:scientificName 'Ninox connivens (Latham, 1802)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Musée de Bruxelles'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '135'^^xsd:integer;
  dwc:latitude '-25'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291036'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.1666666667 39.1833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.1666666667"^^xsd:decimal ;
  dwc:decimalLongitude "39.1833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/34847" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '8240'^^xsd:integer;
  dwc:scientificName 'Acryllium vulturinum (Hardwicke, 1834)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/34847'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1883'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '39.1833333333'^^xsd:double;
  dwc:latitude '-6.1666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4925'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291062'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291063> ;
  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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291063>
  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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/37075" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-02-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '73019'^^xsd:integer;
  dwc:scientificName 'Aptenodytes forsteri Gray, 1844'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'De Broyer Claude (Dr.)'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/37075'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:longitude '16.40626'^^xsd:double;
  dwc:latitude '-78.15856'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: none; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:30398'^^xsd:anyURI;
  dwc:occurrenceRemarks 'Status: Near Threatened ver 3.1  Pop. trend: stable "'^^xsd:string;
  dwc:aphiaid '225773'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291063'^^xsd:anyURI;
  dwc:observationDate '1986-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '225773'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291085> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.25 29.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.25"^^xsd:decimal ;
  dwc:decimalLongitude "29.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.25 29.2)"^^geo:wktLiteral ;
  geo-pos:lat "-0.25"^^xsd:decimal ;
  geo-pos:long "29.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '62160'^^xsd:integer;
  dwc:scientificName 'Colius striatus kiwuensis Reichenow, 1908'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26098'^^xsd:string;
  dwc:collector 'Prigogine A.'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.2'^^xsd:double;
  dwc:latitude '-0.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26098'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291085'^^xsd:anyURI;
  dwc:observationDate '1950-05-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291117> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.01667 29.13333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.01667"^^xsd:decimal ;
  dwc:decimalLongitude "29.13333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19066" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-09-01'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23485'^^xsd:integer;
  dwc:scientificName 'Treron calva calva (Temminck, 1808)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19066'^^xsd:string;
  dwc:collector 'Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Butahu'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.13333'^^xsd:double;
  dwc:latitude '0.01667'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19066'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291117'^^xsd:anyURI;
  dwc:observationDate '1951-07-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3333333333 3.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3333333333"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3333333333 3.2)"^^geo:wktLiteral ;
  geo-pos:lat "51.3333333333"^^xsd:decimal ;
  geo-pos:long "3.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10612" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72974'^^xsd:integer;
  dwc:scientificName 'Larus ridibundus Linnaeus, 1766'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Vangeluwe Didier (Mr.)'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10612'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.2'^^xsd:double;
  dwc:latitude '51.3333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:30359'^^xsd:anyURI;
  dwc:aphiaid '137149'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291181'^^xsd:anyURI;
  dwc:observationDate '2000-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3333333333 3.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3333333333"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3333333333 3.2)"^^geo:wktLiteral ;
  geo-pos:lat "51.3333333333"^^xsd:decimal ;
  geo-pos:long "3.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10612" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-12'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72973'^^xsd:integer;
  dwc:scientificName 'Larus ridibundus Linnaeus, 1766'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Vangeluwe Didier (Mr.)'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10612'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.2'^^xsd:double;
  dwc:latitude '51.3333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:30359'^^xsd:anyURI;
  dwc:aphiaid '137149'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291182'^^xsd:anyURI;
  dwc:observationDate '2000-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.50027 -100.00068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.50027"^^xsd:decimal ;
  dwc:decimalLongitude "-100.00068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-12'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '44440'^^xsd:integer;
  dwc:scientificName 'Tryngites subruficollis (Vieillot, 1819)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Chicago Field Museum of Natural History'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23649'^^xsd:string;
  dwc:collector 'Field Museum of Natural History'^^xsd:string;
  dwc:yearCollected '1901'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-100.00068'^^xsd:double;
  dwc:latitude '47.50027'^^xsd:double;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23649'^^xsd:anyURI;
  dwc:aphiaid '158972'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291203'^^xsd:anyURI;
  dwc:observationDate '1901-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '158972'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.50027 -100.00068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.50027"^^xsd:decimal ;
  dwc:decimalLongitude "-100.00068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-12'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '44439'^^xsd:integer;
  dwc:scientificName 'Tryngites subruficollis (Vieillot, 1819)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Chicago Field Museum of Natural History'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23649'^^xsd:string;
  dwc:collector 'Field Museum of Natural History'^^xsd:string;
  dwc:yearCollected '1901'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-100.00068'^^xsd:double;
  dwc:latitude '47.50027'^^xsd:double;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23649'^^xsd:anyURI;
  dwc:aphiaid '158972'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291204'^^xsd:anyURI;
  dwc:observationDate '1901-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '158972'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 88.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.75"^^xsd:decimal ;
  dwc:decimalLongitude "88.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 88.5)"^^geo:wktLiteral ;
  geo-pos:lat "27.75"^^xsd:decimal ;
  geo-pos:long "88.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/29563" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-12'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5941'^^xsd:gYear;
  dwc:scientificName 'Aquila nipalensis orientalis Cabanis, 1854'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/29563'^^xsd:string;
  dwc:yearCollected '1886'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '88.5'^^xsd:double;
  dwc:latitude '27.75'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291226'^^xsd:anyURI;
  dwc:observationDate '1886-04-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.42 -79.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.42"^^xsd:decimal ;
  dwc:decimalLongitude "-79.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.42 -79.55)"^^geo:wktLiteral ;
  geo-pos:lat "-6.42"^^xsd:decimal ;
  geo-pos:long "-79.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25829" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-12'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '58022'^^xsd:integer;
  dwc:scientificName 'Myiodynastes bairdii (Gambel, 1847)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25829'^^xsd:string;
  dwc:collector 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'Peru'^^xsd:string;
  dwc:longitude '-79.55'^^xsd:double;
  dwc:latitude '-6.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25829'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291249'^^xsd:anyURI;
  dwc:observationDate '1978-03-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.2833333333 -73.0333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.2833333333"^^xsd:decimal ;
  dwc:decimalLongitude "-73.0333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/35247" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2951'^^xsd:integer;
  dwc:scientificName 'Eupodotis caerulescens (Vieillot, 1820)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/35247'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1845'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-73.0333333333'^^xsd:double;
  dwc:latitude '41.2833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291289'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0333333333 4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0333333333"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0333333333 4)"^^geo:wktLiteral ;
  geo-pos:lat "51.0333333333"^^xsd:decimal ;
  geo-pos:long "4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1994" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72489'^^xsd:integer;
  dwc:scientificName 'Acrocephalus scirpaceus (Hermann, 1804)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'De Mesel Dirk (M.)'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1994'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4'^^xsd:integer;
  dwc:latitude '51.0333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29896'^^xsd:anyURI;
  dwc:aphiaid '558528'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291306'^^xsd:anyURI;
  dwc:observationDate '2002-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '558528'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.1881 21.09375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.1881"^^xsd:decimal ;
  dwc:decimalLongitude "21.09375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3736'^^xsd:gYear;
  dwc:scientificName 'Merops persicus persicus Pallas, 1773'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1873'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '21.09375'^^xsd:double;
  dwc:latitude '7.1881'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: unknown; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3077'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291313'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54 -71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54"^^xsd:decimal ;
  dwc:decimalLongitude "-71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26630" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3753'^^xsd:integer;
  dwc:scientificName 'Accipiter chilensis Philippi & Landbeck, 1864'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26630'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Strait of Magellan'^^xsd:string;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-71'^^xsd:integer;
  dwc:latitude '-54'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291317'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291319> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.383333 5.183333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.383333"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.383333 5.183333)"^^geo:wktLiteral ;
  geo-pos:lat "50.383333"^^xsd:decimal ;
  geo-pos:long "5.183333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/13728" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14008'^^xsd:integer;
  dwc:scientificName 'Alauda arvensis arvensis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/13728'^^xsd:string;
  dwc:collector 'de Chestret  (Baron)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1942'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.183333'^^xsd:double;
  dwc:latitude '50.383333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13728'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291319'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.65 4.5666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.65"^^xsd:decimal ;
  dwc:decimalLongitude "4.5666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3074" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14563'^^xsd:integer;
  dwc:scientificName 'Buteo buteo buteo (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3074'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.5666666667'^^xsd:double;
  dwc:latitude '50.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12741'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291320'^^xsd:anyURI;
  dwc:observationDate '1939-10-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.533333 172.633333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.533333"^^xsd:decimal ;
  dwc:decimalLongitude "172.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.533333 172.633333)"^^geo:wktLiteral ;
  geo-pos:lat "-43.533333"^^xsd:decimal ;
  geo-pos:long "172.633333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3817" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '8186'^^xsd:integer;
  dwc:scientificName 'Eudynamys taitensis (Sparrman, 1787)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3817'^^xsd:string;
  dwc:collector 'Canterbury Museum'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1876'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'New Zealand'^^xsd:string;
  dwc:longitude '172.633333'^^xsd:double;
  dwc:latitude '-43.533333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3817'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291327'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9333333333 27.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.9333333333"^^xsd:decimal ;
  dwc:decimalLongitude "27.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9333333333 27.2)"^^geo:wktLiteral ;
  geo-pos:lat "-8.9333333333"^^xsd:decimal ;
  geo-pos:long "27.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23647" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23192'^^xsd:integer;
  dwc:scientificName 'Cursorius temminckii temminckii Swainson, 1849'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23647'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '27.2'^^xsd:double;
  dwc:latitude '-8.9333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291368'^^xsd:anyURI;
  dwc:observationDate '1947-03-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.31667 29.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.31667"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23984'^^xsd:integer;
  dwc:scientificName 'Colius striatus kiwuensis Reichenow, 1908'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19064'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.75'^^xsd:double;
  dwc:latitude '0.31667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291369'^^xsd:anyURI;
  dwc:observationDate '1946-08-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.5 13.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.5"^^xsd:decimal ;
  dwc:decimalLongitude "13.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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '893b'^^xsd:string;
  dwc:scientificName 'Cuculus canorus canorus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1884'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '13.5'^^xsd:double;
  dwc:latitude '52.5'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291370'^^xsd:anyURI;
  dwc:observationDate '1884-06-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48 90)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48 90)"^^geo:wktLiteral ;
  geo-pos:lat "48"^^xsd:decimal ;
  geo-pos:long "90"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4888" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1616'^^xsd:gYear;
  dwc:scientificName 'Streptopelia turtur arenicola (Hartert, 1894)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4888'^^xsd:string;
  dwc:collector 'Rey Claudius (Prof.)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1882'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '90'^^xsd:integer;
  dwc:latitude '48'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4888'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291383'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291420> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6666666667 43.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6666666667"^^xsd:decimal ;
  dwc:decimalLongitude "43.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6666666667 43.05)"^^geo:wktLiteral ;
  geo-pos:lat "39.6666666667"^^xsd:decimal ;
  geo-pos:long "43.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/34551" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '42563'^^xsd:integer;
  dwc:scientificName 'Tadorna ferruginea (Pallas, 1764)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Simon Paul (M.)'^^xsd:string;
  dwc:yearIdentified '1964'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/34551'^^xsd:string;
  dwc:yearCollected '1963'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Turkey'^^xsd:string;
  dwc:longitude '43.05'^^xsd:double;
  dwc:latitude '39.6666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23063'^^xsd:anyURI;
  dwc:aphiaid '416689'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291420'^^xsd:anyURI;
  dwc:observationDate '1963-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '416689'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.04 -77.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.04"^^xsd:decimal ;
  dwc:decimalLongitude "-77.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.04 -77.09)"^^geo:wktLiteral ;
  geo-pos:lat "-12.04"^^xsd:decimal ;
  geo-pos:long "-77.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5493'^^xsd:integer;
  dwc:scientificName 'Larosterna inca (Lesson, 1847)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Peru'^^xsd:string;
  dwc:longitude '-77.09'^^xsd:double;
  dwc:latitude '-12.04'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:aphiaid '344082'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291446'^^xsd:anyURI;
  dwc:aphiaIdAccepted '344082'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '26134'^^xsd:integer;
  dwc:scientificName 'Glaucidium capense ngamiense (Roberts, 1932)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.51667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291469'^^xsd:anyURI;
  dwc:observationDate '1947-08-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291480> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.51667 25.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.51667"^^xsd:decimal ;
  dwc:decimalLongitude "25.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 "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '26161'^^xsd:integer;
  dwc:scientificName 'Strix woodfordii woodfordii (Smith, 1834)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12262'^^xsd:string;
  dwc:collector 'Lefebure L. (R.P.)'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '25.2'^^xsd:double;
  dwc:latitude '-10.51667'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12262'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291480'^^xsd:anyURI;
  dwc:observationDate '1938-12-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.85028 4.34861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.85028"^^xsd:decimal ;
  dwc:decimalLongitude "4.34861"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11720" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '36988'^^xsd:integer;
  dwc:scientificName 'Cuculus canorus canorus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1955'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11720'^^xsd:string;
  dwc:collector 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.34861'^^xsd:double;
  dwc:latitude '50.85028'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11720'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291494'^^xsd:anyURI;
  dwc:observationDate '1938-07-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291507> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.65 4.5666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.65"^^xsd:decimal ;
  dwc:decimalLongitude "4.5666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2967" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10104'^^xsd:integer;
  dwc:scientificName 'Ardea cinerea cinerea Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2967'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.5666666667'^^xsd:double;
  dwc:latitude '50.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9163'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291507'^^xsd:anyURI;
  dwc:observationDate '1929-02-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291516> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2 -77.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2"^^xsd:decimal ;
  dwc:decimalLongitude "-77.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2 -77.5)"^^geo:wktLiteral ;
  geo-pos:lat "-2"^^xsd:decimal ;
  geo-pos:long "-77.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '424c'^^xsd:string;
  dwc:scientificName 'Aglaiocercus kingii mocoa (Delattre & Bourcier, 1846)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.), Dubois Alain (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1825'^^xsd:string;
  dwc:collector 'Linden'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1854'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-77.5'^^xsd:double;
  dwc:latitude '-2'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:1825'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291516'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.52 13.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.52"^^xsd:decimal ;
  dwc:decimalLongitude "13.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23511'^^xsd:integer;
  dwc:scientificName 'Agapornis swindernianus zenkeri Reichenow, 1895'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19064'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1945'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Lamia'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '13.33'^^xsd:double;
  dwc:latitude '-5.52'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291519'^^xsd:anyURI;
  dwc:observationDate '1945-10-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291551> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4833333333 5.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4833333333"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4833333333 5.1)"^^geo:wktLiteral ;
  geo-pos:lat "50.4833333333"^^xsd:decimal ;
  geo-pos:long "5.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1231" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '134B'^^xsd:string;
  dwc:scientificName 'Otis tarda tarda Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1231'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1850'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.1'^^xsd:double;
  dwc:latitude '50.4833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:1274'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291551'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.42 -110.214)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.42"^^xsd:decimal ;
  dwc:decimalLongitude "-110.214"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '44163'^^xsd:integer;
  dwc:scientificName 'Picoides stricklandi arizonae (Hargitt, 1886)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Chicago Field Museum of Natural History'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23649'^^xsd:string;
  dwc:collector 'Chicago Field Museum of Natural History'^^xsd:string;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-110.214'^^xsd:double;
  dwc:latitude '31.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23649'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291566'^^xsd:anyURI;
  dwc:observationDate '1905-05-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.5 110)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.5"^^xsd:decimal ;
  dwc:decimalLongitude "110"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/29346" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2894'^^xsd:gYear;
  dwc:scientificName 'Turnix suscitator suscitator (Gmelin, 1789)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/29346'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1847'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '110'^^xsd:integer;
  dwc:latitude '-7.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:797'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291608'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0666666667 5.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0666666667"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0666666667 5.65)"^^geo:wktLiteral ;
  geo-pos:lat "51.0666666667"^^xsd:decimal ;
  geo-pos:long "5.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7791" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '17840'^^xsd:integer;
  dwc:scientificName 'Lymnocryptes minimus (Brünnich, 1764)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7791'^^xsd:string;
  dwc:yearCollected '1945'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.65'^^xsd:double;
  dwc:latitude '51.0666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15410'^^xsd:anyURI;
  dwc:aphiaid '558755'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291632'^^xsd:anyURI;
  dwc:observationDate '1945-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '558755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291656> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.05644 29.14825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.05644"^^xsd:decimal ;
  dwc:decimalLongitude "29.14825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/17169" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25720'^^xsd:integer;
  dwc:scientificName 'Gymnobucco bonapartei cinereiceps Sharpe, 1891'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/17169'^^xsd:string;
  dwc:collector 'Hiernaux H.'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.14825'^^xsd:double;
  dwc:latitude '1.05644'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17169'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291656'^^xsd:anyURI;
  dwc:observationDate '1947-10-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.05644 29.14825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.05644"^^xsd:decimal ;
  dwc:decimalLongitude "29.14825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/17169" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25721'^^xsd:integer;
  dwc:scientificName 'Gymnobucco bonapartei cinereiceps Sharpe, 1891'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/17169'^^xsd:string;
  dwc:collector 'Hiernaux H.'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.14825'^^xsd:double;
  dwc:latitude '1.05644'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17169'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291657'^^xsd:anyURI;
  dwc:observationDate '1947-10-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51 18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51"^^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 "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '651f'^^xsd:string;
  dwc:scientificName 'Streptopelia turtur turtur (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1888'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '18'^^xsd:integer;
  dwc:latitude '51'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291690'^^xsd:anyURI;
  dwc:observationDate '1888-05-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291718> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4 4.333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4 4.333333)"^^geo:wktLiteral ;
  geo-pos:lat "51.4"^^xsd:decimal ;
  geo-pos:long "4.333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9400" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10023'^^xsd:integer;
  dwc:scientificName 'Larus ridibundus ridibundus Linnaeus, 1766'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Galasse A., Dupond'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9400'^^xsd:string;
  dwc:collector 'Galasse A.'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'Netherlands'^^xsd:string;
  dwc:longitude '4.333333'^^xsd:double;
  dwc:latitude '51.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9400'^^xsd:anyURI;
  dwc:aphiaid '437591'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291718'^^xsd:anyURI;
  dwc:observationDate '1929-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '437591'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-15.46667 -67.53333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-15.46667"^^xsd:decimal ;
  dwc:decimalLongitude "-67.53333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25855" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '58628'^^xsd:integer;
  dwc:scientificName 'Myiophobus fasciatus (Müller, 1776)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25855'^^xsd:string;
  dwc:collector 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Bolivia'^^xsd:string;
  dwc:longitude '-67.53333'^^xsd:double;
  dwc:latitude '-15.46667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25855'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291735'^^xsd:anyURI;
  dwc:observationDate '1976-09-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2166666667 4.4166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2166666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.4166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1410" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9787'^^xsd:gYear;
  dwc:scientificName 'Recurvirostra avosetta avosetta Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1410'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.4166666667'^^xsd:double;
  dwc:latitude '51.2166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10515'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291737'^^xsd:anyURI;
  dwc:observationDate '1935-10-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 109.1833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.25"^^xsd:decimal ;
  dwc:decimalLongitude "109.1833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/35813" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '35401'^^xsd:integer;
  dwc:scientificName 'Turnix suscitator blakistoni (Swinhoe, 1871)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Delacour Jean Theodore (M.), Jabouille Pierre (M.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/35813'^^xsd:string;
  dwc:yearCollected '1926'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.1833333333'^^xsd:double;
  dwc:latitude '12.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20905'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291738'^^xsd:anyURI;
  dwc:observationDate '1926-08-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.4 30.4333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.4"^^xsd:decimal ;
  dwc:decimalLongitude "30.4333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/17671" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '40668'^^xsd:integer;
  dwc:scientificName 'Threskiornis aethiopicus aethiopicus Latham, 1790'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1957'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/17671'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '30.4333333333'^^xsd:double;
  dwc:latitude '1.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20432'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291747'^^xsd:anyURI;
  dwc:observationDate '1954-02-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '52129'^^xsd:integer;
  dwc:scientificName 'Urocolius macrourus griscogularis Van Someren, 1919'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1955'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291761'^^xsd:anyURI;
  dwc:observationDate '1955-01-25'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291808> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3666666667 4.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3666666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3666666667 4.3)"^^geo:wktLiteral ;
  geo-pos:lat "50.3666666667"^^xsd:decimal ;
  geo-pos:long "4.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4335" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10066B'^^xsd:string;
  dwc:scientificName 'Buteo buteo buteo (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4335'^^xsd:string;
  dwc:yearCollected '1906'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.3'^^xsd:double;
  dwc:latitude '50.3666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8008'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291808'^^xsd:anyURI;
  dwc:observationDate '1906-11-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291828> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.42255 29.81422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.42255"^^xsd:decimal ;
  dwc:decimalLongitude "29.81422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25843" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '59111'^^xsd:integer;
  dwc:scientificName 'Indicator variegatus Lesson, 1830'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25843'^^xsd:string;
  dwc:collector 'Prigogine A.'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Rusumo'^^xsd:string;
  dwc:country 'Rwanda'^^xsd:string;
  dwc:longitude '29.81422'^^xsd:double;
  dwc:latitude '-1.42255'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25843'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291828'^^xsd:anyURI;
  dwc:observationDate '1978-03-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291888> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30 -71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30"^^xsd:decimal ;
  dwc:decimalLongitude "-71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1915'^^xsd:integer;
  dwc:scientificName 'Enicognathus ferrugineus minor (Chapman, 1919)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Popelaire de Terloo Jean Baptiste Louis Joseph (Baron)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-71'^^xsd:integer;
  dwc:latitude '-30'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291888'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291930> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0333333333 4.4666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0333333333"^^xsd:decimal ;
  dwc:decimalLongitude "4.4666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/6819" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '69830'^^xsd:integer;
  dwc:scientificName 'Falco tinnunculus tinnunculus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/6819'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.4666666667'^^xsd:double;
  dwc:latitude '51.0333333333'^^xsd:double;
  dwc:coordinatePrecision '4000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29946'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291930'^^xsd:anyURI;
  dwc:observationDate '1982-06-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11 107)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11"^^xsd:decimal ;
  dwc:decimalLongitude "107"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/35789" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '8950'^^xsd:integer;
  dwc:scientificName 'Polyplectron germaini Elliot, 1866'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/35789'^^xsd:string;
  dwc:yearCollected '1880'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '107'^^xsd:integer;
  dwc:latitude '11'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5519'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291975'^^xsd:anyURI;
  dwc:observationDate '1880-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291981> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.55 6.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.55"^^xsd:decimal ;
  dwc:decimalLongitude "6.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.55 6.15)"^^geo:wktLiteral ;
  geo-pos:lat "49.55"^^xsd:decimal ;
  geo-pos:long "6.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/30456" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '22045'^^xsd:integer;
  dwc:scientificName 'Anas platyrhynchos platyrhynchos Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1953'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/30456'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1950'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:country 'Luxembourg'^^xsd:string;
  dwc:longitude '6.15'^^xsd:double;
  dwc:latitude '49.55'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17225'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291981'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2666666667 3.1666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2666666667"^^xsd:decimal ;
  dwc:decimalLongitude "3.1666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10792" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '65736'^^xsd:integer;
  dwc:scientificName 'Cygnus columbianus bewickii (Yarrell, 1830)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10792'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.1666666667'^^xsd:double;
  dwc:latitude '51.2666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26405'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291991'^^xsd:anyURI;
  dwc:observationDate '1981-12-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7666666667 4.7333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.7666666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.7333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7582" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72940'^^xsd:integer;
  dwc:scientificName 'Emberiza schoeniclus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bulteau Vincent (M.)'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7582'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.7333333333'^^xsd:double;
  dwc:latitude '50.7666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:30151'^^xsd:anyURI;
  dwc:aphiaid '558549'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292045'^^xsd:anyURI;
  dwc:observationDate '2003-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '558549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292056> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.3833333333 -75.3333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-50.3833333333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.3333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26610" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '61594'^^xsd:integer;
  dwc:scientificName 'Diomedea melanophris melanophris Temminck, 1828'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Ghilain Pierre (M.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26610'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-75.3333333333'^^xsd:double;
  dwc:latitude '-50.3833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26085'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292056'^^xsd:anyURI;
  dwc:observationDate '1979-01-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4166666667 5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4166666667"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4166666667 5)"^^geo:wktLiteral ;
  geo-pos:lat "51.4166666667"^^xsd:decimal ;
  geo-pos:long "5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10024" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '19071'^^xsd:integer;
  dwc:scientificName 'Lymnocryptes minimus (Brünnich, 1764)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10024'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5'^^xsd:integer;
  dwc:latitude '51.4166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16268'^^xsd:anyURI;
  dwc:aphiaid '558755'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292077'^^xsd:anyURI;
  dwc:observationDate '1938-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '558755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.5 -90.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.5"^^xsd:decimal ;
  dwc:decimalLongitude "-90.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4470'^^xsd:gYear;
  dwc:scientificName 'Colibri coruscans coruscans (Gould, 1846)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.), Dubois Alain (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Vandeputte'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-90.25'^^xsd:double;
  dwc:latitude '15.5'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292082'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.84833 29.36889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.84833"^^xsd:decimal ;
  dwc:decimalLongitude "29.36889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12088" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11955'^^xsd:integer;
  dwc:scientificName 'Dendropicos fuscescens lepidus (Cabanis & Heine, 1863)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Schouteden Henri (Dr.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12088'^^xsd:string;
  dwc:collector 'Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.36889'^^xsd:double;
  dwc:latitude '-0.84833'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12088'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292102'^^xsd:anyURI;
  dwc:observationDate '1934-11-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292114> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.8433 26.7035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.8433"^^xsd:decimal ;
  dwc:decimalLongitude "26.7035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25411'^^xsd:integer;
  dwc:scientificName 'Phoeniculus purpureus marwitzi (Reichenow, 1906)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.7035'^^xsd:double;
  dwc:latitude '-8.8433'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292114'^^xsd:anyURI;
  dwc:observationDate '1947-10-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292120> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.51667 25.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.51667"^^xsd:decimal ;
  dwc:decimalLongitude "25.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.51667 25.2)"^^geo:wktLiteral ;
  geo-pos:lat "-10.51667"^^xsd:decimal ;
  geo-pos:long "25.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15961" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '26121'^^xsd:integer;
  dwc:scientificName 'Ptilopsis granti (Kollibay, 1910)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15961'^^xsd:string;
  dwc:collector 'Lefebure L. (R.P.)'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '25.2'^^xsd:double;
  dwc:latitude '-10.51667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15961'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292120'^^xsd:anyURI;
  dwc:observationDate '1947-01-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23347'^^xsd:integer;
  dwc:scientificName 'Streptopelia capicola tropica (Reichenow, 1902)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.51667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292125'^^xsd:anyURI;
  dwc:observationDate '1948-12-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4166666667 5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4166666667"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4166666667 5)"^^geo:wktLiteral ;
  geo-pos:lat "51.4166666667"^^xsd:decimal ;
  geo-pos:long "5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10025" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14720'^^xsd:integer;
  dwc:scientificName 'Cygnus columbianus bewickii (Yarrell, 1830)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10025'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5'^^xsd:integer;
  dwc:latitude '51.4166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12295'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292127'^^xsd:anyURI;
  dwc:observationDate '1939-03-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292142> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.65 5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.65"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.65 5)"^^geo:wktLiteral ;
  geo-pos:lat "50.65"^^xsd:decimal ;
  geo-pos:long "5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24425" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '52781'^^xsd:integer;
  dwc:scientificName 'Coturnix coturnix coturnix (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Martin J.'^^xsd:string;
  dwc:yearIdentified '1970'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24425'^^xsd:string;
  dwc:collector 'Martin J.'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5'^^xsd:integer;
  dwc:latitude '50.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24425'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292142'^^xsd:anyURI;
  dwc:observationDate '1970-08-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.18417 29.44889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.18417"^^xsd:decimal ;
  dwc:decimalLongitude "29.44889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12088" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11898'^^xsd:integer;
  dwc:scientificName 'Lybius bidentatus aequatorialis (Shelley, 1889)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Schouteden Henri (Dr.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12088'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.44889'^^xsd:double;
  dwc:latitude '-1.18417'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12088'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292144'^^xsd:anyURI;
  dwc:observationDate '1933-12-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.5166666667 30.4333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.5166666667"^^xsd:decimal ;
  dwc:decimalLongitude "30.4333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/32639" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '46042'^^xsd:integer;
  dwc:scientificName 'Milvus migrans parasitus (Daudin, 1800)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1969'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/32639'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'Rwanda'^^xsd:string;
  dwc:longitude '30.4333333333'^^xsd:double;
  dwc:latitude '-1.5166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23046'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292145'^^xsd:anyURI;
  dwc:observationDate '1949-01-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.48833 30.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.48833"^^xsd:decimal ;
  dwc:decimalLongitude "30.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.48833 30.46)"^^geo:wktLiteral ;
  geo-pos:lat "-1.48833"^^xsd:decimal ;
  geo-pos:long "30.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23046" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '46056'^^xsd:integer;
  dwc:scientificName 'Tyto alba affinis (Blyth, 1862)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1969'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23046'^^xsd:string;
  dwc:collector 'Hostie Paul (M.)'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'Rwanda'^^xsd:string;
  dwc:longitude '30.46'^^xsd:double;
  dwc:latitude '-1.48833'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23046'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292154'^^xsd:anyURI;
  dwc:observationDate '1950-09-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/32204" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3934'^^xsd:gYear;
  dwc:scientificName 'Aegypius monachus (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/32204'^^xsd:string;
  dwc:yearCollected '1888'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'Romania'^^xsd:string;
  dwc:longitude '28'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292166'^^xsd:anyURI;
  dwc:observationDate '1888-03-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.92 -97.094)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.92"^^xsd:decimal ;
  dwc:decimalLongitude "-97.094"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-01-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '43978'^^xsd:integer;
  dwc:scientificName 'Myiarchus cinerascens cinerascens (Lawrence, 1851)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Chicago Field Museum of Natural History'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23649'^^xsd:string;
  dwc:collector 'Chicago Field Museum of Natural History'^^xsd:string;
  dwc:yearCollected '1928'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-97.094'^^xsd:double;
  dwc:latitude '48.92'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23649'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292170'^^xsd:anyURI;
  dwc:observationDate '1928-07-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 39.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 39.5)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "39.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/27142" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2526'^^xsd:gYear;
  dwc:scientificName 'Vanellus spinosus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/27142'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1852'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:country 'Ethiopia'^^xsd:string;
  dwc:longitude '39.5'^^xsd:double;
  dwc:latitude '9'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:1712'^^xsd:anyURI;
  dwc:aphiaid '212620'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292193'^^xsd:anyURI;
  dwc:aphiaIdAccepted '212620'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3666666667 12.7333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3666666667"^^xsd:decimal ;
  dwc:decimalLongitude "12.7333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/28496" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15849'^^xsd:integer;
  dwc:scientificName 'Accipiter nisus nisus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/28496'^^xsd:string;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '12.7333333333'^^xsd:double;
  dwc:latitude '51.3666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11149'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292202'^^xsd:anyURI;
  dwc:observationDate '1925-11-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2684 29.2409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.2684"^^xsd:decimal ;
  dwc:decimalLongitude "29.2409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12474" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '64169'^^xsd:integer;
  dwc:scientificName 'Porzana porzana (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12474'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Rusizi'^^xsd:string;
  dwc:country 'Burundi'^^xsd:string;
  dwc:longitude '29.2409'^^xsd:double;
  dwc:latitude '-3.2684'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26246'^^xsd:anyURI;
  dwc:aphiaid '416693'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292209'^^xsd:anyURI;
  dwc:observationDate '1980-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '416693'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8166666667 4.5166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.8166666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.5166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9025" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-23'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9782'^^xsd:gYear;
  dwc:scientificName 'Gallinula chloropus chloropus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Galasse A.'^^xsd:string;
  dwc:yearIdentified '1921'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9025'^^xsd:string;
  dwc:yearCollected '1920'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.5166666667'^^xsd:double;
  dwc:latitude '50.8166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8628'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292213'^^xsd:anyURI;
  dwc:observationDate '1920-05-25'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.51667 25.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.51667"^^xsd:decimal ;
  dwc:decimalLongitude "25.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.51667 25.2)"^^geo:wktLiteral ;
  geo-pos:lat "-10.51667"^^xsd:decimal ;
  geo-pos:long "25.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15663" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-23'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '21077'^^xsd:integer;
  dwc:scientificName 'Cuculus clamosus Latham, 1801'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15663'^^xsd:string;
  dwc:collector 'Lefebure L. (R.P.)'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '25.2'^^xsd:double;
  dwc:latitude '-10.51667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15663'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292215'^^xsd:anyURI;
  dwc:observationDate '1946-11-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '51772'^^xsd:integer;
  dwc:scientificName 'Dendropicos poecilolaemus Reichenow, 1893'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292231'^^xsd:anyURI;
  dwc:observationDate '1952-09-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7399" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14975'^^xsd:integer;
  dwc:scientificName 'Pluvialis squatarola (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen Walter (Prof.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7399'^^xsd:string;
  dwc:yearCollected '1923'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12854'^^xsd:anyURI;
  dwc:aphiaid '159137'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292269'^^xsd:anyURI;
  dwc:observationDate '1923-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '159137'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.5333333333 172.6333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.5333333333"^^xsd:decimal ;
  dwc:decimalLongitude "172.6333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/31243" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1530'^^xsd:gYear;
  dwc:scientificName 'Gallirallus australis hectori (Hutton, 1874)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/31243'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1875'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:country 'New Zealand'^^xsd:string;
  dwc:longitude '172.6333333333'^^xsd:double;
  dwc:latitude '-43.5333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3614'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292286'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.75 29.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.75"^^xsd:decimal ;
  dwc:decimalLongitude "29.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/20532" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '36435'^^xsd:integer;
  dwc:scientificName 'Halcyon chelicuti chelicuti (Stanley, 1814)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/20532'^^xsd:string;
  dwc:collector 'Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.51667'^^xsd:double;
  dwc:latitude '3.75'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20532'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292297'^^xsd:anyURI;
  dwc:observationDate '1954-04-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292336> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.93333 -52.33333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.93333"^^xsd:decimal ;
  dwc:decimalLongitude "-52.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 "3000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24589" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '65309'^^xsd:integer;
  dwc:scientificName 'Tityra cayana braziliensis (Swainson, 1837)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24589'^^xsd:string;
  dwc:collector 'Musée de Mons'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1976'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'French Guiana'^^xsd:string;
  dwc:longitude '-52.33333'^^xsd:double;
  dwc:latitude '4.93333'^^xsd:double;
  dwc:coordinatePrecision '3000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24589'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292336'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.023056 -84.361389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.023056"^^xsd:decimal ;
  dwc:decimalLongitude "-84.361389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '44127'^^xsd:integer;
  dwc:scientificName 'Picoides villosus auduboni (Swainson, 1832)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Chicago Field Museum of Natural History'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23649'^^xsd:string;
  dwc:collector 'Chicago Field Museum of Natural History'^^xsd:string;
  dwc:yearCollected '1917'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-84.361389'^^xsd:double;
  dwc:latitude '34.023056'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23649'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292344'^^xsd:anyURI;
  dwc:observationDate '1917-09-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.916667 -68.216667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.916667"^^xsd:decimal ;
  dwc:decimalLongitude "-68.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.916667 -68.216667)"^^geo:wktLiteral ;
  geo-pos:lat "-22.916667"^^xsd:decimal ;
  geo-pos:long "-68.216667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26139" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '63724'^^xsd:integer;
  dwc:scientificName 'Cinclodes atacamensis (Philippi, 1857)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26139'^^xsd:string;
  dwc:collector 'Orellana Thyris'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-68.216667'^^xsd:double;
  dwc:latitude '-22.916667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26139'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292349'^^xsd:anyURI;
  dwc:observationDate '1980-02-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4 4.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4 4.65)"^^geo:wktLiteral ;
  geo-pos:lat "51.4"^^xsd:decimal ;
  geo-pos:long "4.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/6547" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15240'^^xsd:integer;
  dwc:scientificName 'Fulica atra atra Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/6547'^^xsd:string;
  dwc:yearCollected '1894'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.65'^^xsd:double;
  dwc:latitude '51.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13111'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292370'^^xsd:anyURI;
  dwc:observationDate '1894-03-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.4166666667 -83.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.4166666667"^^xsd:decimal ;
  dwc:decimalLongitude "-83.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.4166666667 -83.7)"^^geo:wktLiteral ;
  geo-pos:lat "22.4166666667"^^xsd:decimal ;
  geo-pos:long "-83.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26931" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '17213'^^xsd:integer;
  dwc:scientificName 'Jacana spinosa violacea (Cory, 1881)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26931'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1939'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Cuba'^^xsd:string;
  dwc:longitude '-83.7'^^xsd:double;
  dwc:latitude '22.4166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12572'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292390'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.333333 14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.333333"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.333333 14)"^^geo:wktLiteral ;
  geo-pos:lat "13.333333"^^xsd:decimal ;
  geo-pos:long "14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '40143'^^xsd:integer;
  dwc:scientificName 'Hirundo aethiopica (Blanford, 1869)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19862'^^xsd:string;
  dwc:collector 'Laenen J.'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Chad'^^xsd:string;
  dwc:longitude '14'^^xsd:integer;
  dwc:latitude '13.333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: slide; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19862'^^xsd:anyURI;
  dwc:aphiaid '212751'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292405'^^xsd:anyURI;
  dwc:observationDate '1954-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '212751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.5166666667 25.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.5166666667"^^xsd:decimal ;
  dwc:decimalLongitude "25.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.5166666667 25.2)"^^geo:wktLiteral ;
  geo-pos:lat "-10.5166666667"^^xsd:decimal ;
  geo-pos:long "25.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/17445" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20564'^^xsd:integer;
  dwc:scientificName 'Ciconia abdimii Lichtenstein, 1823'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/17445'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '25.2'^^xsd:double;
  dwc:latitude '-10.5166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15137'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292446'^^xsd:anyURI;
  dwc:observationDate '1940-03-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.5166666667 25.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.5166666667"^^xsd:decimal ;
  dwc:decimalLongitude "25.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.5166666667 25.2)"^^geo:wktLiteral ;
  geo-pos:lat "-10.5166666667"^^xsd:decimal ;
  geo-pos:long "25.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/17445" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20565'^^xsd:integer;
  dwc:scientificName 'Ciconia abdimii Lichtenstein, 1823'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/17445'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '25.2'^^xsd:double;
  dwc:latitude '-10.5166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15137'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292447'^^xsd:anyURI;
  dwc:observationDate '1940-03-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292483> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5 6.0833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.5"^^xsd:decimal ;
  dwc:decimalLongitude "6.0833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11585" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '19206'^^xsd:integer;
  dwc:scientificName 'Burhinus oedicnemus oedicnemus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11585'^^xsd:string;
  dwc:yearCollected '1889'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '6.0833333333'^^xsd:double;
  dwc:latitude '50.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16268'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292483'^^xsd:anyURI;
  dwc:observationDate '1889-10-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72016 -4.42034)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72016"^^xsd:decimal ;
  dwc:decimalLongitude "-4.42034"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2844'^^xsd:gYear;
  dwc:scientificName 'Caprimulgus ruficollis ruficollis Temminck, 1820'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1890'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'Spain'^^xsd:string;
  dwc:longitude '-4.42034'^^xsd:double;
  dwc:latitude '36.72016'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292508'^^xsd:anyURI;
  dwc:observationDate '1890-05-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.766667 24.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.766667"^^xsd:decimal ;
  dwc:decimalLongitude "24.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.766667 24.45)"^^geo:wktLiteral ;
  geo-pos:lat "0.766667"^^xsd:decimal ;
  geo-pos:long "24.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15498" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '21100'^^xsd:integer;
  dwc:scientificName 'Clamator levaillantii (Swainson, 1829)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15498'^^xsd:string;
  dwc:collector 'Germain R.'^^xsd:string;
  dwc:yearCollected '1945'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '24.45'^^xsd:double;
  dwc:latitude '0.766667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15498'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292526'^^xsd:anyURI;
  dwc:observationDate '1945-09-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292528> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 -60)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23"^^xsd:decimal ;
  dwc:decimalLongitude "-60"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/31393" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '67935'^^xsd:integer;
  dwc:scientificName 'Aramides ypecaha (Vieillot, 1819)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/31393'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Paraguay'^^xsd:string;
  dwc:longitude '-60'^^xsd:integer;
  dwc:latitude '-23'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26801'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292528'^^xsd:anyURI;
  dwc:observationDate '1984-06-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.6333333333 21.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.6333333333"^^xsd:decimal ;
  dwc:decimalLongitude "21.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.6333333333 21.9)"^^geo:wktLiteral ;
  geo-pos:lat "37.6333333333"^^xsd:decimal ;
  geo-pos:long "21.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/28604" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6161'^^xsd:gYear;
  dwc:scientificName 'Falco peregrinus brookei Sharpe, 1873'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/28604'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'Greece'^^xsd:string;
  dwc:longitude '21.9'^^xsd:double;
  dwc:latitude '37.6333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292536'^^xsd:anyURI;
  dwc:observationDate '1883-03-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36581 20.24491)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.36581"^^xsd:decimal ;
  dwc:decimalLongitude "20.24491"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '7236'^^xsd:gYear;
  dwc:scientificName 'Melanocorypha yeltoniensis (Forster, 1767)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2270'^^xsd:string;
  dwc:collector 'Frank'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1859'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:country 'Albania'^^xsd:string;
  dwc:longitude '20.24491'^^xsd:double;
  dwc:latitude '42.36581'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:2270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292539'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2 121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2"^^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 "500000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/6609" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2098'^^xsd:gYear;
  dwc:scientificName 'Trichoglossus ornatus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/6609'^^xsd:string;
  dwc:collector 'Vorderman A.J.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1899'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '121'^^xsd:integer;
  dwc:latitude '-2'^^xsd:integer;
  dwc:coordinatePrecision '500000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:6609'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292556'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1666666667 4.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1666666667"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2119" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '36141'^^xsd:integer;
  dwc:scientificName 'Melanitta fusca fusca (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts - Anspach Marguerite (Mme)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2119'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1958'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.5'^^xsd:double;
  dwc:latitude '51.1666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:21374'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292557'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 39.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 39.5)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "39.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/27142" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2682'^^xsd:gYear;
  dwc:scientificName 'Anastomus lamelligerus lamelligerus Temminck, 1823'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/27142'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Ethiopia'^^xsd:string;
  dwc:longitude '39.5'^^xsd:double;
  dwc:latitude '9'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292566'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292568> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51 2.8666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51"^^xsd:decimal ;
  dwc:decimalLongitude "2.8666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10417" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10381F'^^xsd:string;
  dwc:scientificName 'Philomachus pugnax (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10417'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.8666666667'^^xsd:double;
  dwc:latitude '51'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9163'^^xsd:anyURI;
  dwc:aphiaid '159046'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292568'^^xsd:anyURI;
  dwc:observationDate '1929-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '159046'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.21235 8.55572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.21235"^^xsd:decimal ;
  dwc:decimalLongitude "8.55572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24766" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '54184'^^xsd:integer;
  dwc:scientificName 'Jynx torquilla torquilla Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24766'^^xsd:string;
  dwc:collector 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '8.55572'^^xsd:double;
  dwc:latitude '40.21235'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24766'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292570'^^xsd:anyURI;
  dwc:observationDate '1972-06-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24 90)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24"^^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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4187'^^xsd:integer;
  dwc:scientificName 'Streptopelia senegalensis cambayensis (Gmelin, 1789)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1871'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '90'^^xsd:integer;
  dwc:latitude '24'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292592'^^xsd:anyURI;
  dwc:observationDate '1871-07-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.766667 5.13799)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.766667"^^xsd:decimal ;
  dwc:decimalLongitude "5.13799"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9400" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9677'^^xsd:integer;
  dwc:scientificName 'Cuculus canorus canorus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Galasse A.'^^xsd:string;
  dwc:yearIdentified '1925'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9400'^^xsd:string;
  dwc:collector 'Galasse A.'^^xsd:string;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.13799'^^xsd:double;
  dwc:latitude '49.766667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9400'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292616'^^xsd:anyURI;
  dwc:observationDate '1925-06-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292629> ;
  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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292629>
  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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/37015" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '55854'^^xsd:integer;
  dwc:scientificName 'Aptenodytes forsteri Gray, 1844'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/37015'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1960'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '16.40626'^^xsd:double;
  dwc:latitude '-78.15856'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22049'^^xsd:anyURI;
  dwc:occurrenceRemarks 'Status: Near Threatened ver 3.1  Pop. trend: stable "'^^xsd:string;
  dwc:aphiaid '225773'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292629'^^xsd:anyURI;
  dwc:aphiaIdAccepted '225773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2 -77.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2"^^xsd:decimal ;
  dwc:decimalLongitude "-77.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2 -77.5)"^^geo:wktLiteral ;
  geo-pos:lat "-2"^^xsd:decimal ;
  geo-pos:long "-77.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2560" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-02-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '554,5754'^^xsd:string;
  dwc:scientificName 'Touit huetii (Temminck, 1830)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2560'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1866'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-77.5'^^xsd:double;
  dwc:latitude '-2'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:2560'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292630'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4666666667 4.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4666666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4666666667 4.8)"^^geo:wktLiteral ;
  geo-pos:lat "50.4666666667"^^xsd:decimal ;
  geo-pos:long "4.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4265" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11085F'^^xsd:string;
  dwc:scientificName 'Mergus merganser merganser Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4265'^^xsd:string;
  dwc:yearCollected '1937'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.8'^^xsd:double;
  dwc:latitude '50.4666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11117'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292635'^^xsd:anyURI;
  dwc:observationDate '1937-12-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292644> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5166666667 5.8166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.5166666667"^^xsd:decimal ;
  dwc:decimalLongitude "5.8166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/8842" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72717'^^xsd:integer;
  dwc:scientificName 'Motacilla alba alba Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Finck Sébastien (M.)'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/8842'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.8166666667'^^xsd:double;
  dwc:latitude '50.5166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29898'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292644'^^xsd:anyURI;
  dwc:observationDate '2001-01-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.885833 4.263333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.885833"^^xsd:decimal ;
  dwc:decimalLongitude "4.263333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/16474" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20396'^^xsd:integer;
  dwc:scientificName 'Lullula arborea arborea (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/16474'^^xsd:string;
  dwc:collector 'Van der Haegen P.'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.263333'^^xsd:double;
  dwc:latitude '50.885833'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16474'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292682'^^xsd:anyURI;
  dwc:observationDate '1948-10-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2 121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2"^^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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1747'^^xsd:gYear;
  dwc:scientificName 'Prioniturus platurus (Vieillot, 1818)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3262'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1874'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '121'^^xsd:integer;
  dwc:latitude '-2'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3262'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292683'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2 121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2"^^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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1747'^^xsd:gYear;
  dwc:scientificName 'Prioniturus platurus (Vieillot, 1818)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3262'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1874'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '121'^^xsd:integer;
  dwc:latitude '-2'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3262'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292684'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.2833333333 29.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.2833333333"^^xsd:decimal ;
  dwc:decimalLongitude "29.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.2833333333 29.1)"^^geo:wktLiteral ;
  geo-pos:lat "-1.2833333333"^^xsd:decimal ;
  geo-pos:long "29.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/21389" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '12052'^^xsd:integer;
  dwc:scientificName 'Merops oreobates (Sharpe, 1892)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Schouteden Henri (Dr.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/21389'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.), Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Ngesho'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.1'^^xsd:double;
  dwc:latitude '-1.2833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12088'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292700'^^xsd:anyURI;
  dwc:observationDate '1934-04-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.2833333333 29.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.2833333333"^^xsd:decimal ;
  dwc:decimalLongitude "29.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.2833333333 29.1)"^^geo:wktLiteral ;
  geo-pos:lat "-1.2833333333"^^xsd:decimal ;
  geo-pos:long "29.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/21389" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '12051'^^xsd:integer;
  dwc:scientificName 'Merops oreobates (Sharpe, 1892)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Schouteden Henri (Dr.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/21389'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.), Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Ngesho'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.1'^^xsd:double;
  dwc:latitude '-1.2833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12088'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292701'^^xsd:anyURI;
  dwc:observationDate '1934-04-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.716667 -4.416667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.716667"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.716667 -4.416667)"^^geo:wktLiteral ;
  geo-pos:lat "36.716667"^^xsd:decimal ;
  geo-pos:long "-4.416667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2464'^^xsd:gYear;
  dwc:scientificName 'Pterocles orientalis (Linnaeus, 1790)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1888'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Spain'^^xsd:string;
  dwc:longitude '-4.416667'^^xsd:double;
  dwc:latitude '36.716667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292714'^^xsd:anyURI;
  dwc:observationDate '1888-05-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -80)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5519" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1232'^^xsd:gYear;
  dwc:scientificName 'Dendrocolaptes sancti-thomae Lafresnaye, 1852'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5519'^^xsd:string;
  dwc:collector 'Boucard Adolphe (M.)'^^xsd:string;
  dwc:yearCollected '1877'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:longitude '-80'^^xsd:integer;
  dwc:latitude '9'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5519'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292719'^^xsd:anyURI;
  dwc:observationDate '1877-12-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.32459 15.32146)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.32459"^^xsd:decimal ;
  dwc:decimalLongitude "15.32146"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15854" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '21376'^^xsd:integer;
  dwc:scientificName 'Halcyon leucocephala pallidiventris Cabanis, 1880'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15854'^^xsd:string;
  dwc:collector 'Henrion A.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1947'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '15.32146'^^xsd:double;
  dwc:latitude '-4.32459'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15854'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292767'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0 102)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0"^^xsd:decimal ;
  dwc:decimalLongitude "102"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/29271" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '713F'^^xsd:string;
  dwc:scientificName 'Rostratula benghalensis benghalensis (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/29271'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1882'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '102'^^xsd:integer;
  dwc:latitude '0'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4869'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292787'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292817> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.4114 29.37471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.4114"^^xsd:decimal ;
  dwc:decimalLongitude "29.37471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/14892" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '21149'^^xsd:integer;
  dwc:scientificName 'Caprimulgus tristigma tristigma Ruppell, 1840'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/14892'^^xsd:string;
  dwc:collector 'Mission S. Frechkop'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.37471'^^xsd:double;
  dwc:latitude '-1.4114'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:14892'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292817'^^xsd:anyURI;
  dwc:observationDate '1938-01-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5 12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5 12)"^^geo:wktLiteral ;
  geo-pos:lat "51.5"^^xsd:decimal ;
  geo-pos:long "12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/28364" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4370'^^xsd:gYear;
  dwc:scientificName 'Falco tinnunculus tinnunculus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/28364'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1933'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '12'^^xsd:integer;
  dwc:latitude '51.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292841'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.05 29.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.05"^^xsd:decimal ;
  dwc:decimalLongitude "29.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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '51620'^^xsd:integer;
  dwc:scientificName 'Gymnobucco bonapartei cinereiceps Sharpe, 1891'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1955'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Lusilube'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.15'^^xsd:double;
  dwc:latitude '0.05'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292874'^^xsd:anyURI;
  dwc:observationDate '1955-09-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37 -6.4166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37"^^xsd:decimal ;
  dwc:decimalLongitude "-6.4166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/33728" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-04-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '45559'^^xsd:integer;
  dwc:scientificName 'Ciconia ciconia ciconia (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Ghilain Pierre (M.)'^^xsd:string;
  dwc:yearIdentified '1964'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/33728'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Spain'^^xsd:string;
  dwc:longitude '-6.4166666667'^^xsd:double;
  dwc:latitude '37'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292900'^^xsd:anyURI;
  dwc:observationDate '1952-05-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292933> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/32214" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3410'^^xsd:integer;
  dwc:scientificName 'Phalacrocorax pygmaeus (Pallas, 1773)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/32214'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '28'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:aphiaid '343953'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292933'^^xsd:anyURI;
  dwc:observationDate '1887-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '343953'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292962> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10 -55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10"^^xsd:decimal ;
  dwc:decimalLongitude "-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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4549'^^xsd:integer;
  dwc:scientificName 'Calliphlox amethystina (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.), Dubois Alain (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Hagemans , Unknown'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-55'^^xsd:integer;
  dwc:latitude '-10'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292962'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10 -55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10"^^xsd:decimal ;
  dwc:decimalLongitude "-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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '650'^^xsd:integer;
  dwc:scientificName 'Calliphlox amethystina (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.), Dubois Alain (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Hagemans , Unknown'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-55'^^xsd:integer;
  dwc:latitude '-10'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292963'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292970> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833333333 3.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833333333"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833333333 3.7)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833333333"^^xsd:decimal ;
  geo-pos:long "3.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11727" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-02'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '41715'^^xsd:integer;
  dwc:scientificName 'Tringa erythropus (Pallas, 1764)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1964'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11727'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1958'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.7'^^xsd:double;
  dwc:latitude '50.9833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:21374'^^xsd:anyURI;
  dwc:aphiaid '159029'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292970'^^xsd:anyURI;
  dwc:aphiaIdAccepted '159029'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.75 29.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.75"^^xsd:decimal ;
  dwc:decimalLongitude "29.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5633" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-02'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4715'^^xsd:gYear;
  dwc:scientificName 'Otus senegalensis graueri Chapin, 1930'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5633'^^xsd:string;
  dwc:collector 'Storms Emile'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1889'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.51667'^^xsd:double;
  dwc:latitude '-6.75'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5633'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292973'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293024> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.22483 27.58237)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.22483"^^xsd:decimal ;
  dwc:decimalLongitude "27.58237"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24665" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:ave'^^xsd:anyURI;
  dwc:catalogNumber '53884'^^xsd:integer;
  dwc:scientificName 'Pogoniulus pusillus pusillus (Dumont de Sainte Croix, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24665'^^xsd:string;
  dwc:collector 'Laenen J.'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Chalumna'^^xsd:string;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '27.58237'^^xsd:double;
  dwc:latitude '-33.22483'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24665'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293024'^^xsd:anyURI;
  dwc:observationDate '1969-01-31'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7480" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-02'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '41412'^^xsd:integer;
  dwc:scientificName 'Podiceps cristatus cristatus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen Walter (Prof.)'^^xsd:string;
  dwc:yearIdentified '1963'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7480'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17158'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293028'^^xsd:anyURI;
  dwc:observationDate '1950-01-31'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.49167 110.00444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.49167"^^xsd:decimal ;
  dwc:decimalLongitude "110.00444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-02'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1082'^^xsd:integer;
  dwc:scientificName 'Cypsiurus balasiensis infumatus (Sclater, 1866)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Unknown'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '110.00444'^^xsd:double;
  dwc:latitude '-7.49167'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293038'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-27 -50)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-27"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-27 -50)"^^geo:wktLiteral ;
  geo-pos:lat "-27"^^xsd:decimal ;
  geo-pos:long "-50"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10942" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-02'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11318'^^xsd:integer;
  dwc:scientificName 'Melanerpes flavifrons (Vieillot, 1818)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10942'^^xsd:string;
  dwc:collector 'Flemming Johannes'^^xsd:string;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'Brazil'^^xsd:string;
  dwc:longitude '-50'^^xsd:integer;
  dwc:latitude '-27'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10942'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293066'^^xsd:anyURI;
  dwc:observationDate '1933-07-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.1666666667 -73.1833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.1666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-73.1833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26623" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-02'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '58123'^^xsd:integer;
  dwc:scientificName 'Numenius phaeopus hudsonicus Latham, 1790'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26623'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.1833333333'^^xsd:double;
  dwc:latitude '-37.1666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25844'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293068'^^xsd:anyURI;
  dwc:observationDate '1978-02-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.03611 29.71361)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.03611"^^xsd:decimal ;
  dwc:decimalLongitude "29.71361"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '70458'^^xsd:integer;
  dwc:scientificName 'Tricholaema lacrymosa radcliffei Ogilvie-Grant, 1904'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1953'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.71361'^^xsd:double;
  dwc:latitude '-0.03611'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293072'^^xsd:anyURI;
  dwc:observationDate '1953-11-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2166666667 3.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2166666667"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2166666667 3.45)"^^geo:wktLiteral ;
  geo-pos:lat "51.2166666667"^^xsd:decimal ;
  geo-pos:long "3.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/6655" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '13328'^^xsd:integer;
  dwc:scientificName 'Accipiter nisus nisus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/6655'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.45'^^xsd:double;
  dwc:latitude '51.2166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12041'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293096'^^xsd:anyURI;
  dwc:observationDate '1938-11-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.46667 28.81667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.46667"^^xsd:decimal ;
  dwc:decimalLongitude "28.81667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-02'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '62201'^^xsd:integer;
  dwc:scientificName 'Merops gularis australis (Reichenow, 1885)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26098'^^xsd:string;
  dwc:collector 'Prigogine A.'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.81667'^^xsd:double;
  dwc:latitude '-0.46667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26098'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293136'^^xsd:anyURI;
  dwc:observationDate '1949-07-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-02'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24359'^^xsd:integer;
  dwc:scientificName 'Megaceryle maxima gigantea (Swainson, 1837)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19064'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:continentOcean 'Semliki'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293149'^^xsd:anyURI;
  dwc:observationDate '1940-03-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.81021 24.43359)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.81021"^^xsd:decimal ;
  dwc:decimalLongitude "24.43359"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15662" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-02'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25545'^^xsd:integer;
  dwc:scientificName 'Pogoniulus scolopaceus flavisquamatus (Verreaux J.P. & Verreaux J.B.E., 1855)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15662'^^xsd:string;
  dwc:collector 'Gilbert G.'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '24.43359'^^xsd:double;
  dwc:latitude '0.81021'^^xsd:double;
  dwc:coordinatePrecision '6000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15662'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293171'^^xsd:anyURI;
  dwc:observationDate '1946-08-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30 -71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30"^^xsd:decimal ;
  dwc:decimalLongitude "-71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-02'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '8720'^^xsd:integer;
  dwc:scientificName 'Colorhamphus parvirostris (Darwin, 1839)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Popelaire de Terloo Jean Baptiste Louis Joseph (Baron)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-71'^^xsd:integer;
  dwc:latitude '-30'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293174'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.1333333333 29.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "29.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.1333333333 29.6)"^^geo:wktLiteral ;
  geo-pos:lat "-0.1333333333"^^xsd:decimal ;
  geo-pos:long "29.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/18080" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '52535'^^xsd:integer;
  dwc:scientificName 'Glareola pratincola fuelleborni Neumann, 1910'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/18080'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.6'^^xsd:double;
  dwc:latitude '-0.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293291'^^xsd:anyURI;
  dwc:observationDate '1954-05-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.46667 26.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.46667"^^xsd:decimal ;
  dwc:decimalLongitude "26.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.46667 26.45)"^^geo:wktLiteral ;
  geo-pos:lat "-1.46667"^^xsd:decimal ;
  geo-pos:long "26.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '61988'^^xsd:integer;
  dwc:scientificName 'Kaupifalco monogrammicus monogrammicus (Temminck, 1824)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26098'^^xsd:string;
  dwc:collector 'Prigogine A.'^^xsd:string;
  dwc:yearCollected '1957'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.45'^^xsd:double;
  dwc:latitude '-1.46667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26098'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293317'^^xsd:anyURI;
  dwc:observationDate '1957-08-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.1881 21.09375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.1881"^^xsd:decimal ;
  dwc:decimalLongitude "21.09375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9812" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-01-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9267'^^xsd:gYear;
  dwc:scientificName 'Cecropis abyssinica abyssinica (Guerin-Meneville, 1843)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9812'^^xsd:string;
  dwc:collector 'de Selys E.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1932'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '21.09375'^^xsd:double;
  dwc:latitude '7.1881'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9812'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293348'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7333333333 5.0833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.7333333333"^^xsd:decimal ;
  dwc:decimalLongitude "5.0833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9905" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10360F'^^xsd:string;
  dwc:scientificName 'Buteo buteo buteo (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Anspach Marguerite (Miss)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9905'^^xsd:string;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.0833333333'^^xsd:double;
  dwc:latitude '50.7333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9945'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293376'^^xsd:anyURI;
  dwc:observationDate '1933-11-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.458611 14.714722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.458611"^^xsd:decimal ;
  dwc:decimalLongitude "14.714722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '40004'^^xsd:integer;
  dwc:scientificName 'Merops pusillus pusillus Müller, 1776'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19862'^^xsd:string;
  dwc:collector 'Laenen J.'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'Chad'^^xsd:string;
  dwc:longitude '14.714722'^^xsd:double;
  dwc:latitude '13.458611'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19862'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293382'^^xsd:anyURI;
  dwc:observationDate '1954-04-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293439> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 4.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 4.3)"^^geo:wktLiteral ;
  geo-pos:lat "51.3"^^xsd:decimal ;
  geo-pos:long "4.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/6475" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '19076'^^xsd:integer;
  dwc:scientificName 'Vanellus vanellus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/6475'^^xsd:string;
  dwc:yearCollected '1942'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.3'^^xsd:double;
  dwc:latitude '51.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16268'^^xsd:anyURI;
  dwc:aphiaid '159142'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293439'^^xsd:anyURI;
  dwc:observationDate '1942-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '159142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293472> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.25 3.2833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.25"^^xsd:decimal ;
  dwc:decimalLongitude "3.2833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10011C'^^xsd:string;
  dwc:scientificName 'Vanellus vanellus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3263'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.2833333333'^^xsd:double;
  dwc:latitude '51.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9163'^^xsd:anyURI;
  dwc:aphiaid '159142'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293472'^^xsd:anyURI;
  dwc:observationDate '1929-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '159142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.08 2.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.08"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.08 2.45)"^^geo:wktLiteral ;
  geo-pos:lat "51.08"^^xsd:decimal ;
  geo-pos:long "2.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "undef." ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '36134'^^xsd:integer;
  dwc:scientificName 'Hydroprogne caspia (Pallas, 1770)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M., Dupond Ch'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'undef.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1958'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.45'^^xsd:double;
  dwc:latitude '51.08'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:21374'^^xsd:anyURI;
  dwc:aphiaid '567825'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293476'^^xsd:anyURI;
  dwc:aphiaIdAccepted '567825'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293503> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.21462 106.84513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.21462"^^xsd:decimal ;
  dwc:decimalLongitude "106.84513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "15000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4915" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '8679'^^xsd:gYear;
  dwc:scientificName 'Merops leschenaulti quinticolor Vieillot, 1817'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4915'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1882'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '106.84513'^^xsd:double;
  dwc:latitude '-6.21462'^^xsd:double;
  dwc:coordinatePrecision '15000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4870'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293503'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.6861 -53.98281)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.6861"^^xsd:decimal ;
  dwc:decimalLongitude "-53.98281"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26601" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '66741'^^xsd:integer;
  dwc:scientificName 'Pteroglossus aracari aracari (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26601'^^xsd:string;
  dwc:collector 'Billiet Jadin B.J. (Mme)'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'French Guiana'^^xsd:string;
  dwc:longitude '-53.98281'^^xsd:double;
  dwc:latitude '4.6861'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26601'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293537'^^xsd:anyURI;
  dwc:observationDate '1982-11-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.816667 4.516667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.816667"^^xsd:decimal ;
  dwc:decimalLongitude "4.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 "1500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9120" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10041c'^^xsd:string;
  dwc:scientificName 'Jynx torquilla torquilla Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9120'^^xsd:string;
  dwc:collector 'Opdenbosch'^^xsd:string;
  dwc:yearCollected '1920'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.516667'^^xsd:double;
  dwc:latitude '50.816667'^^xsd:double;
  dwc:coordinatePrecision '1500'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9120'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293541'^^xsd:anyURI;
  dwc:observationDate '1920-06-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23388'^^xsd:integer;
  dwc:scientificName 'Streptopelia semitorquata semitorquata (Rüppell, 1837)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.51667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293555'^^xsd:anyURI;
  dwc:observationDate '1949-01-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293578> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.31667 29.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.31667"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25861'^^xsd:integer;
  dwc:scientificName 'Lybius bidentatus aequatorialis (Shelley, 1889)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19064'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.75'^^xsd:double;
  dwc:latitude '0.31667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293578'^^xsd:anyURI;
  dwc:observationDate '1946-08-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.49167 110.00444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.49167"^^xsd:decimal ;
  dwc:decimalLongitude "110.00444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4870" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4423'^^xsd:gYear;
  dwc:scientificName 'Otus lempiji (Horsfield, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4870'^^xsd:string;
  dwc:collector 'Vorderman A.J.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1882'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '110.00444'^^xsd:double;
  dwc:latitude '-7.49167'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4870'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293645'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.341 3.286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.341"^^xsd:decimal ;
  dwc:decimalLongitude "3.286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/939" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-01-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '55878'^^xsd:integer;
  dwc:scientificName 'Larus argentatus argentatus (Pontoppidan, 1763)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1975'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/939'^^xsd:string;
  dwc:collector 'Het Zwin'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.286'^^xsd:double;
  dwc:latitude '51.341'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25277'^^xsd:anyURI;
  dwc:aphiaid '232047'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293653'^^xsd:anyURI;
  dwc:observationDate '1975-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '232047'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293654> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.341 3.286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.341"^^xsd:decimal ;
  dwc:decimalLongitude "3.286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/939" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-01-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '55877'^^xsd:integer;
  dwc:scientificName 'Larus argentatus argentatus (Pontoppidan, 1763)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1975'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/939'^^xsd:string;
  dwc:collector 'Het Zwin'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.286'^^xsd:double;
  dwc:latitude '51.341'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25277'^^xsd:anyURI;
  dwc:aphiaid '232047'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293654'^^xsd:anyURI;
  dwc:observationDate '1975-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '232047'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.341 3.286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.341"^^xsd:decimal ;
  dwc:decimalLongitude "3.286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/898" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-01-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15036'^^xsd:integer;
  dwc:scientificName 'Tringa totanus robusta (Schioler, 1883)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/898'^^xsd:string;
  dwc:collector 'Lippens L. (M.)'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.286'^^xsd:double;
  dwc:latitude '51.341'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12808'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293676'^^xsd:anyURI;
  dwc:observationDate '1939-12-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 2.5833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1"^^xsd:decimal ;
  dwc:decimalLongitude "2.5833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3302" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '80F'^^xsd:string;
  dwc:scientificName 'Fulmarus glacialis glacialis (Linnaeus, 1761)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Anspach Marguerite (Miss)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3302'^^xsd:string;
  dwc:yearCollected '1909'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.5833333333'^^xsd:double;
  dwc:latitude '51.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293677'^^xsd:anyURI;
  dwc:observationDate '1909-09-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.82052 30.43887)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.82052"^^xsd:decimal ;
  dwc:decimalLongitude "30.43887"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5633" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-31'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6913'^^xsd:gYear;
  dwc:scientificName 'Caprimulgus fossii welwitschii Bocage, 1867'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5633'^^xsd:string;
  dwc:collector 'Storms Emile'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1889'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:country 'Tanzania'^^xsd:string;
  dwc:longitude '30.43887'^^xsd:double;
  dwc:latitude '-6.82052'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5633'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293691'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 3.0166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "3.0166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3725" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2103'^^xsd:gYear;
  dwc:scientificName 'Porzana porzana (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Anspach Marguerite (Miss)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3725'^^xsd:string;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.0166666667'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8821'^^xsd:anyURI;
  dwc:aphiaid '416693'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293701'^^xsd:anyURI;
  dwc:observationDate '1925-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '416693'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.31667 26.53333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.31667"^^xsd:decimal ;
  dwc:decimalLongitude "26.53333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/16297" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '26482'^^xsd:integer;
  dwc:scientificName 'Cecropis senegalensis monteiri (Hartlaub, 1862)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/16297'^^xsd:string;
  dwc:collector 'Lefebure L. (R.P.)'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.53333'^^xsd:double;
  dwc:latitude '-10.31667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16297'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293708'^^xsd:anyURI;
  dwc:observationDate '1948-02-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.1 26.76667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.1"^^xsd:decimal ;
  dwc:decimalLongitude "26.76667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '28559'^^xsd:integer;
  dwc:scientificName 'Smithornis capensis capensis (Smith, 1839)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.76667'^^xsd:double;
  dwc:latitude '-9.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293734'^^xsd:anyURI;
  dwc:observationDate '1948-09-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293800> ;
  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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293800>
  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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1842" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6927'^^xsd:integer;
  dwc:scientificName 'Eurostopodus macrotis macrotis (Vigors, 1831)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1842'^^xsd:string;
  dwc:collector 'Parzudaki Emile (M.)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1855'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '6'^^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: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:1842'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293800'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.10328 4.72855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.10328"^^xsd:decimal ;
  dwc:decimalLongitude "4.72855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/13927" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '13380'^^xsd:integer;
  dwc:scientificName 'Cuculus canorus canorus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/13927'^^xsd:string;
  dwc:collector 'Daumerie Roger (M.)'^^xsd:string;
  dwc:yearCollected '1923'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.72855'^^xsd:double;
  dwc:latitude '51.10328'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13927'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293803'^^xsd:anyURI;
  dwc:observationDate '1923-06-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293834> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.4833333333 8.2666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.4833333333"^^xsd:decimal ;
  dwc:decimalLongitude "8.2666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/34425" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '35637'^^xsd:integer;
  dwc:scientificName 'Cursorius cursor cursor (Latham, 1787)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/34425'^^xsd:string;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '8.2666666667'^^xsd:double;
  dwc:latitude '34.4833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12153'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293834'^^xsd:anyURI;
  dwc:observationDate '1936-05-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2166666667 2.9166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2166666667"^^xsd:decimal ;
  dwc:decimalLongitude "2.9166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7727" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72405'^^xsd:integer;
  dwc:scientificName 'Arenaria interpres Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Vangeluwe Didier (Mr.)'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7727'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.9166666667'^^xsd:double;
  dwc:latitude '51.2166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29723'^^xsd:anyURI;
  dwc:aphiaid '147431'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293860'^^xsd:anyURI;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '147431'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293869> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1833333333 3.0833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1833333333"^^xsd:decimal ;
  dwc:decimalLongitude "3.0833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5767" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10132'^^xsd:integer;
  dwc:scientificName 'Anser albifrons albifrons (Scopoli, 1769)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5767'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.0833333333'^^xsd:double;
  dwc:latitude '51.1833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9163'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293869'^^xsd:anyURI;
  dwc:observationDate '1929-12-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293901> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5 12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5 12)"^^geo:wktLiteral ;
  geo-pos:lat "51.5"^^xsd:decimal ;
  geo-pos:long "12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/28373" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1436'^^xsd:gYear;
  dwc:scientificName 'Falco subbuteo subbuteo Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/28373'^^xsd:string;
  dwc:yearCollected '1894'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '12'^^xsd:integer;
  dwc:latitude '51.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293901'^^xsd:anyURI;
  dwc:observationDate '1894-06-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.466667 5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.466667"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.466667 5)"^^geo:wktLiteral ;
  geo-pos:lat "50.466667"^^xsd:decimal ;
  geo-pos:long "5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12854" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '13396'^^xsd:integer;
  dwc:scientificName 'Dendrocopos major pinetorum (Brehm, 1831)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12854'^^xsd:string;
  dwc:collector 'd\'Artet  (Comte)'^^xsd:string;
  dwc:yearCollected '1920'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5'^^xsd:integer;
  dwc:latitude '50.466667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12854'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293910'^^xsd:anyURI;
  dwc:observationDate '1920-11-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05 3.7166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05"^^xsd:decimal ;
  dwc:decimalLongitude "3.7166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/694" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20353'^^xsd:integer;
  dwc:scientificName 'Vanellus vanellus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/694'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Kanaal Gent-Brugge'^^xsd:string;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.7166666667'^^xsd:double;
  dwc:latitude '51.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16474'^^xsd:anyURI;
  dwc:aphiaid '159142'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293998'^^xsd:anyURI;
  dwc:observationDate '1948-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '159142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5166666667 4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.5166666667"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5166666667 4)"^^geo:wktLiteral ;
  geo-pos:lat "50.5166666667"^^xsd:decimal ;
  geo-pos:long "4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2738" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '56808'^^xsd:integer;
  dwc:scientificName 'Accipiter nisus nisus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1977'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2738'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4'^^xsd:integer;
  dwc:latitude '50.5166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24589'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294003'^^xsd:anyURI;
  dwc:observationDate '1939-10-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.6166666667 28.5666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.6166666667"^^xsd:decimal ;
  dwc:decimalLongitude "28.5666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15156" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25113'^^xsd:integer;
  dwc:scientificName 'Ardea melanocephala Vigors & Children, 1826'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Vrijdagh J.M.'^^xsd:string;
  dwc:yearIdentified '1954'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15156'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.5666666667'^^xsd:double;
  dwc:latitude '3.6166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:18438'^^xsd:anyURI;
  dwc:aphiaid '212667'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294084'^^xsd:anyURI;
  dwc:observationDate '1951-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '212667'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.23333 130.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.23333"^^xsd:decimal ;
  dwc:decimalLongitude "130.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 "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5170" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '7857'^^xsd:gYear;
  dwc:scientificName 'Todiramphus saurophagus (Gould, 1843)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5170'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1885'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '130.75'^^xsd:double;
  dwc:latitude '-0.23333'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5170'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294086'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2 121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2"^^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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '7830'^^xsd:integer;
  dwc:scientificName 'Centropus celebensis celebensis Quoy & Gaimard, 1830'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3262'^^xsd:string;
  dwc:collector 'de Ville Emile (M.)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1874'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '121'^^xsd:integer;
  dwc:latitude '-2'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3262'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294104'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294115> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2166666667 4.4166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2166666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.4166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1424" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-02-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11268'^^xsd:integer;
  dwc:scientificName 'Tachybaptus ruficollis ruficollis (Pallas, 1764)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1424'^^xsd:string;
  dwc:yearCollected '1937'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.4166666667'^^xsd:double;
  dwc:latitude '51.2166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11117'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294115'^^xsd:anyURI;
  dwc:observationDate '1937-10-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.74056 10.76028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.74056"^^xsd:decimal ;
  dwc:decimalLongitude "10.76028"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12153" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '37155'^^xsd:integer;
  dwc:scientificName 'Delichon urbicum urbicum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12153'^^xsd:string;
  dwc:collector 'Bédé P.'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '10.76028'^^xsd:double;
  dwc:latitude '34.74056'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12153'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294123'^^xsd:anyURI;
  dwc:observationDate '1938-04-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.9166666667 175.0166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.9166666667"^^xsd:decimal ;
  dwc:decimalLongitude "175.0166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/31199" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '56204'^^xsd:integer;
  dwc:scientificName 'Pachyptila turtur (Kuhl, 1820)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/31199'^^xsd:string;
  dwc:yearCollected '1968'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'New Zealand'^^xsd:string;
  dwc:longitude '175.0166666667'^^xsd:double;
  dwc:latitude '-40.9166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25426'^^xsd:anyURI;
  dwc:aphiaid '212648'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294135'^^xsd:anyURI;
  dwc:observationDate '1968-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '212648'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7666666667 24.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7666666667"^^xsd:decimal ;
  dwc:decimalLongitude "24.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7666666667 24.45)"^^geo:wktLiteral ;
  geo-pos:lat "0.7666666667"^^xsd:decimal ;
  geo-pos:long "24.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/22670" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20671'^^xsd:integer;
  dwc:scientificName 'Accipiter tachiro sparsimfasciatus (Reichenow, 1895)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogyne A.'^^xsd:string;
  dwc:yearIdentified '1976'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/22670'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '24.45'^^xsd:double;
  dwc:latitude '0.7666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16994'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294164'^^xsd:anyURI;
  dwc:observationDate '1949-07-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.5 -90.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.5"^^xsd:decimal ;
  dwc:decimalLongitude "-90.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:ave'^^xsd:anyURI;
  dwc:catalogNumber '6356'^^xsd:integer;
  dwc:scientificName 'Aulacorhynchus prasinus Gould, 1834'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1852'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-90.25'^^xsd:double;
  dwc:latitude '15.5'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:1564'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294167'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.35027 18.47909)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.35027"^^xsd:decimal ;
  dwc:decimalLongitude "18.47909"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/341" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1291'^^xsd:gYear;
  dwc:scientificName 'Ceryle rudis rudis (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/341'^^xsd:string;
  dwc:collector 'Du Bus'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1847'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '18.47909'^^xsd:double;
  dwc:latitude '-34.35027'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:341'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294204'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.25 -3.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.25"^^xsd:decimal ;
  dwc:decimalLongitude "-3.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/33847" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4879'^^xsd:gYear;
  dwc:scientificName 'Aquila chrysaetos chrysaetos (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/33847'^^xsd:string;
  dwc:yearCollected '1889'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Spain'^^xsd:string;
  dwc:longitude '-3.25'^^xsd:double;
  dwc:latitude '37.25'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294207'^^xsd:anyURI;
  dwc:observationDate '1889-04-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 39.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 39.5)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "39.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/27142" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5509'^^xsd:integer;
  dwc:scientificName 'Rhynchops flavirostris Vieillot, 1789'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/27142'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1852'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:country 'Ethiopia'^^xsd:string;
  dwc:longitude '39.5'^^xsd:double;
  dwc:latitude '9'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:1718'^^xsd:anyURI;
  dwc:aphiaid '212828'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294211'^^xsd:anyURI;
  dwc:aphiaIdAccepted '212828'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.22 29.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.22"^^xsd:decimal ;
  dwc:decimalLongitude "29.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '26062'^^xsd:integer;
  dwc:scientificName 'Dendropicos griseocephalus ruwenzori (Sharpe, 1902)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.15'^^xsd:double;
  dwc:latitude '-8.22'^^xsd:double;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294219'^^xsd:anyURI;
  dwc:observationDate '1947-04-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294220> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.916 -67.4333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.916"^^xsd:decimal ;
  dwc:decimalLongitude "-67.4333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/22888" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-09-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '53613'^^xsd:integer;
  dwc:scientificName 'Trogon personatus personatus Gould, 1842'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/22888'^^xsd:string;
  dwc:collector 'S.M. le Roi Léopold III'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Venezuela'^^xsd:string;
  dwc:longitude '-67.4333333333'^^xsd:double;
  dwc:latitude '2.916'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22888'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294220'^^xsd:anyURI;
  dwc:observationDate '1952-05-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.95238 98.32878)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.95238"^^xsd:decimal ;
  dwc:decimalLongitude "98.32878"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25931" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '59808'^^xsd:integer;
  dwc:scientificName 'Alcedo meninting verreauxii de la Berge, 1851'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25931'^^xsd:string;
  dwc:collector 'Orellana Thyris'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '98.32878'^^xsd:double;
  dwc:latitude '7.95238'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25931'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294228'^^xsd:anyURI;
  dwc:observationDate '1978-08-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.25 -123.1333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.25"^^xsd:decimal ;
  dwc:decimalLongitude "-123.1333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-02-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '44064'^^xsd:integer;
  dwc:scientificName 'Colaptes auratus cafer (Gmelin, 1788)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23649'^^xsd:string;
  dwc:collector 'Musée de Chicago'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-123.1333333333'^^xsd:double;
  dwc:latitude '49.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23649'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294241'^^xsd:anyURI;
  dwc:observationDate '1931-04-25'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.2 102.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.2"^^xsd:decimal ;
  dwc:decimalLongitude "102.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2400" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2028'^^xsd:gYear;
  dwc:scientificName 'Merops philippinus Linnaeus, 1766'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2400'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1862'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '102.25'^^xsd:double;
  dwc:latitude '2.2'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:2400'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294251'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24294" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '52212'^^xsd:integer;
  dwc:scientificName 'Clamator levaillantii (Swainson, 1829)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24294'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1955'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Abyalose'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294285'^^xsd:anyURI;
  dwc:observationDate '1955-06-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.483333 8.266667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.483333"^^xsd:decimal ;
  dwc:decimalLongitude "8.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.483333 8.266667)"^^geo:wktLiteral ;
  geo-pos:lat "34.483333"^^xsd:decimal ;
  geo-pos:long "8.266667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12123" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '35712'^^xsd:integer;
  dwc:scientificName 'Calandrella brachydactyla brachydactyla (Leisler, 1814)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12123'^^xsd:string;
  dwc:collector 'Bédé P.'^^xsd:string;
  dwc:yearCollected '1937'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '8.266667'^^xsd:double;
  dwc:latitude '34.483333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12123'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294298'^^xsd:anyURI;
  dwc:observationDate '1937-04-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7666666667 24.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7666666667"^^xsd:decimal ;
  dwc:decimalLongitude "24.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7666666667 24.45)"^^geo:wktLiteral ;
  geo-pos:lat "0.7666666667"^^xsd:decimal ;
  geo-pos:long "24.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/22712" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '22784'^^xsd:integer;
  dwc:scientificName 'Tigriornis leucolophus (Jardine, 1846)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1952'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/22712'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '24.45'^^xsd:double;
  dwc:latitude '0.7666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:18664'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294386'^^xsd:anyURI;
  dwc:observationDate '1952-02-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '51761'^^xsd:integer;
  dwc:scientificName 'Dendropicos fuscescens lepidus (Cabanis & Heine, 1863)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1955'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294413'^^xsd:anyURI;
  dwc:observationDate '1955-01-31'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2333333333 3.7333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2333333333"^^xsd:decimal ;
  dwc:decimalLongitude "3.7333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1549" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10105B'^^xsd:string;
  dwc:scientificName 'Ardea purpurea purpurea Linnaeus, 1766'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1549'^^xsd:string;
  dwc:yearCollected '1928'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.7333333333'^^xsd:double;
  dwc:latitude '51.2333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9068'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294414'^^xsd:anyURI;
  dwc:observationDate '1928-08-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294435> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '23472'^^xsd:integer;
  dwc:scientificName 'Treron calva salvadorii (Dubois, 1897)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.51667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294435'^^xsd:anyURI;
  dwc:observationDate '1949-02-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.546944 3.978611)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.546944"^^xsd:decimal ;
  dwc:decimalLongitude "3.978611"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23658" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '45203'^^xsd:integer;
  dwc:scientificName 'Galerida cristata cristata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Asperslag L. (M.)'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23658'^^xsd:string;
  dwc:collector 'Asperslag L. (M.)'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.978611'^^xsd:double;
  dwc:latitude '43.546944'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23658'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294446'^^xsd:anyURI;
  dwc:observationDate '1961-05-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294450> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10 -55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10"^^xsd:decimal ;
  dwc:decimalLongitude "-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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5749'^^xsd:integer;
  dwc:scientificName 'Touit melanonota (Wied, 1820)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-55'^^xsd:integer;
  dwc:latitude '-10'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294450'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '51507'^^xsd:integer;
  dwc:scientificName 'Eurystomus glaucurus afer (Latham, 1790)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294481'^^xsd:anyURI;
  dwc:observationDate '1954-07-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.18 15.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.18"^^xsd:decimal ;
  dwc:decimalLongitude "15.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.18 15.16)"^^geo:wktLiteral ;
  geo-pos:lat "-4.18"^^xsd:decimal ;
  geo-pos:long "15.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15664" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '21227'^^xsd:integer;
  dwc:scientificName 'Merops persicus persicus Pallas, 1773'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15664'^^xsd:string;
  dwc:collector 'Henrion A.'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '15.16'^^xsd:double;
  dwc:latitude '-4.18'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15664'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294494'^^xsd:anyURI;
  dwc:observationDate '1947-02-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.67998 29.13488)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.67998"^^xsd:decimal ;
  dwc:decimalLongitude "29.13488"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19059" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '23266'^^xsd:integer;
  dwc:scientificName 'Turtur afer (Linnaeus, 1776)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1947'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19059'^^xsd:string;
  dwc:collector 'Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1945'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.13488'^^xsd:double;
  dwc:latitude '3.67998'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19059'^^xsd:anyURI;
  dwc:aphiaid '212729'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294512'^^xsd:anyURI;
  dwc:observationDate '1945-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '212729'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294520> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.1166666667 15.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.1166666667"^^xsd:decimal ;
  dwc:decimalLongitude "15.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.1166666667 15.05)"^^geo:wktLiteral ;
  geo-pos:lat "12.1166666667"^^xsd:decimal ;
  geo-pos:long "15.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12733" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '39950'^^xsd:integer;
  dwc:scientificName 'Clamator jacobinus pica (Hemprich & Ehrenberg, 1833)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12733'^^xsd:string;
  dwc:collector 'Laenen J.'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'Chad'^^xsd:string;
  dwc:longitude '15.05'^^xsd:double;
  dwc:latitude '12.1166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19862'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294520'^^xsd:anyURI;
  dwc:observationDate '1954-06-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.15 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.15"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.15 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.15"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/6570" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '66281'^^xsd:integer;
  dwc:scientificName 'Pluvialis squatarola (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/6570'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26405'^^xsd:anyURI;
  dwc:aphiaid '159137'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294553'^^xsd:anyURI;
  dwc:observationDate '1982-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '159137'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 3.083333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 3.083333)"^^geo:wktLiteral ;
  geo-pos:lat "51.3"^^xsd:decimal ;
  geo-pos:long "3.083333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26405" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '65755'^^xsd:integer;
  dwc:scientificName 'Larus argentatus argentatus (Pontoppidan, 1763)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26405'^^xsd:string;
  dwc:collector 'Renkin P.'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.083333'^^xsd:double;
  dwc:latitude '51.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26405'^^xsd:anyURI;
  dwc:aphiaid '232047'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294558'^^xsd:anyURI;
  dwc:observationDate '1982-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '232047'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8 5.0666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8"^^xsd:decimal ;
  dwc:decimalLongitude "5.0666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2384" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '9808'^^xsd:integer;
  dwc:scientificName 'Milvus milvus milvus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2384'^^xsd:string;
  dwc:yearCollected '1921'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.0666666667'^^xsd:double;
  dwc:latitude '49.8'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9400'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294566'^^xsd:anyURI;
  dwc:observationDate '1921-04-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.216667 4.416667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.216667"^^xsd:decimal ;
  dwc:decimalLongitude "4.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 "3000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '9916'^^xsd:gYear;
  dwc:scientificName 'Alauda arvensis arvensis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.), Spas Arm.'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1891'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.416667'^^xsd:double;
  dwc:latitude '51.216667'^^xsd:double;
  dwc:coordinatePrecision '3000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294569'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7341" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5408'^^xsd:gYear;
  dwc:scientificName 'Calidris maritima (Brünnich, 1764)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7341'^^xsd:string;
  dwc:yearCollected '1890'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5694'^^xsd:anyURI;
  dwc:aphiaid '159052'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294625'^^xsd:anyURI;
  dwc:observationDate '1890-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '159052'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '51577'^^xsd:integer;
  dwc:scientificName 'Trachyphonus purpuratus elgonensis (Sharpe, 1891)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294639'^^xsd:anyURI;
  dwc:observationDate '1952-10-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.58389 8.78139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.58389"^^xsd:decimal ;
  dwc:decimalLongitude "8.78139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-02'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '55384'^^xsd:integer;
  dwc:scientificName 'Streptopelia senegalensis senegalensis (Linnaeus, 1817)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25062'^^xsd:string;
  dwc:collector 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Niger'^^xsd:string;
  dwc:longitude '8.78139'^^xsd:double;
  dwc:latitude '18.58389'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294651'^^xsd:anyURI;
  dwc:observationDate '1974-07-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.6666666667 27.4666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.6666666667"^^xsd:decimal ;
  dwc:decimalLongitude "27.4666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15681" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20634'^^xsd:integer;
  dwc:scientificName 'Polyboroides typus typus Smith, 1829'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15681'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '27.4666666667'^^xsd:double;
  dwc:latitude '-11.6666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17254'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294669'^^xsd:anyURI;
  dwc:observationDate '1947-11-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.37278 29.63702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.37278"^^xsd:decimal ;
  dwc:decimalLongitude "29.63702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15333" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '21094'^^xsd:integer;
  dwc:scientificName 'Clamator jacobinus jacobinus (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15333'^^xsd:string;
  dwc:collector 'Bredo H.J.'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.63702'^^xsd:double;
  dwc:latitude '-8.37278'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15333'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294698'^^xsd:anyURI;
  dwc:observationDate '1940-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51 2.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51 2.65)"^^geo:wktLiteral ;
  geo-pos:lat "51"^^xsd:decimal ;
  geo-pos:long "2.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5760" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72258'^^xsd:integer;
  dwc:scientificName 'Circus cyaneus (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Robbrecht Guy (M.)'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5760'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.65'^^xsd:double;
  dwc:latitude '51'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: container; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29627'^^xsd:anyURI;
  dwc:aphiaid '159372'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294700'^^xsd:anyURI;
  dwc:observationDate '2001-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '159372'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.25 3.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.25"^^xsd:decimal ;
  dwc:decimalLongitude "3.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/6111" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10518D'^^xsd:string;
  dwc:scientificName 'Tringa glareola Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Anspach Marguerite (Miss)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/6111'^^xsd:string;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.25'^^xsd:double;
  dwc:latitude '51.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8821'^^xsd:anyURI;
  dwc:aphiaid '225916'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294710'^^xsd:anyURI;
  dwc:observationDate '1925-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '225916'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.516667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.516667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.65"^^xsd:decimal ;
  geo-pos:long "26.516667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24264'^^xsd:integer;
  dwc:scientificName 'Halcyon senegalensis cyanoleuca (Vieillot, 1818)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.516667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294739'^^xsd:anyURI;
  dwc:observationDate '1949-03-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3 -16.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.3"^^xsd:decimal ;
  dwc:decimalLongitude "-16.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3 -16.3)"^^geo:wktLiteral ;
  geo-pos:lat "32.3"^^xsd:decimal ;
  geo-pos:long "-16.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25935" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '60225'^^xsd:integer;
  dwc:scientificName 'Larus cachinnans atlantis Dwight Jr., 1922'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25935'^^xsd:string;
  dwc:collector 'Museo do Mar'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-16.3'^^xsd:double;
  dwc:latitude '32.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25935'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294748'^^xsd:anyURI;
  dwc:observationDate '1977-08-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25 135)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25"^^xsd:decimal ;
  dwc:decimalLongitude "135"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3390'^^xsd:integer;
  dwc:scientificName 'Chrysococcyx basalis Horsfield, 1821'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Musée de Bruxelles'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '135'^^xsd:integer;
  dwc:latitude '-25'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294756'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25 135)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25"^^xsd:decimal ;
  dwc:decimalLongitude "135"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3386'^^xsd:integer;
  dwc:scientificName 'Chrysococcyx basalis Horsfield, 1821'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Musée de Bruxelles'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '135'^^xsd:integer;
  dwc:latitude '-25'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: none; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294757'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.56 2.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.56"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.56 2.38)"^^geo:wktLiteral ;
  geo-pos:lat "50.56"^^xsd:decimal ;
  geo-pos:long "2.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10470D'^^xsd:string;
  dwc:scientificName 'Columba palumbus palumbus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.), Spas Arm.'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1890'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.38'^^xsd:double;
  dwc:latitude '50.56'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294781'^^xsd:anyURI;
  dwc:observationDate '1890-04-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294783> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5333333333 5.8833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.5333333333"^^xsd:decimal ;
  dwc:decimalLongitude "5.8833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/8036" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72724'^^xsd:integer;
  dwc:scientificName 'Troglodytes troglodytes (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Finck Sébastien (M.)'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/8036'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.8833333333'^^xsd:double;
  dwc:latitude '50.5333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29898'^^xsd:anyURI;
  dwc:aphiaid '558598'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294783'^^xsd:anyURI;
  dwc:observationDate '2002-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '558598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294802> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7032 5.85872)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.7032"^^xsd:decimal ;
  dwc:decimalLongitude "5.85872"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1590" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72210'^^xsd:integer;
  dwc:scientificName 'Turdus merula Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Defourny Hugues (M.)'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1590'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.85872'^^xsd:double;
  dwc:latitude '50.7032'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29585'^^xsd:anyURI;
  dwc:aphiaid '558602'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294802'^^xsd:anyURI;
  dwc:observationDate '2001-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '558602'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.6666666667 27.4666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.6666666667"^^xsd:decimal ;
  dwc:decimalLongitude "27.4666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15669" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20805'^^xsd:integer;
  dwc:scientificName 'Aenigmatolimnas marginalis (Hartlaub, 1857)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15669'^^xsd:string;
  dwc:yearCollected '1941'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '27.4666666667'^^xsd:double;
  dwc:latitude '-11.6666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15333'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294803'^^xsd:anyURI;
  dwc:observationDate '1941-02-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.6666666667 27.4666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.6666666667"^^xsd:decimal ;
  dwc:decimalLongitude "27.4666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15669" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20806'^^xsd:integer;
  dwc:scientificName 'Aenigmatolimnas marginalis (Hartlaub, 1857)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15669'^^xsd:string;
  dwc:yearCollected '1941'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '27.4666666667'^^xsd:double;
  dwc:latitude '-11.6666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15333'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294804'^^xsd:anyURI;
  dwc:observationDate '1941-02-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4166666667 5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4166666667"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4166666667 5)"^^geo:wktLiteral ;
  geo-pos:lat "51.4166666667"^^xsd:decimal ;
  geo-pos:long "5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10014" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9774'^^xsd:integer;
  dwc:scientificName 'Numenius arquata arquata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10014'^^xsd:string;
  dwc:yearCollected '1926'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5'^^xsd:integer;
  dwc:latitude '51.4166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8875'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294812'^^xsd:anyURI;
  dwc:observationDate '1926-05-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.08333 27.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.08333"^^xsd:decimal ;
  dwc:decimalLongitude "27.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.08333 27.2)"^^geo:wktLiteral ;
  geo-pos:lat "-9.08333"^^xsd:decimal ;
  geo-pos:long "27.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25829'^^xsd:integer;
  dwc:scientificName 'Lybius macclounii (Shelley, 1899)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '27.2'^^xsd:double;
  dwc:latitude '-9.08333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294814'^^xsd:anyURI;
  dwc:observationDate '1948-10-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.383333 29.366667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.383333"^^xsd:decimal ;
  dwc:decimalLongitude "29.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.383333 29.366667)"^^geo:wktLiteral ;
  geo-pos:lat "0.383333"^^xsd:decimal ;
  geo-pos:long "29.366667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26433" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '65469'^^xsd:integer;
  dwc:scientificName 'Aplopelia larvata jacksoni (Sharpe, 1904)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26433'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.366667'^^xsd:double;
  dwc:latitude '0.383333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26433'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294857'^^xsd:anyURI;
  dwc:observationDate '1981-12-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294868> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4166666667 27.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4166666667"^^xsd:decimal ;
  dwc:decimalLongitude "27.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4166666667 27.15)"^^geo:wktLiteral ;
  geo-pos:lat "38.4166666667"^^xsd:decimal ;
  geo-pos:long "27.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/34625" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4312'^^xsd:gYear;
  dwc:scientificName 'Falco tinnunculus tinnunculus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/34625'^^xsd:string;
  dwc:yearCollected '1892'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'Turkey'^^xsd:string;
  dwc:longitude '27.15'^^xsd:double;
  dwc:latitude '38.4166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294868'^^xsd:anyURI;
  dwc:observationDate '1892-05-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10 -55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10"^^xsd:decimal ;
  dwc:decimalLongitude "-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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1883" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6930'^^xsd:integer;
  dwc:scientificName 'Caprimulgus rufus rufus Boddaert, 1783'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1883'^^xsd:string;
  dwc:collector 'Parzudaki Emile (M.)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1856'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-55'^^xsd:integer;
  dwc:latitude '-10'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:1883'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294877'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294898> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24294" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-01-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '52162'^^xsd:integer;
  dwc:scientificName 'Tauraco schuetti emini (Reichenow, 1893)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24294'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Mangbweleu'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294898'^^xsd:anyURI;
  dwc:observationDate '1952-11-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.38 -78.09556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.38"^^xsd:decimal ;
  dwc:decimalLongitude "-78.09556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "28741" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-10-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '55030'^^xsd:integer;
  dwc:scientificName 'Florisuga fusca (Vieillot, 1817)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '28741'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1947'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:country 'Panama'^^xsd:string;
  dwc:longitude '-78.09556'^^xsd:double;
  dwc:latitude '8.38'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15883'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294905'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2833333333 4.3666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2833333333"^^xsd:decimal ;
  dwc:decimalLongitude "4.3666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10333" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '41420'^^xsd:integer;
  dwc:scientificName 'Gavia stellata (Pontoppidan, 1763)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1963'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10333'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.3666666667'^^xsd:double;
  dwc:latitude '51.2833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17890'^^xsd:anyURI;
  dwc:aphiaid '137188'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294926'^^xsd:anyURI;
  dwc:observationDate '1951-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.5166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.5166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19762" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '22604'^^xsd:integer;
  dwc:scientificName 'Scopus umbretta umbretta Gmelin, 1789'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19762'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.5166666667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294937'^^xsd:anyURI;
  dwc:observationDate '1947-09-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294939> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54 -71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54"^^xsd:decimal ;
  dwc:decimalLongitude "-71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26633" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '17985'^^xsd:integer;
  dwc:scientificName 'Vanellus chilensis chilensis (Molina, 1782)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26633'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Strait of Magellan'^^xsd:string;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-71'^^xsd:integer;
  dwc:latitude '-54'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10131'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294939'^^xsd:anyURI;
  dwc:observationDate '1997-11-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.366667 3.666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.366667"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.366667 3.666667)"^^geo:wktLiteral ;
  geo-pos:lat "51.366667"^^xsd:decimal ;
  geo-pos:long "3.666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/29946" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '60194'^^xsd:integer;
  dwc:scientificName 'Larus argentatus argentatus (Pontoppidan, 1763)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/29946'^^xsd:string;
  dwc:collector 'Université Libre de Bruxelles (Faculté des Sciences - CP 160)'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Netherlands'^^xsd:string;
  dwc:longitude '3.666667'^^xsd:double;
  dwc:latitude '51.366667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29946'^^xsd:anyURI;
  dwc:aphiaid '232047'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294943'^^xsd:anyURI;
  dwc:observationDate '1979-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '232047'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.366667 3.666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.366667"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.366667 3.666667)"^^geo:wktLiteral ;
  geo-pos:lat "51.366667"^^xsd:decimal ;
  geo-pos:long "3.666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/29946" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '60181'^^xsd:integer;
  dwc:scientificName 'Larus argentatus argentatus (Pontoppidan, 1763)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/29946'^^xsd:string;
  dwc:collector 'Université Libre de Bruxelles (Faculté des Sciences - CP 160)'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Netherlands'^^xsd:string;
  dwc:longitude '3.666667'^^xsd:double;
  dwc:latitude '51.366667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29946'^^xsd:anyURI;
  dwc:aphiaid '232047'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294944'^^xsd:anyURI;
  dwc:observationDate '1979-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '232047'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.266667 3.033333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.266667"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.266667 3.033333)"^^geo:wktLiteral ;
  geo-pos:lat "51.266667"^^xsd:decimal ;
  geo-pos:long "3.033333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/18959" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '66536'^^xsd:integer;
  dwc:scientificName 'Uria aalge (Pontoppidan, 1763)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/18959'^^xsd:string;
  dwc:collector 'Société Royale de Zool. d\'Anvers'^^xsd:string;
  dwc:yearCollected '1953'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.033333'^^xsd:double;
  dwc:latitude '51.266667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:18437'^^xsd:anyURI;
  dwc:aphiaid '137133'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294957'^^xsd:anyURI;
  dwc:observationDate '1953-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137133'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4 30.4166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.4"^^xsd:decimal ;
  dwc:decimalLongitude "30.4166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/27089" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5909'^^xsd:integer;
  dwc:scientificName 'Gyps fulvus fulvus (Hablizl, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/27089'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1860'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '30.4166666667'^^xsd:double;
  dwc:latitude '31.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:2282'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294968'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.83619 14.59761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.83619"^^xsd:decimal ;
  dwc:decimalLongitude "14.59761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-21'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '40024'^^xsd:integer;
  dwc:scientificName 'Pogoniulus chrysoconus chrysoconus (Temminck, 1832)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1957'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19862'^^xsd:string;
  dwc:collector 'Laenen J.'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'Chad'^^xsd:string;
  dwc:longitude '14.59761'^^xsd:double;
  dwc:latitude '12.83619'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19862'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295025'^^xsd:anyURI;
  dwc:observationDate '1954-03-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.5333333333 8.5333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.5333333333"^^xsd:decimal ;
  dwc:decimalLongitude "8.5333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/28533" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-21'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '17326'^^xsd:integer;
  dwc:scientificName 'Limosa lapponica lapponica (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/28533'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '8.5333333333'^^xsd:double;
  dwc:latitude '53.5333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11149'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295033'^^xsd:anyURI;
  dwc:observationDate '1929-08-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.95 -104.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.95"^^xsd:decimal ;
  dwc:decimalLongitude "-104.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.95 -104.7)"^^geo:wktLiteral ;
  geo-pos:lat "20.95"^^xsd:decimal ;
  geo-pos:long "-104.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/30764" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-02-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '12217'^^xsd:integer;
  dwc:scientificName 'Aechmophorus occidentalis Lawrence, 1858'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/30764'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1929'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:country 'Mexico'^^xsd:string;
  dwc:longitude '-104.7'^^xsd:double;
  dwc:latitude '20.95'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9277'^^xsd:anyURI;
  dwc:aphiaid '366617'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295045'^^xsd:anyURI;
  dwc:aphiaIdAccepted '366617'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.36667 -73.93333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.36667"^^xsd:decimal ;
  dwc:decimalLongitude "-73.93333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25812" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-21'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '57791'^^xsd:integer;
  dwc:scientificName 'Xolmis pyrope pyrope (Kittlitz, 1830)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25812'^^xsd:string;
  dwc:collector 'Jacquemart Serge (M.)'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.93333'^^xsd:double;
  dwc:latitude '-38.36667'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25812'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295054'^^xsd:anyURI;
  dwc:observationDate '1977-11-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.35 127.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.35"^^xsd:decimal ;
  dwc:decimalLongitude "127.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.35 127.3)"^^geo:wktLiteral ;
  geo-pos:lat "-0.35"^^xsd:decimal ;
  geo-pos:long "127.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10537" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '76e'^^xsd:string;
  dwc:scientificName 'Geoffroyus geoffroyi cyanicollis (Müller, 1848)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10537'^^xsd:string;
  dwc:collector 'Pauwels R.'^^xsd:string;
  dwc:yearCollected '1899'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '127.3'^^xsd:double;
  dwc:latitude '-0.35'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10537'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295058'^^xsd:anyURI;
  dwc:observationDate '1899-05-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2166666667 4.4166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2166666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.4166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1360" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5467'^^xsd:gYear;
  dwc:scientificName 'Larus marinus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Ch'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1360'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1887'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.4166666667'^^xsd:double;
  dwc:latitude '51.2166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5461'^^xsd:anyURI;
  dwc:aphiaid '137146'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295101'^^xsd:anyURI;
  dwc:aphiaIdAccepted '137146'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.35027 18.47909)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.35027"^^xsd:decimal ;
  dwc:decimalLongitude "18.47909"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/33552" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '89'^^xsd:integer;
  dwc:scientificName 'Buteo rufofuscus rufofuscus (Forster, 1798)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/33552'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1929'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '18.47909'^^xsd:double;
  dwc:latitude '-34.35027'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295137'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.45 6.0333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.45"^^xsd:decimal ;
  dwc:decimalLongitude "6.0333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2019" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72337'^^xsd:integer;
  dwc:scientificName 'Regulus ignicapillus (Temminck, 1820)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Degros André (M.)'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2019'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '6.0333333333'^^xsd:double;
  dwc:latitude '50.45'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29738'^^xsd:anyURI;
  dwc:aphiaid '558582'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295164'^^xsd:anyURI;
  dwc:observationDate '2002-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '558582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24246'^^xsd:integer;
  dwc:scientificName 'Halcyon senegalensis senegalensis (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.51667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295206'^^xsd:anyURI;
  dwc:observationDate '1947-08-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295209> ;
  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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295209>
  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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/37085" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-03-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '69764'^^xsd:integer;
  dwc:scientificName 'Pygoscelis adeliae (Hombron & Jacquinot, 1841)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/37085'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '16.40626'^^xsd:double;
  dwc:latitude '-78.15856'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27224'^^xsd:anyURI;
  dwc:aphiaid '225757'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295209'^^xsd:anyURI;
  dwc:observationDate '1987-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '225757'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295210> ;
  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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295210>
  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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/37085" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-02-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '69763'^^xsd:integer;
  dwc:scientificName 'Pygoscelis adeliae (Hombron & Jacquinot, 1841)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/37085'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '16.40626'^^xsd:double;
  dwc:latitude '-78.15856'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27224'^^xsd:anyURI;
  dwc:aphiaid '225757'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295210'^^xsd:anyURI;
  dwc:observationDate '1987-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '225757'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.6602 22.77041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.6602"^^xsd:decimal ;
  dwc:decimalLongitude "22.77041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2973'^^xsd:integer;
  dwc:scientificName 'Bubo lacteus (Temminck, 1820)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Verreaux'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Orange River'^^xsd:string;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '22.77041'^^xsd:double;
  dwc:latitude '-29.6602'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295237'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6666666667 2.9333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.6666666667"^^xsd:decimal ;
  dwc:decimalLongitude "2.9333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5175" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9782'^^xsd:gYear;
  dwc:scientificName 'Gallinula chloropus chloropus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Galasse A.'^^xsd:string;
  dwc:yearIdentified '1921'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5175'^^xsd:string;
  dwc:yearCollected '1895'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.9333333333'^^xsd:double;
  dwc:latitude '50.6666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8501'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295246'^^xsd:anyURI;
  dwc:observationDate '1895-06-25'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 4.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 4.3)"^^geo:wktLiteral ;
  geo-pos:lat "51.3"^^xsd:decimal ;
  geo-pos:long "4.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/6464" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14972'^^xsd:integer;
  dwc:scientificName 'Pluvialis apricaria apricaria (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/6464'^^xsd:string;
  dwc:yearCollected '1932'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.3'^^xsd:double;
  dwc:latitude '51.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13146'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295293'^^xsd:anyURI;
  dwc:observationDate '1932-10-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.35 29.833333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.35"^^xsd:decimal ;
  dwc:decimalLongitude "29.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.35 29.833333)"^^geo:wktLiteral ;
  geo-pos:lat "0.35"^^xsd:decimal ;
  geo-pos:long "29.833333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24294" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '52442'^^xsd:integer;
  dwc:scientificName 'Columba arquatrix Temminck, 1809'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24294'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.833333'^^xsd:double;
  dwc:latitude '0.35'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295321'^^xsd:anyURI;
  dwc:observationDate '1952-09-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 88.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.75"^^xsd:decimal ;
  dwc:decimalLongitude "88.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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10900'^^xsd:integer;
  dwc:scientificName 'Mirafra assamica Horsfield, 1840'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1890'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '88.5'^^xsd:double;
  dwc:latitude '27.75'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295351'^^xsd:anyURI;
  dwc:observationDate '1890-04-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.45 4.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.45"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.45 4.85)"^^geo:wktLiteral ;
  geo-pos:lat "50.45"^^xsd:decimal ;
  geo-pos:long "4.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/6218" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14772'^^xsd:integer;
  dwc:scientificName 'Anas querquedula Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/6218'^^xsd:string;
  dwc:yearCollected '1880'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.85'^^xsd:double;
  dwc:latitude '50.45'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13914'^^xsd:anyURI;
  dwc:aphiaid '159169'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295355'^^xsd:anyURI;
  dwc:observationDate '1880-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1459928'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2166666667 2.9166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2166666667"^^xsd:decimal ;
  dwc:decimalLongitude "2.9166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7681" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10565E'^^xsd:string;
  dwc:scientificName 'Phalacrocorax carbo sinensis (Blumenbach, 1798)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Anspach Marguerite (Miss)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7681'^^xsd:string;
  dwc:yearCollected '1910'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.9166666667'^^xsd:double;
  dwc:latitude '51.2166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8305'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295363'^^xsd:anyURI;
  dwc:observationDate '1910-10-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.77926 4.24355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.77926"^^xsd:decimal ;
  dwc:decimalLongitude "4.24355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15170" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '17796'^^xsd:integer;
  dwc:scientificName 'Tyto alba alba (Scopoli, 1769)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15170'^^xsd:string;
  dwc:collector 'de Ruette R.'^^xsd:string;
  dwc:yearCollected '1941'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.24355'^^xsd:double;
  dwc:latitude '50.77926'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15170'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295377'^^xsd:anyURI;
  dwc:observationDate '1941-04-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.57966 122.5941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.57966"^^xsd:decimal ;
  dwc:decimalLongitude "122.5941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5724" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2175'^^xsd:integer;
  dwc:scientificName 'Collocalia esculenta marginata Salvadori, 1882'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5724'^^xsd:string;
  dwc:collector 'Moseley M.'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'Philippines'^^xsd:string;
  dwc:longitude '122.5941'^^xsd:double;
  dwc:latitude '10.57966'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5724'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295382'^^xsd:anyURI;
  dwc:observationDate '1887-12-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.1881 21.09375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.1881"^^xsd:decimal ;
  dwc:decimalLongitude "21.09375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2646'^^xsd:gYear;
  dwc:scientificName 'Merops pusillus ocularis (Reichenow, 1900)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:yearIdentified '1977'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1941'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '21.09375'^^xsd:double;
  dwc:latitude '7.1881'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9812'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295410'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20 47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20"^^xsd:decimal ;
  dwc:decimalLongitude "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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5022" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2348'^^xsd:gYear;
  dwc:scientificName 'Coua coerulea (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5022'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1932'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '47'^^xsd:integer;
  dwc:latitude '-20'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9812'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295434'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48 90)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48 90)"^^geo:wktLiteral ;
  geo-pos:lat "48"^^xsd:decimal ;
  geo-pos:long "90"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '8459'^^xsd:gYear;
  dwc:scientificName 'Calandrella rufescens heinei (Homeyer, 1873)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1892'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '90'^^xsd:integer;
  dwc:latitude '48'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295448'^^xsd:anyURI;
  dwc:observationDate '1892-06-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10 -84.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10"^^xsd:decimal ;
  dwc:decimalLongitude "-84.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10 -84.4)"^^geo:wktLiteral ;
  geo-pos:lat "10"^^xsd:decimal ;
  geo-pos:long "-84.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10942" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11448'^^xsd:integer;
  dwc:scientificName 'Eumomota superciliosa australis Bangs, 1906'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10942'^^xsd:string;
  dwc:collector 'Flemming Johannes'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'Costa Rica'^^xsd:string;
  dwc:longitude '-84.4'^^xsd:double;
  dwc:latitude '10'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10942'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295486'^^xsd:anyURI;
  dwc:observationDate '1935-03-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6166666667 4.5333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.6166666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.5333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/6225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-02-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '17828'^^xsd:integer;
  dwc:scientificName 'Tachybaptus ruficollis ruficollis (Pallas, 1764)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/6225'^^xsd:string;
  dwc:yearCollected '1937'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.5333333333'^^xsd:double;
  dwc:latitude '50.6166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15170'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295494'^^xsd:anyURI;
  dwc:observationDate '1937-12-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295496> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.9333333333 -52.3333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.9333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-52.3333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/27198" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1512'^^xsd:gYear;
  dwc:scientificName 'Cochlearius cochlearius cochlearius (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/27198'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1932'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:country 'French Guiana'^^xsd:string;
  dwc:longitude '-52.3333333333'^^xsd:double;
  dwc:latitude '4.9333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9812'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295496'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295498> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.05644 29.14825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.05644"^^xsd:decimal ;
  dwc:decimalLongitude "29.14825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/17169" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25563'^^xsd:integer;
  dwc:scientificName 'Pogoniulus leucolaimus (Verreaux J.P. & Verreaux J.B.E., 1851)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/17169'^^xsd:string;
  dwc:collector 'Hiernaux H.'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.14825'^^xsd:double;
  dwc:latitude '1.05644'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17169'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295498'^^xsd:anyURI;
  dwc:observationDate '1946-10-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295525> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4 -72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4"^^xsd:decimal ;
  dwc:decimalLongitude "-72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3726'^^xsd:integer;
  dwc:scientificName 'Campephilus melanoleucos malherbii Gray, 1845'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Musée de Bruxelles'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-72'^^xsd:integer;
  dwc:latitude '4'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295525'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.03611 29.71361)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.03611"^^xsd:decimal ;
  dwc:decimalLongitude "29.71361"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '70475'^^xsd:integer;
  dwc:scientificName 'Lybius bidentatus aequatorialis (Shelley, 1889)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1953'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.71361'^^xsd:double;
  dwc:latitude '-0.03611'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24194'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295526'^^xsd:anyURI;
  dwc:observationDate '1953-10-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-15.43333 49.73333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-15.43333"^^xsd:decimal ;
  dwc:decimalLongitude "49.73333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/20905" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-12'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '35420'^^xsd:integer;
  dwc:scientificName 'Coracopsis nigra nigra (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/20905'^^xsd:string;
  dwc:collector 'Musée de Paris'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Madagascar'^^xsd:string;
  dwc:longitude '49.73333'^^xsd:double;
  dwc:latitude '-15.43333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20905'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295530'^^xsd:anyURI;
  dwc:observationDate '1930-05-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.366667 7.116667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.366667"^^xsd:decimal ;
  dwc:decimalLongitude "7.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.366667 7.116667)"^^geo:wktLiteral ;
  geo-pos:lat "37.366667"^^xsd:decimal ;
  geo-pos:long "7.116667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24661" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '53655'^^xsd:integer;
  dwc:scientificName 'Galerida theklae theklae Brehm, 1857'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24661'^^xsd:string;
  dwc:collector 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'Spain'^^xsd:string;
  dwc:longitude '7.116667'^^xsd:double;
  dwc:latitude '37.366667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24661'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295542'^^xsd:anyURI;
  dwc:observationDate '1971-06-25'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1666666667 3.9333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1666666667"^^xsd:decimal ;
  dwc:decimalLongitude "3.9333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7034" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '16626'^^xsd:integer;
  dwc:scientificName 'Gallinago gallinago gallinago Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7034'^^xsd:string;
  dwc:yearCollected '1919'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.9333333333'^^xsd:double;
  dwc:latitude '51.1666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13927'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295556'^^xsd:anyURI;
  dwc:observationDate '1919-05-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.5166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.5166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/20059" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '22554'^^xsd:integer;
  dwc:scientificName 'Ixobrychus sturmii (Wagler, 1827)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen Walter (Prof.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/20059'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.5166666667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295574'^^xsd:anyURI;
  dwc:observationDate '1949-01-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.11056 15.03472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.11056"^^xsd:decimal ;
  dwc:decimalLongitude "15.03472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '40026'^^xsd:integer;
  dwc:scientificName 'Pogoniulus chrysoconus chrysoconus (Temminck, 1832)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1957'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19862'^^xsd:string;
  dwc:collector 'Laenen J.'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'Chad'^^xsd:string;
  dwc:longitude '15.03472'^^xsd:double;
  dwc:latitude '12.11056'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19862'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295611'^^xsd:anyURI;
  dwc:observationDate '1954-05-25'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.5333333333 88.3666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.5333333333"^^xsd:decimal ;
  dwc:decimalLongitude "88.3666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/29453" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4832'^^xsd:integer;
  dwc:scientificName 'Gyps bengalensis (Gmelin, 1788)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/29453'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1851'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '88.3666666667'^^xsd:double;
  dwc:latitude '22.5333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:1436'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295650'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.65 5.7166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.65"^^xsd:decimal ;
  dwc:decimalLongitude "5.7166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-29'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72256'^^xsd:integer;
  dwc:scientificName 'Motacilla flava Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Vangeluwe Didier (Mr.)'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2753'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.7166666667'^^xsd:double;
  dwc:latitude '50.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29625'^^xsd:anyURI;
  dwc:aphiaid '212754'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295667'^^xsd:anyURI;
  dwc:observationDate '2000-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '212754'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295715> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9 -71.516667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.9"^^xsd:decimal ;
  dwc:decimalLongitude "-71.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 "3000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25844" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:ave'^^xsd:anyURI;
  dwc:catalogNumber '58216'^^xsd:integer;
  dwc:scientificName 'Elaenia albiceps chilensis Hellmayr, 1927'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25844'^^xsd:string;
  dwc:collector 'Orellana Thyris'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-71.516667'^^xsd:double;
  dwc:latitude '-36.9'^^xsd:double;
  dwc:coordinatePrecision '3000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25812'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295715'^^xsd:anyURI;
  dwc:observationDate '1977-10-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295727> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4666666667 4.8666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4666666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.8666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7244" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '18982'^^xsd:integer;
  dwc:scientificName 'Buteo buteo buteo (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7244'^^xsd:string;
  dwc:yearCollected '1942'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.8666666667'^^xsd:double;
  dwc:latitude '50.4666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16268'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295727'^^xsd:anyURI;
  dwc:observationDate '1942-10-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295730> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.66667 29.53333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.66667"^^xsd:decimal ;
  dwc:decimalLongitude "29.53333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24167" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-12'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '47144'^^xsd:integer;
  dwc:scientificName 'Halcyon chelicuti chelicuti (Stanley, 1814)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24167'^^xsd:string;
  dwc:collector 'De Saeger Henri (M.)'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.53333'^^xsd:double;
  dwc:latitude '4.66667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24167'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295730'^^xsd:anyURI;
  dwc:observationDate '1952-04-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2 121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2"^^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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6317'^^xsd:integer;
  dwc:scientificName 'Actenoides monachus (Bonaparte, 1850)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3262'^^xsd:string;
  dwc:collector 'Suyckerbuyk G.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1874'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '121'^^xsd:integer;
  dwc:latitude '-2'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3262'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295735'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2 121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2"^^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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6295'^^xsd:gYear;
  dwc:scientificName 'Actenoides monachus (Bonaparte, 1850)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3262'^^xsd:string;
  dwc:collector 'Suyckerbuyk G.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1874'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '121'^^xsd:integer;
  dwc:latitude '-2'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3262'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295736'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2 121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2"^^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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6295'^^xsd:integer;
  dwc:scientificName 'Actenoides monachus (Bonaparte, 1850)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3262'^^xsd:string;
  dwc:collector 'Suyckerbuyk G.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1874'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '121'^^xsd:integer;
  dwc:latitude '-2'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3262'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295737'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295751> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 -113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "-113"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12647" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15861'^^xsd:integer;
  dwc:scientificName 'Accipiter striatus velox (Wilson, 1812)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12647'^^xsd:string;
  dwc:yearCollected '1932'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-113'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10536'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295751'^^xsd:anyURI;
  dwc:observationDate '1932-08-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 -113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "-113"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12647" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15860'^^xsd:integer;
  dwc:scientificName 'Accipiter striatus velox (Wilson, 1812)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12647'^^xsd:string;
  dwc:yearCollected '1932'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-113'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10536'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295752'^^xsd:anyURI;
  dwc:observationDate '1932-08-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3166666667 4.3833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3166666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.3833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5001" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '55136'^^xsd:integer;
  dwc:scientificName 'Milvus milvus milvus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5001'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.3833333333'^^xsd:double;
  dwc:latitude '50.3166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25006'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295775'^^xsd:anyURI;
  dwc:observationDate '1972-02-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.166667 4.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.166667"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.166667 4.4)"^^geo:wktLiteral ;
  geo-pos:lat "51.166667"^^xsd:decimal ;
  geo-pos:long "4.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '7236'^^xsd:integer;
  dwc:scientificName 'Melanocorypha yeltoniensis (Forster, 1767)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Jardin zoologique d\'Anvers'^^xsd:string;
  dwc:yearCollected '1884'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.4'^^xsd:double;
  dwc:latitude '51.166667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295779'^^xsd:anyURI;
  dwc:observationDate '1884-02-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.32381 -84.42714)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.32381"^^xsd:decimal ;
  dwc:decimalLongitude "-84.42714"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10942" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '36576'^^xsd:integer;
  dwc:scientificName 'Tityra semifasciata costaricensis Ridgway, 1906'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10942'^^xsd:string;
  dwc:collector 'Flemming Johannes'^^xsd:string;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Costa Rica'^^xsd:string;
  dwc:longitude '-84.42714'^^xsd:double;
  dwc:latitude '10.32381'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10942'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295806'^^xsd:anyURI;
  dwc:observationDate '1934-03-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.341 3.286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.341"^^xsd:decimal ;
  dwc:decimalLongitude "3.286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/878" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-01-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11112D'^^xsd:string;
  dwc:scientificName 'Gallinula chloropus chloropus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/878'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.286'^^xsd:double;
  dwc:latitude '51.341'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10515'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295815'^^xsd:anyURI;
  dwc:observationDate '1935-02-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8166666667 4.4333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.8166666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.4333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1633" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-02-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '19161'^^xsd:integer;
  dwc:scientificName 'Tachybaptus ruficollis ruficollis (Pallas, 1764)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1633'^^xsd:string;
  dwc:yearCollected '1942'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.4333333333'^^xsd:double;
  dwc:latitude '50.8166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16268'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295844'^^xsd:anyURI;
  dwc:observationDate '1942-05-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295845> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5166666667 5.9166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.5166666667"^^xsd:decimal ;
  dwc:decimalLongitude "5.9166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11747" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72696'^^xsd:integer;
  dwc:scientificName 'Strix aluco Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Defourny Hugues (M.)'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11747'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.9166666667'^^xsd:double;
  dwc:latitude '50.5166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:30050'^^xsd:anyURI;
  dwc:occurrenceRemarks 'Status: Least Concern ver 3.1  Pop. trend: stable'^^xsd:string;
  dwc:aphiaid '558588'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295845'^^xsd:anyURI;
  dwc:observationDate '2001-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '558588'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295854> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.5166666667 44.4833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.5166666667"^^xsd:decimal ;
  dwc:decimalLongitude "44.4833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/32353" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '17247'^^xsd:integer;
  dwc:scientificName 'Charadrius morinellus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/32353'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '44.4833333333'^^xsd:double;
  dwc:latitude '48.5166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11149'^^xsd:anyURI;
  dwc:aphiaid '232043'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295854'^^xsd:anyURI;
  dwc:aphiaIdAccepted '232043'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.75 29.516667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.75"^^xsd:decimal ;
  dwc:decimalLongitude "29.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.75 29.516667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.75"^^xsd:decimal ;
  geo-pos:long "29.516667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23850" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '21197'^^xsd:integer;
  dwc:scientificName 'Colius striatus congicus Reichenow, 1923'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23850'^^xsd:string;
  dwc:collector 'Lefebure L. (R.P.)'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.516667'^^xsd:double;
  dwc:latitude '-6.75'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: slide; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17046'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295860'^^xsd:anyURI;
  dwc:observationDate '1948-08-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '52104'^^xsd:integer;
  dwc:scientificName 'Colius striatus kiwuensis Reichenow, 1908'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24194'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295865'^^xsd:anyURI;
  dwc:observationDate '1954-04-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '52116'^^xsd:integer;
  dwc:scientificName 'Colius striatus kiwuensis Reichenow, 1908'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295866'^^xsd:anyURI;
  dwc:observationDate '1954-04-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295868> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.82 -73.04449)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.82"^^xsd:decimal ;
  dwc:decimalLongitude "-73.04449"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "CHI 76-01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '56493'^^xsd:integer;
  dwc:scientificName 'Larus dominicanus Lichtenstein, 1823'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Devillers Pierre (M.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'CHI 76-01'^^xsd:string;
  dwc:collector 'Orellana TH.'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.04449'^^xsd:double;
  dwc:latitude '-36.82'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25576'^^xsd:anyURI;
  dwc:aphiaid '212624'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295868'^^xsd:anyURI;
  dwc:observationDate '1976-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '212624'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295872> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7166666667 5.6833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.7166666667"^^xsd:decimal ;
  dwc:decimalLongitude "5.6833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '41780'^^xsd:integer;
  dwc:scientificName 'Buteo buteo buteo (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1964'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5255'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.6833333333'^^xsd:double;
  dwc:latitude '50.7166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:21374'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295872'^^xsd:anyURI;
  dwc:observationDate '1875-11-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4166666667 5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4166666667"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4166666667 5)"^^geo:wktLiteral ;
  geo-pos:lat "51.4166666667"^^xsd:decimal ;
  geo-pos:long "5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10033" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '19033'^^xsd:integer;
  dwc:scientificName 'Scolopax rusticola Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10033'^^xsd:string;
  dwc:yearCollected '1943'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5'^^xsd:integer;
  dwc:latitude '51.4166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16268'^^xsd:anyURI;
  dwc:aphiaid '159028'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295883'^^xsd:anyURI;
  dwc:observationDate '1943-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '159028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295894> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.81021 24.43359)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.81021"^^xsd:decimal ;
  dwc:decimalLongitude "24.43359"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15662" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25543'^^xsd:integer;
  dwc:scientificName 'Pogoniulus scolopaceus flavisquamatus (Verreaux J.P. & Verreaux J.B.E., 1855)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15662'^^xsd:string;
  dwc:collector 'Gilbert G.'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '24.43359'^^xsd:double;
  dwc:latitude '0.81021'^^xsd:double;
  dwc:coordinatePrecision '6000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15662'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295894'^^xsd:anyURI;
  dwc:observationDate '1946-07-31'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.81021 24.43359)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.81021"^^xsd:decimal ;
  dwc:decimalLongitude "24.43359"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15662" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25544'^^xsd:integer;
  dwc:scientificName 'Pogoniulus scolopaceus flavisquamatus (Verreaux J.P. & Verreaux J.B.E., 1855)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15662'^^xsd:string;
  dwc:collector 'Gilbert G.'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '24.43359'^^xsd:double;
  dwc:latitude '0.81021'^^xsd:double;
  dwc:coordinatePrecision '6000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15662'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295895'^^xsd:anyURI;
  dwc:observationDate '1946-07-31'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9166666667 -118.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.9166666667"^^xsd:decimal ;
  dwc:decimalLongitude "-118.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9166666667 -118.5)"^^geo:wktLiteral ;
  geo-pos:lat "32.9166666667"^^xsd:decimal ;
  geo-pos:long "-118.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-02-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '43743'^^xsd:integer;
  dwc:scientificName 'Eremophila alpestris insularis (Dwight, 1890)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23649'^^xsd:string;
  dwc:collector 'Musée de Chicago'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-118.5'^^xsd:double;
  dwc:latitude '32.9166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23649'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295947'^^xsd:anyURI;
  dwc:observationDate '1907-04-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.05644 29.14825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.05644"^^xsd:decimal ;
  dwc:decimalLongitude "29.14825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/17169" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '21474'^^xsd:integer;
  dwc:scientificName 'Tockus camurus (Cassin, 1857)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/17169'^^xsd:string;
  dwc:collector 'Hiernaux D.'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.14825'^^xsd:double;
  dwc:latitude '1.05644'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17169'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295995'^^xsd:anyURI;
  dwc:observationDate '1947-10-31'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295996> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.05644 29.14825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.05644"^^xsd:decimal ;
  dwc:decimalLongitude "29.14825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/17169" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '21473'^^xsd:integer;
  dwc:scientificName 'Tockus camurus (Cassin, 1857)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/17169'^^xsd:string;
  dwc:collector 'Hiernaux D.'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.14825'^^xsd:double;
  dwc:latitude '1.05644'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17169'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295996'^^xsd:anyURI;
  dwc:observationDate '1947-10-31'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.56 138.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.56"^^xsd:decimal ;
  dwc:decimalLongitude "138.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.56 138.36)"^^geo:wktLiteral ;
  geo-pos:lat "-34.56"^^xsd:decimal ;
  geo-pos:long "138.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4235" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5672'^^xsd:gYear;
  dwc:scientificName 'Cacatua leadbeateri Vigors, 1831'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4235'^^xsd:string;
  dwc:collector 'Musée d\'Adelaïde'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1878'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '138.36'^^xsd:double;
  dwc:latitude '-34.56'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4235'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296011'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33772 4.62735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.33772"^^xsd:decimal ;
  dwc:decimalLongitude "4.62735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2551" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '46009'^^xsd:integer;
  dwc:scientificName 'Actitis hypoleucos (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1969'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2551'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.62735'^^xsd:double;
  dwc:latitude '51.33772'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23973'^^xsd:anyURI;
  dwc:aphiaid '212603'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296028'^^xsd:anyURI;
  dwc:observationDate '1967-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '212603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.6795 29.16663)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.6795"^^xsd:decimal ;
  dwc:decimalLongitude "29.16663"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25658'^^xsd:integer;
  dwc:scientificName 'Trachyphonus purpuratus elgonensis (Sharpe, 1891)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Schouteden Henri (Dr.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19064'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Luhule'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16663'^^xsd:double;
  dwc:latitude '0.6795'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296031'^^xsd:anyURI;
  dwc:observationDate '1940-10-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.7385 29.5762)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.7385"^^xsd:decimal ;
  dwc:decimalLongitude "29.5762"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/27595" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-31'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '70881'^^xsd:integer;
  dwc:scientificName 'Jynx ruficollis ruficollis Wagler, 1830'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/27595'^^xsd:string;
  dwc:collector 'Fain Alexandre (Dr.)'^^xsd:string;
  dwc:yearCollected '1955'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Akanyaru'^^xsd:string;
  dwc:country 'Rwanda'^^xsd:string;
  dwc:longitude '29.5762'^^xsd:double;
  dwc:latitude '-2.7385'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27595'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296033'^^xsd:anyURI;
  dwc:observationDate '1955-07-25'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.816667 5.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.816667"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.816667 5.05)"^^geo:wktLiteral ;
  geo-pos:lat "49.816667"^^xsd:decimal ;
  geo-pos:long "5.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/16917" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '66887'^^xsd:integer;
  dwc:scientificName 'Dryocopus martius martius (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/16917'^^xsd:string;
  dwc:collector 'de Lossy David (Chev.)'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.05'^^xsd:double;
  dwc:latitude '49.816667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16917'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296053'^^xsd:anyURI;
  dwc:observationDate '1949-09-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.5 -90.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.5"^^xsd:decimal ;
  dwc:decimalLongitude "-90.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5484" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-03-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '8844'^^xsd:integer;
  dwc:scientificName 'Mionectes oleagineus assimilis Sclater, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5484'^^xsd:string;
  dwc:collector 'Müller A.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1887'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-90.25'^^xsd:double;
  dwc:latitude '15.5'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5484'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296063'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.150003 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.150003"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.150003 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.150003"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26241" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '64474'^^xsd:integer;
  dwc:scientificName 'Larus argentatus Pontoppidan, 1763'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26241'^^xsd:string;
  dwc:collector 'Renkin P.'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.150003'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26241'^^xsd:anyURI;
  dwc:aphiaid '137138'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296066'^^xsd:anyURI;
  dwc:observationDate '1980-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '137138'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4166666667 27.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4166666667"^^xsd:decimal ;
  dwc:decimalLongitude "27.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4166666667 27.15)"^^geo:wktLiteral ;
  geo-pos:lat "38.4166666667"^^xsd:decimal ;
  geo-pos:long "27.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/34619" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '55828'^^xsd:integer;
  dwc:scientificName 'Falco naumanni Fleischer, 1818'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/34619'^^xsd:string;
  dwc:yearCollected '1890'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'Turkey'^^xsd:string;
  dwc:longitude '27.15'^^xsd:double;
  dwc:latitude '38.4166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296118'^^xsd:anyURI;
  dwc:observationDate '1890-05-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296128> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.11058 15.03479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.11058"^^xsd:decimal ;
  dwc:decimalLongitude "15.03479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-01'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '46217'^^xsd:integer;
  dwc:scientificName 'Tockus erythrorhynchus (Temminck, 1823)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1969'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19862'^^xsd:string;
  dwc:collector 'Laenen J.'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Chad'^^xsd:string;
  dwc:longitude '15.03479'^^xsd:double;
  dwc:latitude '12.11058'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19862'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296128'^^xsd:anyURI;
  dwc:observationDate '1954-05-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.45861 14.71472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.45861"^^xsd:decimal ;
  dwc:decimalLongitude "14.71472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '40142'^^xsd:integer;
  dwc:scientificName 'Hirundo aethiopica (Blanford, 1869)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19862'^^xsd:string;
  dwc:collector 'Laenen J.'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'Chad'^^xsd:string;
  dwc:longitude '14.71472'^^xsd:double;
  dwc:latitude '13.45861'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19862'^^xsd:anyURI;
  dwc:aphiaid '212751'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296132'^^xsd:anyURI;
  dwc:observationDate '1954-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '212751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2333333333 12.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2333333333"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2333333333 12.3)"^^geo:wktLiteral ;
  geo-pos:lat "51.2333333333"^^xsd:decimal ;
  geo-pos:long "12.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/28349" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-01'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '17182'^^xsd:integer;
  dwc:scientificName 'Fulica atra atra Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/28349'^^xsd:string;
  dwc:yearCollected '1924'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '12.3'^^xsd:double;
  dwc:latitude '51.2333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11149'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296167'^^xsd:anyURI;
  dwc:observationDate '1924-10-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2333333333 12.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2333333333"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2333333333 12.3)"^^geo:wktLiteral ;
  geo-pos:lat "51.2333333333"^^xsd:decimal ;
  geo-pos:long "12.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/28349" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-01'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '17183'^^xsd:integer;
  dwc:scientificName 'Fulica atra atra Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/28349'^^xsd:string;
  dwc:yearCollected '1924'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '12.3'^^xsd:double;
  dwc:latitude '51.2333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11149'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296168'^^xsd:anyURI;
  dwc:observationDate '1924-10-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3707 12.73938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3707"^^xsd:decimal ;
  dwc:decimalLongitude "12.73938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24774'^^xsd:integer;
  dwc:scientificName 'Tyto alba guttata (Brehm, 1831)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11149'^^xsd:string;
  dwc:collector 'Musée de Dresden'^^xsd:string;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '12.73938'^^xsd:double;
  dwc:latitude '51.3707'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11149'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296193'^^xsd:anyURI;
  dwc:observationDate '1925-11-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4 4.333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4 4.333333)"^^geo:wktLiteral ;
  geo-pos:lat "51.4"^^xsd:decimal ;
  geo-pos:long "4.333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9732" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10492F'^^xsd:string;
  dwc:scientificName 'Larus ridibundus ridibundus Linnaeus, 1766'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Anspach Marguerite (Miss)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9732'^^xsd:string;
  dwc:collector 'Cogels'^^xsd:string;
  dwc:yearCollected '1932'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'Netherlands'^^xsd:string;
  dwc:longitude '4.333333'^^xsd:double;
  dwc:latitude '51.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9732'^^xsd:anyURI;
  dwc:aphiaid '437591'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296218'^^xsd:anyURI;
  dwc:observationDate '1932-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '437591'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '52055'^^xsd:integer;
  dwc:scientificName 'Halcyon senegalensis senegalensis (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1953'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296233'^^xsd:anyURI;
  dwc:observationDate '1953-03-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-27.1666666667 -48.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-27.1666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-48.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-27.1666666667 -48.55)"^^geo:wktLiteral ;
  geo-pos:lat "-27.1666666667"^^xsd:decimal ;
  geo-pos:long "-48.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12150" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-01'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '12250'^^xsd:integer;
  dwc:scientificName 'Pelecanus occidentalis occidentalis Linnaeus, 1766'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12150'^^xsd:string;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Brazil'^^xsd:string;
  dwc:longitude '-48.55'^^xsd:double;
  dwc:latitude '-27.1666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10911'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296236'^^xsd:anyURI;
  dwc:observationDate '1936-02-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26.8166666667 -52.0333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-26.8166666667"^^xsd:decimal ;
  dwc:decimalLongitude "-52.0333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12068" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-01'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3304'^^xsd:integer;
  dwc:scientificName 'Charadrius wilsonia wilsonia Ord, 1814'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12068'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1858'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:country 'Brazil'^^xsd:string;
  dwc:longitude '-52.0333333333'^^xsd:double;
  dwc:latitude '-26.8166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:2044'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296239'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.37009 7.2031)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.37009"^^xsd:decimal ;
  dwc:decimalLongitude "7.2031"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/28325" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-01'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2230'^^xsd:gYear;
  dwc:scientificName 'Haematopus ostralegus ostralegus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/28325'^^xsd:string;
  dwc:yearCollected '1891'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '7.2031'^^xsd:double;
  dwc:latitude '53.37009'^^xsd:double;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296251'^^xsd:anyURI;
  dwc:observationDate '1891-05-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.366667 29.633333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.366667"^^xsd:decimal ;
  dwc:decimalLongitude "29.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.366667 29.633333)"^^geo:wktLiteral ;
  geo-pos:lat "-8.366667"^^xsd:decimal ;
  geo-pos:long "29.633333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15333" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-01'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '21159'^^xsd:integer;
  dwc:scientificName 'Colius striatus congicus Reichenow, 1923'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.), Schifter H.'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15333'^^xsd:string;
  dwc:collector 'Bredo H.J.'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.633333'^^xsd:double;
  dwc:latitude '-8.366667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15333'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296266'^^xsd:anyURI;
  dwc:observationDate '1940-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296287> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.95172 4.30964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.95172"^^xsd:decimal ;
  dwc:decimalLongitude "4.30964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/14993" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-02'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '17038'^^xsd:integer;
  dwc:scientificName 'Athene noctua vidalii Brehm, 1857'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/14993'^^xsd:string;
  dwc:collector 'Van der Haegen P.'^^xsd:string;
  dwc:yearCollected '1945'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.30964'^^xsd:double;
  dwc:latitude '50.95172'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:14993'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296287'^^xsd:anyURI;
  dwc:observationDate '1945-08-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296309> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.49167 110.00444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.49167"^^xsd:decimal ;
  dwc:decimalLongitude "110.00444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1452'^^xsd:integer;
  dwc:scientificName 'Alcedo meninting meninting Horsfield, 1821'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Musée de Bruxelles'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '110.00444'^^xsd:double;
  dwc:latitude '-7.49167'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296309'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.341 3.286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.341"^^xsd:decimal ;
  dwc:decimalLongitude "3.286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/925" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-01-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '22284'^^xsd:integer;
  dwc:scientificName 'Porzana pusilla intermedia (Hermann, 1844)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1953'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/925'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.286'^^xsd:double;
  dwc:latitude '51.341'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:18627'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296321'^^xsd:anyURI;
  dwc:observationDate '1952-06-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.2333333333 28.7833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.2333333333"^^xsd:decimal ;
  dwc:decimalLongitude "28.7833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19521" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '57010'^^xsd:integer;
  dwc:scientificName 'Gallinago nigripennis nigripennis Bonaparte, 1839'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:yearIdentified '1977'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19521'^^xsd:string;
  dwc:yearCollected '1968'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.7833333333'^^xsd:double;
  dwc:latitude '-2.2333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29946'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296330'^^xsd:anyURI;
  dwc:observationDate '1968-12-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.2333333333 28.7833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.2333333333"^^xsd:decimal ;
  dwc:decimalLongitude "28.7833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19521" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '57007'^^xsd:integer;
  dwc:scientificName 'Gallinago nigripennis nigripennis Bonaparte, 1839'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:yearIdentified '1977'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19521'^^xsd:string;
  dwc:yearCollected '1968'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.7833333333'^^xsd:double;
  dwc:latitude '-2.2333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29946'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296331'^^xsd:anyURI;
  dwc:observationDate '1968-12-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.2333333333 28.7833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.2333333333"^^xsd:decimal ;
  dwc:decimalLongitude "28.7833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19521" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '57005'^^xsd:integer;
  dwc:scientificName 'Gallinago nigripennis nigripennis Bonaparte, 1839'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:yearIdentified '1977'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19521'^^xsd:string;
  dwc:yearCollected '1968'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.7833333333'^^xsd:double;
  dwc:latitude '-2.2333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29946'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296332'^^xsd:anyURI;
  dwc:observationDate '1968-12-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.5666666667 40.5333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.5666666667"^^xsd:decimal ;
  dwc:decimalLongitude "40.5333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/32312" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '118B'^^xsd:string;
  dwc:scientificName 'Xenus cinereus (Guldenstadt, 1774)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/32312'^^xsd:string;
  dwc:collector 'Rey Claudius (Prof.)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1882'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '40.5333333333'^^xsd:double;
  dwc:latitude '64.5666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4888'^^xsd:anyURI;
  dwc:aphiaid '212602'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296367'^^xsd:anyURI;
  dwc:aphiaIdAccepted '212602'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4166666667 5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4166666667"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4166666667 5)"^^geo:wktLiteral ;
  geo-pos:lat "51.4166666667"^^xsd:decimal ;
  geo-pos:long "5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10028" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '19823'^^xsd:integer;
  dwc:scientificName 'Numenius arquata arquata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10028'^^xsd:string;
  dwc:yearCollected '1941'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5'^^xsd:integer;
  dwc:latitude '51.4166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15957'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296381'^^xsd:anyURI;
  dwc:observationDate '1941-04-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2 3.8166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2"^^xsd:decimal ;
  dwc:decimalLongitude "3.8166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10665" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10060'^^xsd:integer;
  dwc:scientificName 'Falco tinnunculus tinnunculus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1930'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10665'^^xsd:string;
  dwc:yearCollected '1921'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.8166666667'^^xsd:double;
  dwc:latitude '51.2'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8796'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296389'^^xsd:anyURI;
  dwc:observationDate '1921-09-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8 5.0666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8"^^xsd:decimal ;
  dwc:decimalLongitude "5.0666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2384" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9788'^^xsd:gYear;
  dwc:scientificName 'Buteo buteo buteo (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2384'^^xsd:string;
  dwc:yearCollected '1921'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.0666666667'^^xsd:double;
  dwc:latitude '49.8'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8799'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296406'^^xsd:anyURI;
  dwc:observationDate '1921-04-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.8433 26.7035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.8433"^^xsd:decimal ;
  dwc:decimalLongitude "26.7035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23449'^^xsd:integer;
  dwc:scientificName 'Treron calva salvadorii (Dubois, 1897)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.7035'^^xsd:double;
  dwc:latitude '-8.8433'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296448'^^xsd:anyURI;
  dwc:observationDate '1947-10-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5 140)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5"^^xsd:decimal ;
  dwc:decimalLongitude "140"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5027" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-23'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '8298'^^xsd:integer;
  dwc:scientificName 'Syma torotoro Lesson, 1827'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5027'^^xsd:string;
  dwc:collector 'Van Duivenbode'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1883'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '140'^^xsd:integer;
  dwc:latitude '-5'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5027'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296515'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.21462 106.84513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.21462"^^xsd:decimal ;
  dwc:decimalLongitude "106.84513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "15000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4915" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1684'^^xsd:gYear;
  dwc:scientificName 'Alcedo coerulescens Vieillot, 1818'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4915'^^xsd:string;
  dwc:collector 'Vorderman A.J.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1882'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '106.84513'^^xsd:double;
  dwc:latitude '-6.21462'^^xsd:double;
  dwc:coordinatePrecision '15000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4915'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296524'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296525> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.6042 120.9822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.6042"^^xsd:decimal ;
  dwc:decimalLongitude "120.9822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-12-01'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3528'^^xsd:integer;
  dwc:scientificName 'Centropus bengalensis javanensis (Dumont, 1818)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Musée de Bruxelles'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Philippines'^^xsd:string;
  dwc:longitude '120.9822'^^xsd:double;
  dwc:latitude '14.6042'^^xsd:double;
  dwc:coordinatePrecision '3000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296525'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36667 3.36667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36667"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36667 3.36667)"^^geo:wktLiteral ;
  geo-pos:lat "51.36667"^^xsd:decimal ;
  geo-pos:long "3.36667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26088" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '61860'^^xsd:integer;
  dwc:scientificName 'Tyto alba alba (Scopoli, 1769)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26088'^^xsd:string;
  dwc:collector 'Lippens L. (M.)'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.36667'^^xsd:double;
  dwc:latitude '51.36667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26088'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296531'^^xsd:anyURI;
  dwc:observationDate '1979-08-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296533> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10 -76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10"^^xsd:decimal ;
  dwc:decimalLongitude "-76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6807'^^xsd:integer;
  dwc:scientificName 'Neomorphus geoffroyi aequatorialis Chapman, 1923'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Popelaire de Terloo Jean Baptiste Louis Joseph (Baron)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-76'^^xsd:integer;
  dwc:latitude '-10'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296533'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296568> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.54323 23.10466)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-13.54323"^^xsd:decimal ;
  dwc:decimalLongitude "23.10466"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '8'^^xsd:integer;
  dwc:scientificName 'Eremopterix leucotis smithi (Bonaparte, 1850)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'de Selys-Fanson  (Baron)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Zambia'^^xsd:string;
  dwc:longitude '23.10466'^^xsd:double;
  dwc:latitude '-13.54323'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296568'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296577> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.36667 28.71667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.36667"^^xsd:decimal ;
  dwc:decimalLongitude "28.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '62106'^^xsd:integer;
  dwc:scientificName 'Cercococcyx olivinus Sassi, 1912'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26098'^^xsd:string;
  dwc:collector 'Prigogine A.'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.71667'^^xsd:double;
  dwc:latitude '0.36667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26098'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296577'^^xsd:anyURI;
  dwc:observationDate '1950-02-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.5666666667 8.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.5666666667"^^xsd:decimal ;
  dwc:decimalLongitude "8.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.5666666667 8.8)"^^geo:wktLiteral ;
  geo-pos:lat "18.5666666667"^^xsd:decimal ;
  geo-pos:long "8.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/30987" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '55369'^^xsd:integer;
  dwc:scientificName 'Melierax metabates neumanni Hartert, 1914'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/30987'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Niger'^^xsd:string;
  dwc:longitude '8.8'^^xsd:double;
  dwc:latitude '18.5666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296579'^^xsd:anyURI;
  dwc:observationDate '1974-06-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296580> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1666666667 4.2166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1666666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.2166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/8986" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '36094'^^xsd:integer;
  dwc:scientificName 'Gallinago media (Latham, 1787)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/8986'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1958'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.2166666667'^^xsd:double;
  dwc:latitude '51.1666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:21374'^^xsd:anyURI;
  dwc:aphiaid '416701'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296580'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416701'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296591> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1166666667 5.2333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1166666667"^^xsd:decimal ;
  dwc:decimalLongitude "5.2333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9996" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14414'^^xsd:integer;
  dwc:scientificName 'Gallinula chloropus chloropus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9996'^^xsd:string;
  dwc:yearCollected '1943'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.2333333333'^^xsd:double;
  dwc:latitude '50.1166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:14013'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296591'^^xsd:anyURI;
  dwc:observationDate '1943-06-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 5.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.25"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 5.2)"^^geo:wktLiteral ;
  geo-pos:lat "50.25"^^xsd:decimal ;
  geo-pos:long "5.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5116" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '35258'^^xsd:integer;
  dwc:scientificName 'Phasianus colchicus colchicus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts - Anspach Marguerite (Mme)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5116'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.2'^^xsd:double;
  dwc:latitude '50.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19752'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296596'^^xsd:anyURI;
  dwc:observationDate '1954-07-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 5.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.25"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 5.2)"^^geo:wktLiteral ;
  geo-pos:lat "50.25"^^xsd:decimal ;
  geo-pos:long "5.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5116" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '35257'^^xsd:integer;
  dwc:scientificName 'Phasianus colchicus colchicus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts - Anspach Marguerite (Mme)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5116'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.2'^^xsd:double;
  dwc:latitude '50.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19752'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296597'^^xsd:anyURI;
  dwc:observationDate '1954-07-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 5.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.25"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 5.2)"^^geo:wktLiteral ;
  geo-pos:lat "50.25"^^xsd:decimal ;
  geo-pos:long "5.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5116" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '35259'^^xsd:integer;
  dwc:scientificName 'Phasianus colchicus colchicus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts - Anspach Marguerite (Mme)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5116'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.2'^^xsd:double;
  dwc:latitude '50.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19752'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296598'^^xsd:anyURI;
  dwc:observationDate '1954-07-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.83619 14.59761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.83619"^^xsd:decimal ;
  dwc:decimalLongitude "14.59761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-03-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '40149'^^xsd:integer;
  dwc:scientificName 'Coracias abyssinicus Hermann, 1783'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19862'^^xsd:string;
  dwc:collector 'Laenen J.'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Chad'^^xsd:string;
  dwc:longitude '14.59761'^^xsd:double;
  dwc:latitude '12.83619'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19862'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296602'^^xsd:anyURI;
  dwc:observationDate '1954-03-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296686> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.8833333333 -73.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.8833333333"^^xsd:decimal ;
  dwc:decimalLongitude "-73.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.8833333333 -73.3)"^^geo:wktLiteral ;
  geo-pos:lat "-38.8833333333"^^xsd:decimal ;
  geo-pos:long "-73.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26751" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '63682'^^xsd:integer;
  dwc:scientificName 'Himantopus himantopus melanurus Vieillot, 1817'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26751'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.3'^^xsd:double;
  dwc:latitude '-38.8833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26139'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296686'^^xsd:anyURI;
  dwc:observationDate '1980-04-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296693> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51 4.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5480" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-02-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5341'^^xsd:gYear;
  dwc:scientificName 'Gavia arctica arctica (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Anspach Marguerite (Miss)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5480'^^xsd:string;
  dwc:yearCollected '1920'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.5'^^xsd:double;
  dwc:latitude '51'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9945'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296693'^^xsd:anyURI;
  dwc:observationDate '1920-03-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296709> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.95 4.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.95"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.95 4.55)"^^geo:wktLiteral ;
  geo-pos:lat "50.95"^^xsd:decimal ;
  geo-pos:long "4.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26241" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '64464'^^xsd:integer;
  dwc:scientificName 'Columba palumbus palumbus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26241'^^xsd:string;
  dwc:collector 'Vanderkelen J.'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.55'^^xsd:double;
  dwc:latitude '50.95'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26241'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296709'^^xsd:anyURI;
  dwc:observationDate '1980-06-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296715> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.74056 10.76028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.74056"^^xsd:decimal ;
  dwc:decimalLongitude "10.76028"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12153" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '35663'^^xsd:integer;
  dwc:scientificName 'Streptopelia senegalensis phoenicophila Hartert, 1916'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12153'^^xsd:string;
  dwc:collector 'Bédé P.'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '10.76028'^^xsd:double;
  dwc:latitude '34.74056'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12153'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296715'^^xsd:anyURI;
  dwc:observationDate '1938-06-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.01667 27.56667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.01667"^^xsd:decimal ;
  dwc:decimalLongitude "27.56667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-06-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '62268'^^xsd:integer;
  dwc:scientificName 'Bycanistes fistulator duboisi Sclater, 1922'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26098'^^xsd:string;
  dwc:collector 'Prigogine A.'^^xsd:string;
  dwc:yearCollected '1956'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '27.56667'^^xsd:double;
  dwc:latitude '-4.01667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26098'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296717'^^xsd:anyURI;
  dwc:observationDate '1956-12-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296740> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.06136 -70.5168)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.06136"^^xsd:decimal ;
  dwc:decimalLongitude "-70.5168"^^xsd:decimal ;
  dwc: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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.06136 -70.5168)"^^geo:wktLiteral ;
  geo-pos:lat "-30.06136"^^xsd:decimal ;
  geo-pos:long "-70.5168"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26085" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:ave'^^xsd:anyURI;
  dwc:catalogNumber '61618'^^xsd:integer;
  dwc:scientificName 'Athene cunicularia cunicularia (Molina, 1782)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26085'^^xsd:string;
  dwc:collector 'Orellana Thyris'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-70.5168'^^xsd:double;
  dwc:latitude '-30.06136'^^xsd:double;
  dwc:coordinatePrecision '20000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26085'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296740'^^xsd:anyURI;
  dwc:observationDate '1978-11-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296751> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.7166666667 24.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.7166666667"^^xsd:decimal ;
  dwc:decimalLongitude "24.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.7166666667 24.4)"^^geo:wktLiteral ;
  geo-pos:lat "-4.7166666667"^^xsd:decimal ;
  geo-pos:long "24.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19342" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20690'^^xsd:integer;
  dwc:scientificName 'Lophaetus occipitalis (Daudin, 1800)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19342'^^xsd:string;
  dwc:yearCollected '1941'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '24.4'^^xsd:double;
  dwc:latitude '-4.7166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15205'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296751'^^xsd:anyURI;
  dwc:observationDate '1941-08-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7372" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10343C'^^xsd:string;
  dwc:scientificName 'Mergus albellus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7372'^^xsd:string;
  dwc:yearCollected '1922'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8796'^^xsd:anyURI;
  dwc:aphiaid '558756'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296758'^^xsd:anyURI;
  dwc:observationDate '1922-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '232039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7372" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10343E'^^xsd:string;
  dwc:scientificName 'Mergus albellus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7372'^^xsd:string;
  dwc:yearCollected '1922'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8796'^^xsd:anyURI;
  dwc:aphiaid '558756'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296759'^^xsd:anyURI;
  dwc:observationDate '1922-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '232039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.09608 6.20442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.09608"^^xsd:decimal ;
  dwc:decimalLongitude "6.20442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10795" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24830'^^xsd:integer;
  dwc:scientificName 'Bubo bubo bubo (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10795'^^xsd:string;
  dwc:collector 'Flemming Johannes'^^xsd:string;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'Norway'^^xsd:string;
  dwc:longitude '6.20442'^^xsd:double;
  dwc:latitude '59.09608'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10795'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296820'^^xsd:anyURI;
  dwc:observationDate '1934-12-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.46314 -106.42322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.46314"^^xsd:decimal ;
  dwc:decimalLongitude "-106.42322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9277" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11436'^^xsd:integer;
  dwc:scientificName 'Trogon elegans goldmani Nelson, 1898'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Meise Wilhelm (M.)'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9277'^^xsd:string;
  dwc:collector 'Génin H. (M.)'^^xsd:string;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:country 'Mexico'^^xsd:string;
  dwc:longitude '-106.42322'^^xsd:double;
  dwc:latitude '21.46314'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9277'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296824'^^xsd:anyURI;
  dwc:observationDate '1925-05-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4666666667 4.9166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4666666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.9166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/6511" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14844'^^xsd:integer;
  dwc:scientificName 'Mergus merganser merganser Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/6511'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.9166666667'^^xsd:double;
  dwc:latitude '50.4666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12916'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296825'^^xsd:anyURI;
  dwc:observationDate '1940-02-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5666666667 4.4833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.5666666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.4833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/8534" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-02-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '45419'^^xsd:integer;
  dwc:scientificName 'Tachybaptus ruficollis ruficollis (Pallas, 1764)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Asperslag L. (M.)'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/8534'^^xsd:string;
  dwc:yearCollected '1962'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.4833333333'^^xsd:double;
  dwc:latitude '50.5666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23658'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296827'^^xsd:anyURI;
  dwc:observationDate '1962-05-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51 3.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51 3.75)"^^geo:wktLiteral ;
  geo-pos:lat "51"^^xsd:decimal ;
  geo-pos:long "3.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4976" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72773'^^xsd:integer;
  dwc:scientificName 'Alauda arvensis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Hebbelinck Marc (M.)'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4976'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.75'^^xsd:double;
  dwc:latitude '51'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:30158'^^xsd:anyURI;
  dwc:aphiaid '558531'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296838'^^xsd:anyURI;
  dwc:observationDate '1999-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '558531'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51 3.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51 3.75)"^^geo:wktLiteral ;
  geo-pos:lat "51"^^xsd:decimal ;
  geo-pos:long "3.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4976" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72778'^^xsd:integer;
  dwc:scientificName 'Alauda arvensis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Hebbelinck Marc (M.)'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4976'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.75'^^xsd:double;
  dwc:latitude '51'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:30158'^^xsd:anyURI;
  dwc:aphiaid '558531'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296839'^^xsd:anyURI;
  dwc:observationDate '1999-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '558531'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51 3.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51 3.75)"^^geo:wktLiteral ;
  geo-pos:lat "51"^^xsd:decimal ;
  geo-pos:long "3.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4976" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72778'^^xsd:integer;
  dwc:scientificName 'Alauda arvensis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Hebbelinck Marc (M.)'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4976'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.75'^^xsd:double;
  dwc:latitude '51'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:30158'^^xsd:anyURI;
  dwc:aphiaid '558531'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296840'^^xsd:anyURI;
  dwc:observationDate '1999-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '558531'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296902> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.8 28.56667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.8"^^xsd:decimal ;
  dwc:decimalLongitude "28.56667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '34446'^^xsd:integer;
  dwc:scientificName 'Streptopelia semitorquata semitorquata (Rüppell, 1837)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.56667'^^xsd:double;
  dwc:latitude '-5.8'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296902'^^xsd:anyURI;
  dwc:observationDate '1949-07-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2333333333 5.0166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2333333333"^^xsd:decimal ;
  dwc:decimalLongitude "5.0166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2741" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2446'^^xsd:integer;
  dwc:scientificName 'Accipiter gentilis gentilis (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2741'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.0166666667'^^xsd:double;
  dwc:latitude '50.2333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16185'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296906'^^xsd:anyURI;
  dwc:observationDate '1948-08-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.6666666667 27.4666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.6666666667"^^xsd:decimal ;
  dwc:decimalLongitude "27.4666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15654" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20584'^^xsd:integer;
  dwc:scientificName 'Anas erythrorhyncha Gmelin, 1789'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15654'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '27.4666666667'^^xsd:double;
  dwc:latitude '-11.6666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15333'^^xsd:anyURI;
  dwc:aphiaid '212712'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296927'^^xsd:anyURI;
  dwc:observationDate '1940-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '212712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297009> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.9 -71.2333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-71.2333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26619" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-12'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '58372'^^xsd:integer;
  dwc:scientificName 'Milvago chimango chimango (Vieillot, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26619'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-71.2333333333'^^xsd:double;
  dwc:latitude '-29.9'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25855'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297009'^^xsd:anyURI;
  dwc:observationDate '1976-10-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.9 -71.2333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-71.2333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26619" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '58374'^^xsd:integer;
  dwc:scientificName 'Milvago chimango chimango (Vieillot, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26619'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-71.2333333333'^^xsd:double;
  dwc:latitude '-29.9'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25855'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297010'^^xsd:anyURI;
  dwc:observationDate '1976-10-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.51667 25.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.51667"^^xsd:decimal ;
  dwc:decimalLongitude "25.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.51667 25.2)"^^geo:wktLiteral ;
  geo-pos:lat "-10.51667"^^xsd:decimal ;
  geo-pos:long "25.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15961" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '21444'^^xsd:integer;
  dwc:scientificName 'Coracias caudatus caudatus Linnaeus, 1766'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15961'^^xsd:string;
  dwc:collector 'Lefebure L. (R.P.)'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '25.2'^^xsd:double;
  dwc:latitude '-10.51667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15961'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297016'^^xsd:anyURI;
  dwc:observationDate '1947-05-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13 122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13"^^xsd:decimal ;
  dwc:decimalLongitude "122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-12'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3168'^^xsd:integer;
  dwc:scientificName 'Penelopides manillae (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Unknown'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '122'^^xsd:integer;
  dwc:latitude '13'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297037'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.8433 26.7035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.8433"^^xsd:decimal ;
  dwc:decimalLongitude "26.7035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25908'^^xsd:integer;
  dwc:scientificName 'Lybius torquatus zombae (Shelley, 1893)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.7035'^^xsd:double;
  dwc:latitude '-8.8433'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297047'^^xsd:anyURI;
  dwc:observationDate '1947-10-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.8433 26.7035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.8433"^^xsd:decimal ;
  dwc:decimalLongitude "26.7035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25909'^^xsd:integer;
  dwc:scientificName 'Lybius torquatus zombae (Shelley, 1893)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.7035'^^xsd:double;
  dwc:latitude '-8.8433'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297048'^^xsd:anyURI;
  dwc:observationDate '1947-10-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23848'^^xsd:integer;
  dwc:scientificName 'Centropus superciliosus loandae Grant, 1915'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.51667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297051'^^xsd:anyURI;
  dwc:observationDate '1948-12-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297056> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47 167.8333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-47"^^xsd:decimal ;
  dwc:decimalLongitude "167.8333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/31206" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '55716'^^xsd:integer;
  dwc:scientificName 'Phalacrocorax chalconotus (Gray, 1845)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/31206'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'New Zealand'^^xsd:string;
  dwc:longitude '167.8333333333'^^xsd:double;
  dwc:latitude '-47'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25206'^^xsd:anyURI;
  dwc:aphiaid '343941'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297056'^^xsd:anyURI;
  dwc:observationDate '1929-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '343941'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 88.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.75"^^xsd:decimal ;
  dwc:decimalLongitude "88.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 88.5)"^^geo:wktLiteral ;
  geo-pos:lat "27.75"^^xsd:decimal ;
  geo-pos:long "88.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '771D'^^xsd:string;
  dwc:scientificName 'Merops orientalis ferrugeiceps Anderson, 1878'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1889'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '88.5'^^xsd:double;
  dwc:latitude '27.75'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297100'^^xsd:anyURI;
  dwc:observationDate '1889-04-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 2.5833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1"^^xsd:decimal ;
  dwc:decimalLongitude "2.5833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3313" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '39147'^^xsd:integer;
  dwc:scientificName 'Alca torda Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1957'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3313'^^xsd:string;
  dwc:collector 'exploration sect. vertébrés récents'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.5833333333'^^xsd:double;
  dwc:latitude '51.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:18451'^^xsd:anyURI;
  dwc:aphiaid '137128'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297102'^^xsd:anyURI;
  dwc:observationDate '1952-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137128'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8833333333 4.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.8833333333"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8833333333 4.7)"^^geo:wktLiteral ;
  geo-pos:lat "50.8833333333"^^xsd:decimal ;
  geo-pos:long "4.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/6436" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72260'^^xsd:integer;
  dwc:scientificName 'Accipiter nisus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Heremans'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/6436'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.7'^^xsd:double;
  dwc:latitude '50.8833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29629'^^xsd:anyURI;
  dwc:aphiaid '558525'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297122'^^xsd:anyURI;
  dwc:observationDate '1996-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '558525'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7 81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7"^^xsd:decimal ;
  dwc:decimalLongitude "81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10537" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4072'^^xsd:integer;
  dwc:scientificName 'Psittacula calthropae (Blyth, 1849)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10537'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1928'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Sri Lanka'^^xsd:string;
  dwc:longitude '81'^^xsd:integer;
  dwc:latitude '7'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10537'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297127'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297134> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.116667 15.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.116667"^^xsd:decimal ;
  dwc:decimalLongitude "15.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.116667 15.05)"^^geo:wktLiteral ;
  geo-pos:lat "12.116667"^^xsd:decimal ;
  geo-pos:long "15.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12733" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '39950'^^xsd:integer;
  dwc:scientificName 'Clamator jacobinus pica (Hemprich & Ehrenberg, 1833)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12733'^^xsd:string;
  dwc:collector 'Laenen J.'^^xsd:string;
  dwc:yearCollected '1953'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Chad'^^xsd:string;
  dwc:longitude '15.05'^^xsd:double;
  dwc:latitude '12.116667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19862'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297134'^^xsd:anyURI;
  dwc:observationDate '1953-07-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.033333 4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.033333"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.033333 4)"^^geo:wktLiteral ;
  geo-pos:lat "51.033333"^^xsd:decimal ;
  geo-pos:long "4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10749" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5707'^^xsd:gYear;
  dwc:scientificName 'Alauda arvensis arvensis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10749'^^xsd:string;
  dwc:collector 'Dupond'^^xsd:string;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4'^^xsd:integer;
  dwc:latitude '51.033333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10749'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297141'^^xsd:anyURI;
  dwc:observationDate '1936-10-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '51236'^^xsd:integer;
  dwc:scientificName 'Lybius bidentatus aequatorialis (Shelley, 1889)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297144'^^xsd:anyURI;
  dwc:observationDate '1954-06-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297159> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.32459 15.32146)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.32459"^^xsd:decimal ;
  dwc:decimalLongitude "15.32146"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15854" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '21389'^^xsd:integer;
  dwc:scientificName 'Upupa epops africana Bechstein, 1811'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15854'^^xsd:string;
  dwc:collector 'Henrion A.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1947'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '15.32146'^^xsd:double;
  dwc:latitude '-4.32459'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15854'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297159'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10 -55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10"^^xsd:decimal ;
  dwc:decimalLongitude "-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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15883" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '54997'^^xsd:integer;
  dwc:scientificName 'Chlorostilbon notatus (Reich, 1793)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15883'^^xsd:string;
  dwc:collector 'Charlier P.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1947'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-55'^^xsd:integer;
  dwc:latitude '-10'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15883'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297214'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10 -55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10"^^xsd:decimal ;
  dwc:decimalLongitude "-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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15883" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '54998'^^xsd:integer;
  dwc:scientificName 'Chlorostilbon notatus (Reich, 1793)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15883'^^xsd:string;
  dwc:collector 'Charlier P.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1947'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-55'^^xsd:integer;
  dwc:latitude '-10'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15883'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297215'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.10867 -113.64258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.10867"^^xsd:decimal ;
  dwc:decimalLongitude "-113.64258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3677" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2161'^^xsd:gYear;
  dwc:scientificName 'Strix nebulosa nebulosa Forster, 1772'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3677'^^xsd:string;
  dwc:collector 'Université Laval'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1875'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-113.64258'^^xsd:double;
  dwc:latitude '60.10867'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3677'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297229'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.516667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.516667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.65"^^xsd:decimal ;
  geo-pos:long "26.516667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24491'^^xsd:integer;
  dwc:scientificName 'Merops persicus persicus Pallas, 1773'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1953'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.516667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297232'^^xsd:anyURI;
  dwc:observationDate '1948-04-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4166666667 5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4166666667"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4166666667 5)"^^geo:wktLiteral ;
  geo-pos:lat "51.4166666667"^^xsd:decimal ;
  geo-pos:long "5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10014" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9775'^^xsd:integer;
  dwc:scientificName 'Larus ridibundus ridibundus Linnaeus, 1766'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10014'^^xsd:string;
  dwc:collector 'Dupond'^^xsd:string;
  dwc:yearCollected '1926'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5'^^xsd:integer;
  dwc:latitude '51.4166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8875'^^xsd:anyURI;
  dwc:aphiaid '437591'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297244'^^xsd:anyURI;
  dwc:observationDate '1926-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '437591'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.75 29.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.75"^^xsd:decimal ;
  dwc:decimalLongitude "29.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5633" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5898'^^xsd:gYear;
  dwc:scientificName 'Tockus alboterminatus geloensis (Neumann, 1905)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5633'^^xsd:string;
  dwc:collector 'Storms Emile'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1889'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.51667'^^xsd:double;
  dwc:latitude '-6.75'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5633'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297254'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.75 29.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.75"^^xsd:decimal ;
  dwc:decimalLongitude "29.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5633" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2064'^^xsd:gYear;
  dwc:scientificName 'Tockus alboterminatus geloensis (Neumann, 1905)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5633'^^xsd:string;
  dwc:collector 'Storms Emile'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1889'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.51667'^^xsd:double;
  dwc:latitude '-6.75'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5633'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297255'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297304> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.233333 12.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.233333"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.233333 12.3)"^^geo:wktLiteral ;
  geo-pos:lat "51.233333"^^xsd:decimal ;
  geo-pos:long "12.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-06-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11409'^^xsd:integer;
  dwc:scientificName 'Jynx torquilla torquilla Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11149'^^xsd:string;
  dwc:collector 'Musée de Dresden'^^xsd:string;
  dwc:yearCollected '1919'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '12.3'^^xsd:double;
  dwc:latitude '51.233333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11149'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297304'^^xsd:anyURI;
  dwc:observationDate '1919-05-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297310> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.9333333333 -52.3333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.9333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-52.3333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/27198" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4966'^^xsd:integer;
  dwc:scientificName 'Leucopternis schistacea (Sundevall, 1851)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/27198'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1850'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:country 'French Guiana'^^xsd:string;
  dwc:longitude '-52.3333333333'^^xsd:double;
  dwc:latitude '4.9333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:1268'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297310'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.4 -170.27611)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.4"^^xsd:decimal ;
  dwc:decimalLongitude "-170.27611"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5976" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5425'^^xsd:gYear;
  dwc:scientificName 'Rissa tridactyla pollicaris Ridgway, 1884'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5976'^^xsd:string;
  dwc:collector 'Muller'^^xsd:string;
  dwc:yearCollected '1893'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-170.27611'^^xsd:double;
  dwc:latitude '57.4'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5976'^^xsd:anyURI;
  dwc:aphiaid '567461'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297342'^^xsd:anyURI;
  dwc:observationDate '1893-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '567461'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.366667 29.633333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.366667"^^xsd:decimal ;
  dwc:decimalLongitude "29.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.366667 29.633333)"^^geo:wktLiteral ;
  geo-pos:lat "-8.366667"^^xsd:decimal ;
  geo-pos:long "29.633333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/13057" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25932'^^xsd:integer;
  dwc:scientificName 'Campethera bennettii bennettii (Smith, 1836)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/13057'^^xsd:string;
  dwc:collector 'Bredo H.J.'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.633333'^^xsd:double;
  dwc:latitude '-8.366667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:6385'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297364'^^xsd:anyURI;
  dwc:observationDate '1940-02-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '51612'^^xsd:integer;
  dwc:scientificName 'Buccanodon duchaillui duchaillui (Cassin, 1855)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297365'^^xsd:anyURI;
  dwc:observationDate '1954-03-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3333333333 3.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3333333333"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3333333333 3.2)"^^geo:wktLiteral ;
  geo-pos:lat "51.3333333333"^^xsd:decimal ;
  geo-pos:long "3.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10629" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72782'^^xsd:integer;
  dwc:scientificName 'Plectrophenax nivalis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'De Ruwe Filip (M.)'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10629'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.2'^^xsd:double;
  dwc:latitude '51.3333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29894'^^xsd:anyURI;
  dwc:aphiaid '383228'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297396'^^xsd:anyURI;
  dwc:observationDate '1997-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '383228'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9666666667 5.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9666666667"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4539" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15099'^^xsd:integer;
  dwc:scientificName 'Gallinago media (Latham, 1787)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4539'^^xsd:string;
  dwc:yearCollected '1886'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.5'^^xsd:double;
  dwc:latitude '50.9666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13728'^^xsd:anyURI;
  dwc:aphiaid '416701'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297456'^^xsd:anyURI;
  dwc:observationDate '1886-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '416701'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.63333 21.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.63333"^^xsd:decimal ;
  dwc:decimalLongitude "21.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.63333 21.9)"^^geo:wktLiteral ;
  geo-pos:lat "37.63333"^^xsd:decimal ;
  geo-pos:long "21.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-06-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '503'^^xsd:integer;
  dwc:scientificName 'Cecropis daurica rufula (Temminck, 1835)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1890'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'Greece'^^xsd:string;
  dwc:longitude '21.9'^^xsd:double;
  dwc:latitude '37.63333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297476'^^xsd:anyURI;
  dwc:observationDate '1890-05-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297533> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.5166666667 25.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.5166666667"^^xsd:decimal ;
  dwc:decimalLongitude "25.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.5166666667 25.2)"^^geo:wktLiteral ;
  geo-pos:lat "-10.5166666667"^^xsd:decimal ;
  geo-pos:long "25.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/17467" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20659'^^xsd:integer;
  dwc:scientificName 'Kaupifalco monogrammicus meridionalis (Hartlaub, 1860)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/17467'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '25.2'^^xsd:double;
  dwc:latitude '-10.5166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15981'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297533'^^xsd:anyURI;
  dwc:observationDate '1947-04-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1166666667 5.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1166666667"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1166666667 5.15)"^^geo:wktLiteral ;
  geo-pos:lat "50.1166666667"^^xsd:decimal ;
  geo-pos:long "5.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1666" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '18894'^^xsd:integer;
  dwc:scientificName 'Falco tinnunculus tinnunculus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1666'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.15'^^xsd:double;
  dwc:latitude '50.1166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15755'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297540'^^xsd:anyURI;
  dwc:observationDate '1947-09-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297591> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51 3.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51 3.75)"^^geo:wktLiteral ;
  geo-pos:lat "51"^^xsd:decimal ;
  geo-pos:long "3.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4972" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72286'^^xsd:integer;
  dwc:scientificName 'Turdus iliacus Linnaeus, 1766'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Hebbelinck Marc (M.)'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4972'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.75'^^xsd:double;
  dwc:latitude '51'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29659'^^xsd:anyURI;
  dwc:aphiaid '558600'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297591'^^xsd:anyURI;
  dwc:observationDate '1999-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '558600'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.69793 5.25601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.69793"^^xsd:decimal ;
  dwc:decimalLongitude "5.25601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/29946" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '59755'^^xsd:integer;
  dwc:scientificName 'Asio otus otus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/29946'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.25601'^^xsd:double;
  dwc:latitude '50.69793'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29946'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297592'^^xsd:anyURI;
  dwc:observationDate '1979-01-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.5166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.5166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19788" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '22578'^^xsd:integer;
  dwc:scientificName 'Ephippiorhynchus senegalensis (Shaw, 1800)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19788'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.5166666667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297596'^^xsd:anyURI;
  dwc:observationDate '1948-02-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1666666667 3.9333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1666666667"^^xsd:decimal ;
  dwc:decimalLongitude "3.9333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7058" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '19244'^^xsd:integer;
  dwc:scientificName 'Botaurus stellaris stellaris (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7058'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.9333333333'^^xsd:double;
  dwc:latitude '51.1666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16408'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297635'^^xsd:anyURI;
  dwc:observationDate '1948-12-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.833333 4.016667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.833333"^^xsd:decimal ;
  dwc:decimalLongitude "4.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 "2500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/14993" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-06-29'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '16997'^^xsd:integer;
  dwc:scientificName 'Dendrocopos major pinetorum (Brehm, 1831)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/14993'^^xsd:string;
  dwc:collector 'Van der Haegen P.'^^xsd:string;
  dwc:yearCollected '1945'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.016667'^^xsd:double;
  dwc:latitude '50.833333'^^xsd:double;
  dwc:coordinatePrecision '2500'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:14993'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297667'^^xsd:anyURI;
  dwc:observationDate '1945-12-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7833333333 53.9833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7833333333"^^xsd:decimal ;
  dwc:decimalLongitude "53.9833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/29665" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '35324'^^xsd:integer;
  dwc:scientificName 'Charadrius alexandrinus alexandrinus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1957'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/29665'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Iran'^^xsd:string;
  dwc:longitude '53.9833333333'^^xsd:double;
  dwc:latitude '36.7833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:18980'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297786'^^xsd:anyURI;
  dwc:observationDate '1952-11-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.5166666667 30.4333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.5166666667"^^xsd:decimal ;
  dwc:decimalLongitude "30.4333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/32599" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '22663'^^xsd:integer;
  dwc:scientificName 'Buteo augur (Rüppell, 1836)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/32599'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'Rwanda'^^xsd:string;
  dwc:longitude '30.4333333333'^^xsd:double;
  dwc:latitude '-1.5166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19060'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297790'^^xsd:anyURI;
  dwc:observationDate '1947-06-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0666666667 5.5666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0666666667"^^xsd:decimal ;
  dwc:decimalLongitude "5.5666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/8349" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10004E'^^xsd:string;
  dwc:scientificName 'Accipiter gentilis gentilis (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/8349'^^xsd:string;
  dwc:yearCollected '1923'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.5666666667'^^xsd:double;
  dwc:latitude '50.0666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8796'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297820'^^xsd:anyURI;
  dwc:observationDate '1923-12-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.6 1.1166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.6"^^xsd:decimal ;
  dwc:decimalLongitude "1.1166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/27629" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '54139'^^xsd:integer;
  dwc:scientificName 'Polyplectron bicalcaratum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/27629'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '1.1166666667'^^xsd:double;
  dwc:latitude '49.6'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24739'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297823'^^xsd:anyURI;
  dwc:observationDate '1972-10-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297831> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.15 27.01667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.15"^^xsd:decimal ;
  dwc:decimalLongitude "27.01667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23890'^^xsd:integer;
  dwc:scientificName 'Caprimulgus tristigma lentiginosus Smith, 1845'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1953'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '27.01667'^^xsd:double;
  dwc:latitude '-7.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297831'^^xsd:anyURI;
  dwc:observationDate '1948-02-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297834> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.96667 25.93333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.96667"^^xsd:decimal ;
  dwc:decimalLongitude "25.93333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15132" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25542'^^xsd:integer;
  dwc:scientificName 'Pogoniulus scolopaceus flavisquamatus (Verreaux J.P. & Verreaux J.B.E., 1855)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15132'^^xsd:string;
  dwc:collector 'Van Woensel v.W. (R.P.)'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '25.93333'^^xsd:double;
  dwc:latitude '2.96667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15132'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297834'^^xsd:anyURI;
  dwc:observationDate '1946-07-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297849> ;
  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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297849>
  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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5442'^^xsd:gYear;
  dwc:scientificName 'Larus ridibundus ridibundus Linnaeus, 1766'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3866'^^xsd:string;
  dwc:collector 'Meuris Chasse'^^xsd:string;
  dwc:yearCollected '1877'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^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: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3866'^^xsd:anyURI;
  dwc:aphiaid '437591'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297849'^^xsd:anyURI;
  dwc:observationDate '1877-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '437591'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.29756 4.7194)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.29756"^^xsd:decimal ;
  dwc:decimalLongitude "4.7194"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9296" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10042c'^^xsd:string;
  dwc:scientificName 'Cuculus canorus canorus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond'^^xsd:string;
  dwc:yearIdentified '1930'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9296'^^xsd:string;
  dwc:collector 'Piret  (Abbé)'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.7194'^^xsd:double;
  dwc:latitude '50.29756'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9296'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297852'^^xsd:anyURI;
  dwc:observationDate '1930-08-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.55378 -83.7562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.55378"^^xsd:decimal ;
  dwc:decimalLongitude "-83.7562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26000" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-23'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '61146'^^xsd:integer;
  dwc:scientificName 'Panterpe insignis Cabanis & Heine, 1860'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26000'^^xsd:string;
  dwc:collector 'Orellana Thyris'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'Costa Rica'^^xsd:string;
  dwc:longitude '-83.7562'^^xsd:double;
  dwc:latitude '9.55378'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26000'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297858'^^xsd:anyURI;
  dwc:observationDate '1978-09-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297859> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.55378 -83.7562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.55378"^^xsd:decimal ;
  dwc:decimalLongitude "-83.7562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26000" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-23'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '61147'^^xsd:integer;
  dwc:scientificName 'Panterpe insignis Cabanis & Heine, 1860'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26000'^^xsd:string;
  dwc:collector 'Orellana Thyris'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'Costa Rica'^^xsd:string;
  dwc:longitude '-83.7562'^^xsd:double;
  dwc:latitude '9.55378'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26000'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297859'^^xsd:anyURI;
  dwc:observationDate '1978-09-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.766667 4.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.766667"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.766667 4.3)"^^geo:wktLiteral ;
  geo-pos:lat "50.766667"^^xsd:decimal ;
  geo-pos:long "4.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/16268" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-03-01'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '19031'^^xsd:integer;
  dwc:scientificName 'Dendrocopos major pinetorum (Brehm, 1831)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/16268'^^xsd:string;
  dwc:collector 'Laenen J.'^^xsd:string;
  dwc:yearCollected '1943'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.3'^^xsd:double;
  dwc:latitude '50.766667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16268'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297881'^^xsd:anyURI;
  dwc:observationDate '1943-10-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.11 18.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.11"^^xsd:decimal ;
  dwc:decimalLongitude "18.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.11 18.21)"^^geo:wktLiteral ;
  geo-pos:lat "-4.11"^^xsd:decimal ;
  geo-pos:long "18.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '52487'^^xsd:integer;
  dwc:scientificName 'Psittacus erithacus erithacus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'De Witte D.W.'^^xsd:string;
  dwc:yearCollected '1955'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '18.21'^^xsd:double;
  dwc:latitude '-4.11'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297883'^^xsd:anyURI;
  dwc:observationDate '1955-10-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-27 -50)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-27"^^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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10942" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '28587'^^xsd:integer;
  dwc:scientificName 'Philydor atricapillus (Wied-Neuwied, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10942'^^xsd:string;
  dwc:collector 'Flemming Johannes'^^xsd:string;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'Brazil'^^xsd:string;
  dwc:longitude '-50'^^xsd:integer;
  dwc:latitude '-27'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10942'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297889'^^xsd:anyURI;
  dwc:observationDate '1933-04-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297897> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23881'^^xsd:integer;
  dwc:scientificName 'Centropus grillii Hartlaub, 1861'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.51667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297897'^^xsd:anyURI;
  dwc:observationDate '1949-02-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.46667 25.71667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.46667"^^xsd:decimal ;
  dwc:decimalLongitude "25.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11844" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11708'^^xsd:integer;
  dwc:scientificName 'Corythaeola cristata (Vieillot, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11844'^^xsd:string;
  dwc:collector 'Vrijdagh J.M.'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '25.71667'^^xsd:double;
  dwc:latitude '3.46667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11844'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297909'^^xsd:anyURI;
  dwc:observationDate '1938-01-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.81021 24.43359)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.81021"^^xsd:decimal ;
  dwc:decimalLongitude "24.43359"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/18969" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '26042'^^xsd:integer;
  dwc:scientificName 'Campethera nivosa herberti (Alexander, 1908)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1953'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/18969'^^xsd:string;
  dwc:collector 'Toussaint L.'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '24.43359'^^xsd:double;
  dwc:latitude '0.81021'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:18969'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297913'^^xsd:anyURI;
  dwc:observationDate '1950-03-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12 -42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12"^^xsd:decimal ;
  dwc:decimalLongitude "-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 "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1529" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3645'^^xsd:gYear;
  dwc:scientificName 'Columbina talpacoti talpacoti (Temminck, 1811)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1529'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1852'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:country 'Brazil'^^xsd:string;
  dwc:longitude '-42'^^xsd:integer;
  dwc:latitude '-12'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:1529'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297916'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297919> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.846389 4.352778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.846389"^^xsd:decimal ;
  dwc:decimalLongitude "4.352778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3680" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9670'^^xsd:gYear;
  dwc:scientificName 'Alauda arvensis arvensis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3680'^^xsd:string;
  dwc:collector 'Meuris Chasse'^^xsd:string;
  dwc:yearCollected '1875'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.352778'^^xsd:double;
  dwc:latitude '50.846389'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3680'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297919'^^xsd:anyURI;
  dwc:observationDate '1875-10-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.3833333333 -72.8666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.3833333333"^^xsd:decimal ;
  dwc:decimalLongitude "-72.8666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/35128" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '44412'^^xsd:integer;
  dwc:scientificName 'Calidris minutilla (Vieillot, 1819)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/35128'^^xsd:string;
  dwc:yearCollected '1904'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-72.8666666667'^^xsd:double;
  dwc:latitude '41.3833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23649'^^xsd:anyURI;
  dwc:aphiaid '159054'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297955'^^xsd:anyURI;
  dwc:observationDate '1904-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '159054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.35 29.58333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.35"^^xsd:decimal ;
  dwc:decimalLongitude "29.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 "35000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/20432" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '40550'^^xsd:integer;
  dwc:scientificName 'Streptopelia senegalensis senegalensis (Linnaeus, 1817)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/20432'^^xsd:string;
  dwc:collector 'Mission des Lacs K.E.A.'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Lac Edouard'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.58333'^^xsd:double;
  dwc:latitude '-0.35'^^xsd:double;
  dwc:coordinatePrecision '35000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20432'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297992'^^xsd:anyURI;
  dwc:observationDate '1954-02-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297993> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.6042 120.9822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.6042"^^xsd:decimal ;
  dwc:decimalLongitude "120.9822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-12-01'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3521'^^xsd:integer;
  dwc:scientificName 'Streptopelia tranquebarica humilis (Temminck, 1824)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Musée de Bruxelles'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Philippines'^^xsd:string;
  dwc:longitude '120.9822'^^xsd:double;
  dwc:latitude '14.6042'^^xsd:double;
  dwc:coordinatePrecision '3000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297993'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298018> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40 -4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40"^^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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-23'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6041'^^xsd:gYear;
  dwc:scientificName 'Galerida cristata pallida Brehm, 1858'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1891'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '-4'^^xsd:integer;
  dwc:latitude '40'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298018'^^xsd:anyURI;
  dwc:observationDate '1891-04-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 -14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14"^^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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6697'^^xsd:integer;
  dwc:scientificName 'Chrysococcyx caprius (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1820'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1854'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14'^^xsd:integer;
  dwc:latitude '14'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:1820'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298028'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 -14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14"^^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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6696'^^xsd:integer;
  dwc:scientificName 'Chrysococcyx caprius (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1820'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1854'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-14'^^xsd:integer;
  dwc:latitude '14'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:1820'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298029'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.26667 26.13333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.26667"^^xsd:decimal ;
  dwc:decimalLongitude "26.13333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-03-29'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25581'^^xsd:integer;
  dwc:scientificName 'Indicator variegatus Lesson, 1830'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.13333'^^xsd:double;
  dwc:latitude '-9.26667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298051'^^xsd:anyURI;
  dwc:observationDate '1947-09-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298064> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.48267 30.39092)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.48267"^^xsd:decimal ;
  dwc:decimalLongitude "30.39092"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25960" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '60514'^^xsd:integer;
  dwc:scientificName 'Pogoniulus bilineatus jacksoni (Sharpe, 1897)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25960'^^xsd:string;
  dwc:collector 'Prigogine A., Gaugris'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'Burundi'^^xsd:string;
  dwc:longitude '30.39092'^^xsd:double;
  dwc:latitude '-3.48267'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25960'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298064'^^xsd:anyURI;
  dwc:observationDate '1979-02-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.8333333333 -76.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-13.8333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-76.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/31475" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '57948'^^xsd:integer;
  dwc:scientificName 'Larus dominicanus Lichtenstein, 1823'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/31475'^^xsd:string;
  dwc:collector 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Peru'^^xsd:string;
  dwc:longitude '-76.25'^^xsd:double;
  dwc:latitude '-13.8333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25829'^^xsd:anyURI;
  dwc:aphiaid '212624'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298084'^^xsd:anyURI;
  dwc:observationDate '1978-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '212624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298085> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.5 15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.5"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.5 15)"^^geo:wktLiteral ;
  geo-pos:lat "68.5"^^xsd:decimal ;
  geo-pos:long "15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/31123" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-21'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1597'^^xsd:gYear;
  dwc:scientificName 'Uria aalge albionis Witherby, 1923'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/31123'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1900'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:country 'Norway'^^xsd:string;
  dwc:longitude '15'^^xsd:integer;
  dwc:latitude '68.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:6733'^^xsd:anyURI;
  dwc:aphiaid '437883'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298085'^^xsd:anyURI;
  dwc:aphiaIdAccepted '437883'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1666666667 3.9333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1666666667"^^xsd:decimal ;
  dwc:decimalLongitude "3.9333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7035" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-21'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '16593'^^xsd:integer;
  dwc:scientificName 'Vanellus vanellus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7035'^^xsd:string;
  dwc:yearCollected '1919'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.9333333333'^^xsd:double;
  dwc:latitude '51.1666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13927'^^xsd:anyURI;
  dwc:aphiaid '159142'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298098'^^xsd:anyURI;
  dwc:observationDate '1919-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '159142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1666666667 3.9333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1666666667"^^xsd:decimal ;
  dwc:decimalLongitude "3.9333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7038" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-21'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '16590'^^xsd:integer;
  dwc:scientificName 'Tringa totanus totanus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Ch'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7038'^^xsd:string;
  dwc:collector 'Daumerie Roger (M.)'^^xsd:string;
  dwc:yearCollected '1920'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.9333333333'^^xsd:double;
  dwc:latitude '51.1666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13927'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298103'^^xsd:anyURI;
  dwc:observationDate '1920-05-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-15.46667 -67.53333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-15.46667"^^xsd:decimal ;
  dwc:decimalLongitude "-67.53333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25855" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-21'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '58469'^^xsd:integer;
  dwc:scientificName 'Campylopterus largipennis (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25855'^^xsd:string;
  dwc:collector 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:country 'Bolivia'^^xsd:string;
  dwc:longitude '-67.53333'^^xsd:double;
  dwc:latitude '-15.46667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25855'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298105'^^xsd:anyURI;
  dwc:observationDate '1976-09-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4 -72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4"^^xsd:decimal ;
  dwc:decimalLongitude "-72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-21'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2958'^^xsd:integer;
  dwc:scientificName 'Chloroceryle americana americana (Gmelin, 1788)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Musée de Bruxelles'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-72'^^xsd:integer;
  dwc:latitude '4'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298125'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.46667 25.71667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.46667"^^xsd:decimal ;
  dwc:decimalLongitude "25.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11844" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '12015'^^xsd:integer;
  dwc:scientificName 'Ceyx pictus pictus (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11844'^^xsd:string;
  dwc:collector 'Vrijdagh J.M.'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '25.71667'^^xsd:double;
  dwc:latitude '3.46667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11844'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298132'^^xsd:anyURI;
  dwc:observationDate '1938-06-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24.15 -56.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-24.15"^^xsd:decimal ;
  dwc:decimalLongitude "-56.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24.15 -56.3)"^^geo:wktLiteral ;
  geo-pos:lat "-24.15"^^xsd:decimal ;
  geo-pos:long "-56.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12273" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '34826'^^xsd:integer;
  dwc:scientificName 'Ara chloropterus Gray, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1955'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12273'^^xsd:string;
  dwc:collector 'Popoff V.'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'Paraguay'^^xsd:string;
  dwc:longitude '-56.3'^^xsd:double;
  dwc:latitude '-24.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12273'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298139'^^xsd:anyURI;
  dwc:observationDate '1938-10-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9166666667 29.7833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.9166666667"^^xsd:decimal ;
  dwc:decimalLongitude "29.7833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/36169" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-21'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '12309'^^xsd:integer;
  dwc:scientificName 'Ardeola ralloides (Scopoli, 1769)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/36169'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'Zambia'^^xsd:string;
  dwc:longitude '29.7833333333'^^xsd:double;
  dwc:latitude '-8.9166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12838'^^xsd:anyURI;
  dwc:aphiaid '212671'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298178'^^xsd:anyURI;
  dwc:observationDate '1939-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '212671'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.31667 29.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.31667"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25278'^^xsd:integer;
  dwc:scientificName 'Tockus alboterminatus geloensis (Neumann, 1905)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19064'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.75'^^xsd:double;
  dwc:latitude '0.31667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298182'^^xsd:anyURI;
  dwc:observationDate '1946-08-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298195> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 2.5833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1"^^xsd:decimal ;
  dwc:decimalLongitude "2.5833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3337" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-21'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '64450'^^xsd:integer;
  dwc:scientificName 'Fulmarus glacialis (Linnaeus, 1761)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Renkin P.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3337'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.5833333333'^^xsd:double;
  dwc:latitude '51.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26241'^^xsd:anyURI;
  dwc:aphiaid '137195'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298195'^^xsd:anyURI;
  dwc:observationDate '1981-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26 93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26"^^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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-21'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2823'^^xsd:gYear;
  dwc:scientificName 'Psarisomus dalhousiae (Jameson, 1835)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1890'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '93'^^xsd:integer;
  dwc:latitude '26'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298197'^^xsd:anyURI;
  dwc:observationDate '1890-06-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.2 102.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.2"^^xsd:decimal ;
  dwc:decimalLongitude "102.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "15000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4733" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-21'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2966'^^xsd:gYear;
  dwc:scientificName 'Pitta sordida mulleri Bonaparte, 1850'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4733'^^xsd:string;
  dwc:collector 'Rolland'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1847'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '102.25'^^xsd:double;
  dwc:latitude '2.2'^^xsd:double;
  dwc:coordinatePrecision '15000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4733'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298225'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7465" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '16719'^^xsd:integer;
  dwc:scientificName 'Calidris alpina alpina (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7465'^^xsd:string;
  dwc:yearCollected '1945'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:14859'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298305'^^xsd:anyURI;
  dwc:observationDate '1945-10-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7465" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '16720'^^xsd:integer;
  dwc:scientificName 'Calidris alpina alpina (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7465'^^xsd:string;
  dwc:yearCollected '1945'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:14859'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298306'^^xsd:anyURI;
  dwc:observationDate '1945-10-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298336> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.916667 8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.916667"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.916667 8.5)"^^geo:wktLiteral ;
  geo-pos:lat "53.916667"^^xsd:decimal ;
  geo-pos:long "8.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10724" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '12229'^^xsd:integer;
  dwc:scientificName 'Cepphus grylle grylle (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10724'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '8.5'^^xsd:double;
  dwc:latitude '53.916667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10724'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298336'^^xsd:anyURI;
  dwc:observationDate '1935-11-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6 5.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.6"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6 5.4)"^^geo:wktLiteral ;
  geo-pos:lat "50.6"^^xsd:decimal ;
  geo-pos:long "5.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1693" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '73053'^^xsd:integer;
  dwc:scientificName 'Sylvia atricapilla (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Vangeluwe Didier (Mr.)'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1693'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.4'^^xsd:double;
  dwc:latitude '50.6'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:30435'^^xsd:anyURI;
  dwc:aphiaid '558593'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298383'^^xsd:anyURI;
  dwc:observationDate '2003-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '558593'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.36667 103.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.36667"^^xsd:decimal ;
  dwc:decimalLongitude "103.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.36667 103.8)"^^geo:wktLiteral ;
  geo-pos:lat "1.36667"^^xsd:decimal ;
  geo-pos:long "103.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3864'^^xsd:integer;
  dwc:scientificName 'Clamator coromandus (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '103.8'^^xsd:double;
  dwc:latitude '1.36667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298414'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.36407 -98.94517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.36407"^^xsd:decimal ;
  dwc:decimalLongitude "-98.94517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/35064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '17894'^^xsd:integer;
  dwc:scientificName 'Larus heermanni Cassin, 1852'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Meise Wilhelm (M.), Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/35064'^^xsd:string;
  dwc:collector 'Forrer , Génin H. (M.)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1925'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-98.94517'^^xsd:double;
  dwc:latitude '19.36407'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9277'^^xsd:anyURI;
  dwc:aphiaid '343913'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298416'^^xsd:anyURI;
  dwc:aphiaIdAccepted '343913'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8166666667 4.5166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.8166666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.5166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9032" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9808'^^xsd:gYear;
  dwc:scientificName 'Milvus milvus milvus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9032'^^xsd:string;
  dwc:yearCollected '1924'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.5166666667'^^xsd:double;
  dwc:latitude '50.8166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9120'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298433'^^xsd:anyURI;
  dwc:observationDate '1924-10-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.95 23.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.95"^^xsd:decimal ;
  dwc:decimalLongitude "23.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.95 23.7)"^^geo:wktLiteral ;
  geo-pos:lat "67.95"^^xsd:decimal ;
  geo-pos:long "23.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/27419" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '131C'^^xsd:string;
  dwc:scientificName 'Buteo lagopus lagopus (Pontoppidan, 1763)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/27419'^^xsd:string;
  dwc:yearCollected '1893'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Finland'^^xsd:string;
  dwc:longitude '23.7'^^xsd:double;
  dwc:latitude '67.95'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298451'^^xsd:anyURI;
  dwc:observationDate '1893-06-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298480> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.8433 26.7035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.8433"^^xsd:decimal ;
  dwc:decimalLongitude "26.7035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25821'^^xsd:integer;
  dwc:scientificName 'Lybius macclounii (Shelley, 1899)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.7035'^^xsd:double;
  dwc:latitude '-8.8433'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298480'^^xsd:anyURI;
  dwc:observationDate '1947-10-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298490> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4166666667 31.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.4166666667"^^xsd:decimal ;
  dwc:decimalLongitude "31.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4166666667 31.8)"^^geo:wktLiteral ;
  geo-pos:lat "31.4166666667"^^xsd:decimal ;
  geo-pos:long "31.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/27077" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '17320'^^xsd:integer;
  dwc:scientificName 'Calidris alpina alpina (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/27077'^^xsd:string;
  dwc:yearCollected '1941'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Egypt'^^xsd:string;
  dwc:longitude '31.8'^^xsd:double;
  dwc:latitude '31.4166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11149'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298490'^^xsd:anyURI;
  dwc:observationDate '1941-01-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298491> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 4.216667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 4.216667)"^^geo:wktLiteral ;
  geo-pos:lat "51.3"^^xsd:decimal ;
  geo-pos:long "4.216667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10515" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5457'^^xsd:gYear;
  dwc:scientificName 'Larus marinus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10515'^^xsd:string;
  dwc:collector 'Jacobs'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.216667'^^xsd:double;
  dwc:latitude '51.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10515'^^xsd:anyURI;
  dwc:aphiaid '137146'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298491'^^xsd:anyURI;
  dwc:observationDate '1935-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137146'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.2 102.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.2"^^xsd:decimal ;
  dwc:decimalLongitude "102.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2400" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3890'^^xsd:gYear;
  dwc:scientificName 'Strix leptogrammica maingayi (Hume, 1878)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2400'^^xsd:string;
  dwc:collector 'Lacordaire Jean-Baptiste-Henri Dominique (M.)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1862'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '102.25'^^xsd:double;
  dwc:latitude '2.2'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:2400'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298552'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2166666667 2.9166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2166666667"^^xsd:decimal ;
  dwc:decimalLongitude "2.9166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7698" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14753'^^xsd:integer;
  dwc:scientificName 'Tadorna tadorna (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7698'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.9166666667'^^xsd:double;
  dwc:latitude '51.2166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12886'^^xsd:anyURI;
  dwc:aphiaid '232042'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298560'^^xsd:anyURI;
  dwc:observationDate '1940-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '232042'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298591> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.341 3.286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.341"^^xsd:decimal ;
  dwc:decimalLongitude "3.286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/937" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-01-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '55798'^^xsd:integer;
  dwc:scientificName 'Larus canus canus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1975'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/937'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.286'^^xsd:double;
  dwc:latitude '51.341'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25277'^^xsd:anyURI;
  dwc:aphiaid '437589'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298591'^^xsd:anyURI;
  dwc:observationDate '1975-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '437589'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.341 3.286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.341"^^xsd:decimal ;
  dwc:decimalLongitude "3.286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/937" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-01-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '55797'^^xsd:integer;
  dwc:scientificName 'Larus canus canus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1975'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/937'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.286'^^xsd:double;
  dwc:latitude '51.341'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25277'^^xsd:anyURI;
  dwc:aphiaid '437589'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298592'^^xsd:anyURI;
  dwc:observationDate '1975-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '437589'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.15 27.01667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.15"^^xsd:decimal ;
  dwc:decimalLongitude "27.01667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23774'^^xsd:integer;
  dwc:scientificName 'Chrysococcyx cupreus Shaw, 1792'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1953'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte , Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '27.01667'^^xsd:double;
  dwc:latitude '-7.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298603'^^xsd:anyURI;
  dwc:observationDate '1948-02-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.266667 3.033333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.266667"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.266667 3.033333)"^^geo:wktLiteral ;
  geo-pos:lat "51.266667"^^xsd:decimal ;
  geo-pos:long "3.033333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15235" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20126'^^xsd:integer;
  dwc:scientificName 'Uria aalge aalge (Pontoppidan, 1763)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15235'^^xsd:string;
  dwc:collector 'Plisnier J.'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.033333'^^xsd:double;
  dwc:latitude '51.266667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15235'^^xsd:anyURI;
  dwc:aphiaid '567407'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298611'^^xsd:anyURI;
  dwc:observationDate '1946-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '567407'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 21.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.3"^^xsd:decimal ;
  dwc:decimalLongitude "21.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 "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25906" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '60887'^^xsd:integer;
  dwc:scientificName 'Merops pusillus meridionalis (Sharpe, 1892)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25906'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Botswana'^^xsd:string;
  dwc:longitude '21.8'^^xsd:double;
  dwc:latitude '-18.3'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25906'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298614'^^xsd:anyURI;
  dwc:observationDate '1978-11-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 21.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.3"^^xsd:decimal ;
  dwc:decimalLongitude "21.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 "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25906" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '60886'^^xsd:integer;
  dwc:scientificName 'Merops pusillus meridionalis (Sharpe, 1892)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25906'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Botswana'^^xsd:string;
  dwc:longitude '21.8'^^xsd:double;
  dwc:latitude '-18.3'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25906'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298615'^^xsd:anyURI;
  dwc:observationDate '1978-11-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7333333333 4.2333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.7333333333"^^xsd:decimal ;
  dwc:decimalLongitude "4.2333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4961" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '21249'^^xsd:integer;
  dwc:scientificName 'Falco tinnunculus tinnunculus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4961'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.2333333333'^^xsd:double;
  dwc:latitude '50.7333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29946'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298619'^^xsd:anyURI;
  dwc:observationDate '1979-03-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.05 28.1833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.05"^^xsd:decimal ;
  dwc:decimalLongitude "28.1833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/17178" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '62043'^^xsd:integer;
  dwc:scientificName 'Vanellus superciliosus (Reichenow, 1886)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:yearIdentified '1977'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/17178'^^xsd:string;
  dwc:collector 'Prigogine A.'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.1833333333'^^xsd:double;
  dwc:latitude '-3.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26098'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298632'^^xsd:anyURI;
  dwc:observationDate '1954-07-31'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298648> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3333333333 3.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3333333333"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3333333333 3.2)"^^geo:wktLiteral ;
  geo-pos:lat "51.3333333333"^^xsd:decimal ;
  geo-pos:long "3.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10633" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72618'^^xsd:integer;
  dwc:scientificName 'Sterna hirundo Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Vangeluwe Didier (Mr.)'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10633'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.2'^^xsd:double;
  dwc:latitude '51.3333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29991'^^xsd:anyURI;
  dwc:aphiaid '137162'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298648'^^xsd:anyURI;
  dwc:observationDate '2001-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.383336 4.466667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.383336"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.383336 4.466667)"^^geo:wktLiteral ;
  geo-pos:lat "51.383336"^^xsd:decimal ;
  geo-pos:long "4.466667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19690" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '37133'^^xsd:integer;
  dwc:scientificName 'Larus ridibundus ridibundus Linnaeus, 1766'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1955'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19690'^^xsd:string;
  dwc:collector 'Orts M.'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.466667'^^xsd:double;
  dwc:latitude '51.383336'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19690'^^xsd:anyURI;
  dwc:aphiaid '437591'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298657'^^xsd:anyURI;
  dwc:observationDate '1954-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '437591'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.46 -77.89444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.46"^^xsd:decimal ;
  dwc:decimalLongitude "-77.89444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3267" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3729'^^xsd:gYear;
  dwc:scientificName 'Ampelion rubrocristatus (d\'Orbigny & Lafresnaye, 1837)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3267'^^xsd:string;
  dwc:collector 'de Ville Emile (M.)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1874'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:country 'Ecuador'^^xsd:string;
  dwc:longitude '-77.89444'^^xsd:double;
  dwc:latitude '-0.46'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3267'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298658'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298703> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37 145)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37"^^xsd:decimal ;
  dwc:decimalLongitude "145"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4957" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3319'^^xsd:gYear;
  dwc:scientificName 'Alcedo azurea azurea Latham, 1801'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4957'^^xsd:string;
  dwc:collector 'Musée de Sydney'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1883'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '145'^^xsd:integer;
  dwc:latitude '-37'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4957'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298703'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.8433 26.7035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.8433"^^xsd:decimal ;
  dwc:decimalLongitude "26.7035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23448'^^xsd:integer;
  dwc:scientificName 'Treron calva salvadorii (Dubois, 1897)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.7035'^^xsd:double;
  dwc:latitude '-8.8433'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298708'^^xsd:anyURI;
  dwc:observationDate '1947-10-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.15 5.1333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.15"^^xsd:decimal ;
  dwc:decimalLongitude "5.1333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10573" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '48251'^^xsd:integer;
  dwc:scientificName 'Charadrius alexandrinus alexandrinus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1969'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10573'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.1333333333'^^xsd:double;
  dwc:latitude '51.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24197'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298719'^^xsd:anyURI;
  dwc:observationDate '1969-09-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23487'^^xsd:integer;
  dwc:scientificName 'Treron calva calva (Temminck, 1808)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19064'^^xsd:string;
  dwc:collector 'Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Mangbeleu'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298720'^^xsd:anyURI;
  dwc:observationDate '1949-01-31'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298723> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 3.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 3.983333)"^^geo:wktLiteral ;
  geo-pos:lat "51.1"^^xsd:decimal ;
  geo-pos:long "3.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/29946" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '59704'^^xsd:integer;
  dwc:scientificName 'Alauda arvensis arvensis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/29946'^^xsd:string;
  dwc:collector 'Roggeman Walter (M.)'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.983333'^^xsd:double;
  dwc:latitude '51.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29946'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298723'^^xsd:anyURI;
  dwc:observationDate '1978-10-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 3.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 3.983333)"^^geo:wktLiteral ;
  geo-pos:lat "51.1"^^xsd:decimal ;
  geo-pos:long "3.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/29946" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '59706'^^xsd:integer;
  dwc:scientificName 'Alauda arvensis arvensis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/29946'^^xsd:string;
  dwc:collector 'Roggeman Walter (M.)'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.983333'^^xsd:double;
  dwc:latitude '51.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29946'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298724'^^xsd:anyURI;
  dwc:observationDate '1978-10-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.05644 29.14825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.05644"^^xsd:decimal ;
  dwc:decimalLongitude "29.14825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/17169" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '21261'^^xsd:integer;
  dwc:scientificName 'Merops albicollis Vieillot, 1817'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/17169'^^xsd:string;
  dwc:collector 'Hiernaux D.'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.14825'^^xsd:double;
  dwc:latitude '1.05644'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17169'^^xsd:anyURI;
  dwc:aphiaid '212741'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298733'^^xsd:anyURI;
  dwc:observationDate '1947-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '212741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.4833333333 8.2666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.4833333333"^^xsd:decimal ;
  dwc:decimalLongitude "8.2666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/34424" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '12361'^^xsd:integer;
  dwc:scientificName 'Ixobrychus minutus minutus (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/34424'^^xsd:string;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '8.2666666667'^^xsd:double;
  dwc:latitude '34.4833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12153'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298744'^^xsd:anyURI;
  dwc:observationDate '1936-05-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298751> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '51582'^^xsd:integer;
  dwc:scientificName 'Trachyphonus purpuratus elgonensis (Sharpe, 1891)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1953'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298751'^^xsd:anyURI;
  dwc:observationDate '1953-07-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.1 26.76667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.1"^^xsd:decimal ;
  dwc:decimalLongitude "26.76667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25472'^^xsd:integer;
  dwc:scientificName 'Upupa epops africana Bechstein, 1811'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.76667'^^xsd:double;
  dwc:latitude '-9.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298806'^^xsd:anyURI;
  dwc:observationDate '1948-09-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.25594 4.23708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.25594"^^xsd:decimal ;
  dwc:decimalLongitude "4.23708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2025" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10818'^^xsd:integer;
  dwc:scientificName 'Anas platyrhynchos platyrhynchos Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Spas Arm.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2025'^^xsd:string;
  dwc:yearCollected '1890'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.23708'^^xsd:double;
  dwc:latitude '51.25594'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298818'^^xsd:anyURI;
  dwc:observationDate '1890-04-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.5 110)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.5"^^xsd:decimal ;
  dwc:decimalLongitude "110"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/29346" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1456'^^xsd:integer;
  dwc:scientificName 'Glareola maldivarum Forster, 1795'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/29346'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '110'^^xsd:integer;
  dwc:latitude '-7.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:aphiaid '366835'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298829'^^xsd:anyURI;
  dwc:aphiaIdAccepted '366835'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.1 -73.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.1"^^xsd:decimal ;
  dwc:decimalLongitude "-73.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.1 -73.7)"^^geo:wktLiteral ;
  geo-pos:lat "23.1"^^xsd:decimal ;
  geo-pos:long "-73.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '387'^^xsd:integer;
  dwc:scientificName 'Sterna anaethetus anaethetus Scopoli, 1786'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'Bahamas'^^xsd:string;
  dwc:longitude '-73.7'^^xsd:double;
  dwc:latitude '23.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298839'^^xsd:anyURI;
  dwc:observationDate '1887-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.15 29.2833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.15"^^xsd:decimal ;
  dwc:decimalLongitude "29.2833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/14548" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20873'^^xsd:integer;
  dwc:scientificName 'Rostratula benghalensis benghalensis (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/14548'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.2833333333'^^xsd:double;
  dwc:latitude '0.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16206'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298879'^^xsd:anyURI;
  dwc:observationDate '1948-07-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298886> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.133333 5.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.133333"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.133333 5.65)"^^geo:wktLiteral ;
  geo-pos:lat "50.133333"^^xsd:decimal ;
  geo-pos:long "5.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15957" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:ave'^^xsd:anyURI;
  dwc:catalogNumber '19443'^^xsd:integer;
  dwc:scientificName 'Dendrocopos major pinetorum (Brehm, 1831)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15957'^^xsd:string;
  dwc:collector 'de Ruette R.'^^xsd:string;
  dwc:yearCollected '1944'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.65'^^xsd:double;
  dwc:latitude '50.133333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15957'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298886'^^xsd:anyURI;
  dwc:observationDate '1944-05-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25380'^^xsd:integer;
  dwc:scientificName 'Bycanistes bucinator (Temminck, 1824)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.51667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:aphiaid '221029'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298891'^^xsd:anyURI;
  dwc:observationDate '1949-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '212758'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298902> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4833333333 3.8166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4833333333"^^xsd:decimal ;
  dwc:decimalLongitude "3.8166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1800" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '66335'^^xsd:integer;
  dwc:scientificName 'Anas platyrhynchos platyrhynchos Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1800'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.8166666667'^^xsd:double;
  dwc:latitude '50.4833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26536'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298902'^^xsd:anyURI;
  dwc:observationDate '1954-04-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8 5.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.8"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8 5.2)"^^geo:wktLiteral ;
  geo-pos:lat "50.8"^^xsd:decimal ;
  geo-pos:long "5.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7638" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15173'^^xsd:integer;
  dwc:scientificName 'Tetrax tetrax tetrax (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7638'^^xsd:string;
  dwc:yearCollected '1890'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.2'^^xsd:double;
  dwc:latitude '50.8'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13728'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298917'^^xsd:anyURI;
  dwc:observationDate '1890-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298953> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.55798 -73.94676)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.55798"^^xsd:decimal ;
  dwc:decimalLongitude "-73.94676"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26894" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '68459'^^xsd:integer;
  dwc:scientificName 'Scelorchilus rubecula (Kittlitz, 1830)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26894'^^xsd:string;
  dwc:collector 'Fonds Léopold III'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.94676'^^xsd:double;
  dwc:latitude '-42.55798'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26894'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298953'^^xsd:anyURI;
  dwc:observationDate '1985-02-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.55798 -73.94676)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.55798"^^xsd:decimal ;
  dwc:decimalLongitude "-73.94676"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26894" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '68458'^^xsd:integer;
  dwc:scientificName 'Scelorchilus rubecula (Kittlitz, 1830)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26894'^^xsd:string;
  dwc:collector 'Fonds Léopold III'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.94676'^^xsd:double;
  dwc:latitude '-42.55798'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26894'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298954'^^xsd:anyURI;
  dwc:observationDate '1985-02-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4 12.7166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4"^^xsd:decimal ;
  dwc:decimalLongitude "12.7166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/28463" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15935'^^xsd:integer;
  dwc:scientificName 'Circus cyaneus cyaneus (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/28463'^^xsd:string;
  dwc:yearCollected '1916'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '12.7166666667'^^xsd:double;
  dwc:latitude '51.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11149'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299007'^^xsd:anyURI;
  dwc:observationDate '1916-01-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299030> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.55378 -83.7562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.55378"^^xsd:decimal ;
  dwc:decimalLongitude "-83.7562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26000" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-23'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '61125'^^xsd:integer;
  dwc:scientificName 'Doryfera ludovicae veraguensis Salvin, 1867'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26000'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Costa Rica'^^xsd:string;
  dwc:longitude '-83.7562'^^xsd:double;
  dwc:latitude '9.55378'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26000'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299030'^^xsd:anyURI;
  dwc:observationDate '1978-09-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-27 -50)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-27"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-27 -50)"^^geo:wktLiteral ;
  geo-pos:lat "-27"^^xsd:decimal ;
  geo-pos:long "-50"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12212" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-28'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '12412'^^xsd:integer;
  dwc:scientificName 'Platalea ajaja Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12212'^^xsd:string;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Brazil'^^xsd:string;
  dwc:longitude '-50'^^xsd:integer;
  dwc:latitude '-27'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10942'^^xsd:anyURI;
  dwc:aphiaid '422584'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299062'^^xsd:anyURI;
  dwc:observationDate '1933-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '422584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0 102)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0"^^xsd:decimal ;
  dwc:decimalLongitude "102"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/29271" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-28'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '16242'^^xsd:integer;
  dwc:scientificName 'Polyplectron chalcurum Lesson, 1831'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/29271'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1932'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '102'^^xsd:integer;
  dwc:latitude '0'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9812'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299106'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4666666667 5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4666666667"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4666666667 5)"^^geo:wktLiteral ;
  geo-pos:lat "50.4666666667"^^xsd:decimal ;
  geo-pos:long "5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7229" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-28'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14855'^^xsd:integer;
  dwc:scientificName 'Mergus albellus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7229'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5'^^xsd:integer;
  dwc:latitude '50.4666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12114'^^xsd:anyURI;
  dwc:aphiaid '558756'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299125'^^xsd:anyURI;
  dwc:observationDate '1938-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '232039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299129> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11 -10)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11"^^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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2526" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-28'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '8195'^^xsd:integer;
  dwc:scientificName 'Streptopelia semitorquata semitorquata (Rüppell, 1837)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2526'^^xsd:string;
  dwc:collector 'Wildeman'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1865'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-10'^^xsd:integer;
  dwc:latitude '11'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:2526'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299129'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299208> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.75 -117.1666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.75"^^xsd:decimal ;
  dwc:decimalLongitude "-117.1666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/35187" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-29'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '44434'^^xsd:integer;
  dwc:scientificName 'Limosa fedoa (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/35187'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-117.1666666667'^^xsd:double;
  dwc:latitude '32.75'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23649'^^xsd:anyURI;
  dwc:aphiaid '158965'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299208'^^xsd:anyURI;
  dwc:observationDate '1940-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '158965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 4.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 4.3)"^^geo:wktLiteral ;
  geo-pos:lat "51.3"^^xsd:decimal ;
  geo-pos:long "4.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/6481" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-29'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '48256'^^xsd:integer;
  dwc:scientificName 'Actitis hypoleucos (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1969'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/6481'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.3'^^xsd:double;
  dwc:latitude '51.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24197'^^xsd:anyURI;
  dwc:aphiaid '212603'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299215'^^xsd:anyURI;
  dwc:observationDate '1969-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '212603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.75 26.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.75"^^xsd:decimal ;
  dwc:decimalLongitude "26.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-29'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '61976'^^xsd:integer;
  dwc:scientificName 'Accipiter melanoleucus melanoleucus Smith, 1830'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26098'^^xsd:string;
  dwc:collector 'Prigogine A.'^^xsd:string;
  dwc:yearCollected '1959'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '26.41667'^^xsd:double;
  dwc:latitude '-10.75'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26098'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299228'^^xsd:anyURI;
  dwc:observationDate '1959-08-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.51667 25.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.51667"^^xsd:decimal ;
  dwc:decimalLongitude "25.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 "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12711" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11948'^^xsd:integer;
  dwc:scientificName 'Campethera bennettii bennettii (Smith, 1836)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12711'^^xsd:string;
  dwc:collector 'Lefebure L. (R.P.)'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '25.2'^^xsd:double;
  dwc:latitude '-10.51667'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12711'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299237'^^xsd:anyURI;
  dwc:observationDate '1939-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.37278 29.63702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.37278"^^xsd:decimal ;
  dwc:decimalLongitude "29.63702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15333" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-29'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '21093'^^xsd:integer;
  dwc:scientificName 'Clamator jacobinus jacobinus (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15333'^^xsd:string;
  dwc:collector 'Bredo H.J.'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.63702'^^xsd:double;
  dwc:latitude '-8.37278'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15333'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299239'^^xsd:anyURI;
  dwc:observationDate '1940-12-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.37278 29.63702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.37278"^^xsd:decimal ;
  dwc:decimalLongitude "29.63702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15333" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-29'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '21092'^^xsd:integer;
  dwc:scientificName 'Clamator jacobinus jacobinus (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15333'^^xsd:string;
  dwc:collector 'Bredo H.J.'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.63702'^^xsd:double;
  dwc:latitude '-8.37278'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15333'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299240'^^xsd:anyURI;
  dwc:observationDate '1940-12-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5333333333 5.8166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.5333333333"^^xsd:decimal ;
  dwc:decimalLongitude "5.8166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4360" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-29'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '45435'^^xsd:integer;
  dwc:scientificName 'Buteo buteo buteo (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Asperslag L. (M.)'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4360'^^xsd:string;
  dwc:yearCollected '1962'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.8166666667'^^xsd:double;
  dwc:latitude '50.5333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23658'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299242'^^xsd:anyURI;
  dwc:observationDate '1962-05-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299247> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25 135)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25"^^xsd:decimal ;
  dwc:decimalLongitude "135"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-29'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2347'^^xsd:integer;
  dwc:scientificName 'Todiramphus sanctus (Vigors & Horsfield, 1827)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '135'^^xsd:integer;
  dwc:latitude '-25'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299247'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.35027 18.47909)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.35027"^^xsd:decimal ;
  dwc:decimalLongitude "18.47909"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/33552" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2093'^^xsd:gYear;
  dwc:scientificName 'Francolinus africanus Stephens, 1807'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/33552'^^xsd:string;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '18.47909'^^xsd:double;
  dwc:latitude '-34.35027'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:1380'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299293'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.766667 5.133333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.766667"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.766667 5.133333)"^^geo:wktLiteral ;
  geo-pos:lat "49.766667"^^xsd:decimal ;
  geo-pos:long "5.133333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9400" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:ave'^^xsd:anyURI;
  dwc:catalogNumber '9748'^^xsd:gYear;
  dwc:scientificName 'Dendrocopos major pinetorum (Brehm, 1831)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9400'^^xsd:string;
  dwc:collector 'Galasse A.'^^xsd:string;
  dwc:yearCollected '1926'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.133333'^^xsd:double;
  dwc:latitude '49.766667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9400'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299331'^^xsd:anyURI;
  dwc:observationDate '1926-05-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.65 4.5666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.65"^^xsd:decimal ;
  dwc:decimalLongitude "4.5666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3092" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15215'^^xsd:integer;
  dwc:scientificName 'Gallinula chloropus chloropus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3092'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.5666666667'^^xsd:double;
  dwc:latitude '50.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12834'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299400'^^xsd:anyURI;
  dwc:observationDate '1940-01-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299427> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9 4.433333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9 4.433333)"^^geo:wktLiteral ;
  geo-pos:lat "50.9"^^xsd:decimal ;
  geo-pos:long "4.433333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11953" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '13358'^^xsd:integer;
  dwc:scientificName 'Jynx torquilla torquilla Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11953'^^xsd:string;
  dwc:collector 'Stas S.'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.433333'^^xsd:double;
  dwc:latitude '50.9'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11953'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299427'^^xsd:anyURI;
  dwc:observationDate '1938-10-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.35 174.7833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.35"^^xsd:decimal ;
  dwc:decimalLongitude "174.7833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/31250" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '55721'^^xsd:integer;
  dwc:scientificName 'Phalacrocorax punctatus (Sparrman, 1786)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/31250'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'New Zealand'^^xsd:string;
  dwc:longitude '174.7833333333'^^xsd:double;
  dwc:latitude '-42.35'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25206'^^xsd:anyURI;
  dwc:aphiaid '225972'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299432'^^xsd:anyURI;
  dwc:observationDate '1970-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '225972'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.56667 28.88333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.56667"^^xsd:decimal ;
  dwc:decimalLongitude "28.88333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-04-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '62079'^^xsd:integer;
  dwc:scientificName 'Ruwenzorornis johnstoni kivuensis Neumann, 1908'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26098'^^xsd:string;
  dwc:collector 'Prigogine A.'^^xsd:string;
  dwc:yearCollected '1957'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.88333'^^xsd:double;
  dwc:latitude '-3.56667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26098'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299445'^^xsd:anyURI;
  dwc:observationDate '1957-05-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.116664 2.683333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.116664"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.116664 2.683333)"^^geo:wktLiteral ;
  geo-pos:lat "51.116664"^^xsd:decimal ;
  geo-pos:long "2.683333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/21606" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '66515'^^xsd:integer;
  dwc:scientificName 'Uria aalge (Pontoppidan, 1763)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/21606'^^xsd:string;
  dwc:collector 'exploration sect. vertébrés récents'^^xsd:string;
  dwc:yearCollected '1959'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.683333'^^xsd:double;
  dwc:latitude '51.116664'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:21606'^^xsd:anyURI;
  dwc:aphiaid '137133'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299458'^^xsd:anyURI;
  dwc:observationDate '1959-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137133'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299490> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.341 3.286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.341"^^xsd:decimal ;
  dwc:decimalLongitude "3.286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/946" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-01-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '65732'^^xsd:integer;
  dwc:scientificName 'Sula bassana (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/946'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.286'^^xsd:double;
  dwc:latitude '51.341'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29946'^^xsd:anyURI;
  dwc:aphiaid '137180'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299490'^^xsd:anyURI;
  dwc:observationDate '1982-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '148776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.3333333333 28.0166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.3333333333"^^xsd:decimal ;
  dwc:decimalLongitude "28.0166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/18036" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '17368'^^xsd:integer;
  dwc:scientificName 'Tringa ochropus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/18036'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.0166666667'^^xsd:double;
  dwc:latitude '-7.3333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12577'^^xsd:anyURI;
  dwc:aphiaid '212622'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299502'^^xsd:anyURI;
  dwc:observationDate '1939-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '212622'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.85 -97.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.85"^^xsd:decimal ;
  dwc:decimalLongitude "-97.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 "3000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9277" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-03-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6662'^^xsd:gYear;
  dwc:scientificName 'Trogon collaris puella Gould, 1845'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Meise Wilhelm (M.), Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9277'^^xsd:string;
  dwc:collector 'Génin H. (M.)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1925'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:country 'Mexico'^^xsd:string;
  dwc:longitude '-97.1'^^xsd:double;
  dwc:latitude '18.85'^^xsd:double;
  dwc:coordinatePrecision '3000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9277'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299518'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.65 -70.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.65"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.65 -70.4)"^^geo:wktLiteral ;
  geo-pos:lat "-23.65"^^xsd:decimal ;
  geo-pos:long "-70.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26509" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '58131'^^xsd:integer;
  dwc:scientificName 'Arenaria interpres morinella (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26509'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-70.4'^^xsd:double;
  dwc:latitude '-23.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25844'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299535'^^xsd:anyURI;
  dwc:observationDate '1977-11-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2666666667 29.2333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.2666666667"^^xsd:decimal ;
  dwc:decimalLongitude "29.2333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/21924" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '56479'^^xsd:integer;
  dwc:scientificName 'Urocolius macrourus griscogularis Van Someren, 1919'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/21924'^^xsd:string;
  dwc:collector 'Gaugris Y.'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:continentOcean 'Ruzizi'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.2333333333'^^xsd:double;
  dwc:latitude '-3.2666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25593'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299587'^^xsd:anyURI;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0166666667 2.8333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0166666667"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/8723" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15073'^^xsd:integer;
  dwc:scientificName 'Numenius arquata arquata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/8723'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.8333333333'^^xsd:double;
  dwc:latitude '51.0166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12545'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299596'^^xsd:anyURI;
  dwc:observationDate '1939-01-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.9 -43.2333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.9"^^xsd:decimal ;
  dwc:decimalLongitude "-43.2333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12182" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '35795'^^xsd:integer;
  dwc:scientificName 'Nycticorax nycticorax hoactli (Gmelin, 1789)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12182'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:country 'Brazil'^^xsd:string;
  dwc:longitude '-43.2333333333'^^xsd:double;
  dwc:latitude '-22.9'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16417'^^xsd:anyURI;
  dwc:aphiaid '578009'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299607'^^xsd:anyURI;
  dwc:aphiaIdAccepted '578009'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299640> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.341 3.286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.341"^^xsd:decimal ;
  dwc:decimalLongitude "3.286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23987" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-01-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '45919'^^xsd:integer;
  dwc:scientificName 'Streptopelia decaocto (Frivaldszky, 1838)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1969'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23987'^^xsd:string;
  dwc:collector 'Lippens L. (M.)'^^xsd:string;
  dwc:yearCollected '1968'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.286'^^xsd:double;
  dwc:latitude '51.341'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23987'^^xsd:anyURI;
  dwc:aphiaid '558586'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299640'^^xsd:anyURI;
  dwc:observationDate '1968-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '558586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1833333333 3.0833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1833333333"^^xsd:decimal ;
  dwc:decimalLongitude "3.0833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5781" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:ave'^^xsd:anyURI;
  dwc:catalogNumber '16734'^^xsd:integer;
  dwc:scientificName 'Pluvialis apricaria apricaria (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5781'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.0833333333'^^xsd:double;
  dwc:latitude '51.1833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12039'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299642'^^xsd:anyURI;
  dwc:observationDate '1938-11-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.3 26.5333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.3"^^xsd:decimal ;
  dwc:decimalLongitude "26.5333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/33566" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2952'^^xsd:gYear;
  dwc:scientificName 'Eupodotis senegalensis barrowii (Gray, 1829)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/33566'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1845'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '26.5333333333'^^xsd:double;
  dwc:latitude '-33.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299685'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.08 29.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.08"^^xsd:decimal ;
  dwc:decimalLongitude "29.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.08 29.31)"^^geo:wktLiteral ;
  geo-pos:lat "-4.08"^^xsd:decimal ;
  geo-pos:long "29.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25960" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '60540'^^xsd:integer;
  dwc:scientificName 'Crinifer zonurus (Ruppell, 1835)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25960'^^xsd:string;
  dwc:collector 'Prigogine A., Gaugris'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Burundi'^^xsd:string;
  dwc:longitude '29.31'^^xsd:double;
  dwc:latitude '-4.08'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25960'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299700'^^xsd:anyURI;
  dwc:observationDate '1979-01-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299711> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.233333 12.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.233333"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.233333 12.3)"^^geo:wktLiteral ;
  geo-pos:lat "51.233333"^^xsd:decimal ;
  geo-pos:long "12.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '11353'^^xsd:integer;
  dwc:scientificName 'Dendrocopos major pinetorum (Brehm, 1831)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11149'^^xsd:string;
  dwc:collector 'Musée de Dresden'^^xsd:string;
  dwc:yearCollected '1921'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '12.3'^^xsd:double;
  dwc:latitude '51.233333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11149'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299711'^^xsd:anyURI;
  dwc:observationDate '1921-09-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2333333333 5.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2333333333"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2333333333 5.3)"^^geo:wktLiteral ;
  geo-pos:lat "51.2333333333"^^xsd:decimal ;
  geo-pos:long "5.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/6575" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10005B'^^xsd:string;
  dwc:scientificName 'Accipiter nisus nisus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/6575'^^xsd:string;
  dwc:yearCollected '1920'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.3'^^xsd:double;
  dwc:latitude '51.2333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9120'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299763'^^xsd:anyURI;
  dwc:observationDate '1920-06-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299789> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.150003 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.150003"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.150003 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.150003"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/18437" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '66535'^^xsd:integer;
  dwc:scientificName 'Uria aalge (Pontoppidan, 1763)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/18437'^^xsd:string;
  dwc:collector 'exploration sect. vertébrés récents'^^xsd:string;
  dwc:yearCollected '1953'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.150003'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:18437'^^xsd:anyURI;
  dwc:aphiaid '137133'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299789'^^xsd:anyURI;
  dwc:observationDate '1953-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137133'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.49167 110.00444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.49167"^^xsd:decimal ;
  dwc:decimalLongitude "110.00444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4915" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2942'^^xsd:gYear;
  dwc:scientificName 'Pitta guajana guajana (Müller, 1776)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4915'^^xsd:string;
  dwc:collector 'Vorderman A.J.'^^xsd:string;
  dwc:yearCollected '1882'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '110.00444'^^xsd:double;
  dwc:latitude '-7.49167'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4915'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299796'^^xsd:anyURI;
  dwc:observationDate '1882-12-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 5.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 5.2)"^^geo:wktLiteral ;
  geo-pos:lat "51.1"^^xsd:decimal ;
  geo-pos:long "5.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5570" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '9209'^^xsd:integer;
  dwc:scientificName 'Syrrhaptes paradoxus (Pallas, 1773)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Anspach Marguerite (Miss), Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5570'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1888'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.2'^^xsd:double;
  dwc:latitude '51.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5570'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299825'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666667 5.4166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666667"^^xsd:decimal ;
  dwc:decimalLongitude "5.4166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7288" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '61786'^^xsd:integer;
  dwc:scientificName 'Porzana pusilla intermedia (Hermann, 1844)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7288'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.4166666667'^^xsd:double;
  dwc:latitude '50.2166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26088'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299850'^^xsd:anyURI;
  dwc:observationDate '1979-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.2 102.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.2"^^xsd:decimal ;
  dwc:decimalLongitude "102.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "15000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4733" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '1950'^^xsd:integer;
  dwc:scientificName 'Eurylaimus javanicus pallidus Chasen, 1935'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4733'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1847'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '102.25'^^xsd:double;
  dwc:latitude '2.2'^^xsd:double;
  dwc:coordinatePrecision '15000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4733'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299860'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299885> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.75 28.26667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.75"^^xsd:decimal ;
  dwc:decimalLongitude "28.26667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '62102'^^xsd:integer;
  dwc:scientificName 'Cercococcyx mechowi Cabanis, 1882'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26098'^^xsd:string;
  dwc:collector 'Prigogine A.'^^xsd:string;
  dwc:yearCollected '1959'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.26667'^^xsd:double;
  dwc:latitude '-2.75'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26098'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299885'^^xsd:anyURI;
  dwc:observationDate '1959-05-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299888> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.816667 4.433333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.816667"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.816667 4.433333)"^^geo:wktLiteral ;
  geo-pos:lat "50.816667"^^xsd:decimal ;
  geo-pos:long "4.433333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/16268" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '18937'^^xsd:integer;
  dwc:scientificName 'Cuculus canorus canorus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/16268'^^xsd:string;
  dwc:collector 'Laenen  (Miss)'^^xsd:string;
  dwc:yearCollected '1943'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.433333'^^xsd:double;
  dwc:latitude '50.816667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16268'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299888'^^xsd:anyURI;
  dwc:observationDate '1943-07-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6666666667 3.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.6666666667"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6666666667 3.35)"^^geo:wktLiteral ;
  geo-pos:lat "50.6666666667"^^xsd:decimal ;
  geo-pos:long "3.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7591" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '64601'^^xsd:integer;
  dwc:scientificName 'Numenius arquata arquata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7591'^^xsd:string;
  dwc:yearCollected '1923'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.35'^^xsd:double;
  dwc:latitude '50.6666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26241'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299893'^^xsd:anyURI;
  dwc:observationDate '1923-03-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299901> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.05644 29.14825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.05644"^^xsd:decimal ;
  dwc:decimalLongitude "29.14825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/17169" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '21348'^^xsd:integer;
  dwc:scientificName 'Halcyon malimbica malimbica (Shaw, 1811)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/17169'^^xsd:string;
  dwc:collector 'Hiernaux D.'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.14825'^^xsd:double;
  dwc:latitude '1.05644'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17169'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299901'^^xsd:anyURI;
  dwc:observationDate '1947-03-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299923> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.0166666667 12.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.0166666667"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.0166666667 12.4)"^^geo:wktLiteral ;
  geo-pos:lat "-6.0166666667"^^xsd:decimal ;
  geo-pos:long "12.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/13671" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1173'^^xsd:integer;
  dwc:scientificName 'Butorides striatus atricapillus (Afzelius, 1804)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/13671'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '12.4'^^xsd:double;
  dwc:latitude '-6.0166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17622'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299923'^^xsd:anyURI;
  dwc:observationDate '1950-08-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.15 5.1333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.15"^^xsd:decimal ;
  dwc:decimalLongitude "5.1333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10573" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '48258'^^xsd:integer;
  dwc:scientificName 'Tringa nebularia (Gunnerus, 1767)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1969'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10573'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.1333333333'^^xsd:double;
  dwc:latitude '51.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24197'^^xsd:anyURI;
  dwc:aphiaid '158968'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299944'^^xsd:anyURI;
  dwc:observationDate '1969-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '158968'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.3166666667 29.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.3166666667"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/33141" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '22690'^^xsd:integer;
  dwc:scientificName 'Buteo buteo vulpinus Gloger, 1833'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1957'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/33141'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Rwanda'^^xsd:string;
  dwc:longitude '29.75'^^xsd:double;
  dwc:latitude '-0.3166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299950'^^xsd:anyURI;
  dwc:observationDate '1948-11-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9 4.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9 4.1)"^^geo:wktLiteral ;
  geo-pos:lat "50.9"^^xsd:decimal ;
  geo-pos:long "4.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1193" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72485'^^xsd:integer;
  dwc:scientificName 'Columba palumbus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Estival Jean Christophe (M.)'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1193'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.1'^^xsd:double;
  dwc:latitude '50.9'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29889'^^xsd:anyURI;
  dwc:aphiaid '558546'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299971'^^xsd:anyURI;
  dwc:observationDate '2002-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '558546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.2333333333 130.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.2333333333"^^xsd:decimal ;
  dwc:decimalLongitude "130.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.2333333333 130.75)"^^geo:wktLiteral ;
  geo-pos:lat "-0.2333333333"^^xsd:decimal ;
  geo-pos:long "130.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/32170" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3679'^^xsd:gYear;
  dwc:scientificName 'Chalcophaps stephani stephani Pucheran, 1853'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/32170'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1885'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '130.75'^^xsd:double;
  dwc:latitude '-0.2333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5170'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299986'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.2333333333 130.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.2333333333"^^xsd:decimal ;
  dwc:decimalLongitude "130.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.2333333333 130.75)"^^geo:wktLiteral ;
  geo-pos:lat "-0.2333333333"^^xsd:decimal ;
  geo-pos:long "130.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/32170" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3679'^^xsd:gYear;
  dwc:scientificName 'Chalcophaps stephani stephani Pucheran, 1853'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/32170'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1885'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '130.75'^^xsd:double;
  dwc:latitude '-0.2333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5170'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299987'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10 -55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10"^^xsd:decimal ;
  dwc:decimalLongitude "-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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '167'^^xsd:integer;
  dwc:scientificName 'Chordeiles acutipennis acutipennis (Hermann, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-55'^^xsd:integer;
  dwc:latitude '-10'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299998'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2 121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2"^^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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6744'^^xsd:gYear;
  dwc:scientificName 'Eudynamys scolopaceus melanorhynchus Müller, 1843'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3262'^^xsd:string;
  dwc:collector 'Suyckerbuyk G.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1874'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '121'^^xsd:integer;
  dwc:latitude '-2'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3262'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300010'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2 121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2"^^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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6744'^^xsd:gYear;
  dwc:scientificName 'Eudynamys scolopaceus melanorhynchus Müller, 1843'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3262'^^xsd:string;
  dwc:collector 'Suyckerbuyk G.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1874'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '121'^^xsd:integer;
  dwc:latitude '-2'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3262'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300011'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300012> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2 121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2"^^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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3737'^^xsd:integer;
  dwc:scientificName 'Eudynamys scolopaceus melanorhynchus Müller, 1843'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3262'^^xsd:string;
  dwc:collector 'Suyckerbuyk G.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1874'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '121'^^xsd:integer;
  dwc:latitude '-2'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3262'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300012'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300013> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6333333333 5.5666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.6333333333"^^xsd:decimal ;
  dwc:decimalLongitude "5.5666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11259" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '949C'^^xsd:string;
  dwc:scientificName 'Milvus milvus milvus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11259'^^xsd:string;
  dwc:yearCollected '1843'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.5666666667'^^xsd:double;
  dwc:latitude '50.6333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29946'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300013'^^xsd:anyURI;
  dwc:observationDate '1843-11-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2333333333 12.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2333333333"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2333333333 12.3)"^^geo:wktLiteral ;
  geo-pos:lat "51.2333333333"^^xsd:decimal ;
  geo-pos:long "12.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/28329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '17181'^^xsd:integer;
  dwc:scientificName 'Fulica atra atra Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/28329'^^xsd:string;
  dwc:yearCollected '1920'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '12.3'^^xsd:double;
  dwc:latitude '51.2333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11149'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300021'^^xsd:anyURI;
  dwc:observationDate '1920-07-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7363" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-02-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14913'^^xsd:integer;
  dwc:scientificName 'Gavia stellata (Pontoppidan, 1763)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7363'^^xsd:string;
  dwc:yearCollected '1914'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13927'^^xsd:anyURI;
  dwc:aphiaid '137188'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300023'^^xsd:anyURI;
  dwc:observationDate '1914-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137188'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.366664 4.316667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.366664"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.366664 4.316667)"^^geo:wktLiteral ;
  geo-pos:lat "51.366664"^^xsd:decimal ;
  geo-pos:long "4.316667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/29946" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '61568'^^xsd:integer;
  dwc:scientificName 'Larus ridibundus ridibundus Linnaeus, 1766'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/29946'^^xsd:string;
  dwc:collector 'Van Montfort F.'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.316667'^^xsd:double;
  dwc:latitude '51.366664'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29946'^^xsd:anyURI;
  dwc:aphiaid '437591'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300047'^^xsd:anyURI;
  dwc:observationDate '1950-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '437591'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.2 102.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.2"^^xsd:decimal ;
  dwc:decimalLongitude "102.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "15000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4733" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-06-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3004'^^xsd:gYear;
  dwc:scientificName 'Aceros corrugatus (Temminck, 1832)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4733'^^xsd:string;
  dwc:collector 'Rolland'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1847'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '102.25'^^xsd:double;
  dwc:latitude '2.2'^^xsd:double;
  dwc:coordinatePrecision '15000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4733'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300093'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300099> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.66696 -110.83517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.66696"^^xsd:decimal ;
  dwc:decimalLongitude "-110.83517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10536" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '17875'^^xsd:integer;
  dwc:scientificName 'Chlidonias niger surinamensis (Gmelin, 1789)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10536'^^xsd:string;
  dwc:collector 'Hinsche W.'^^xsd:string;
  dwc:yearCollected '1932'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:continentOcean 'Athabasca River'^^xsd:string;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-110.83517'^^xsd:double;
  dwc:latitude '58.66696'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10536'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300099'^^xsd:anyURI;
  dwc:observationDate '1932-07-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300113> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.15 27.01667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.15"^^xsd:decimal ;
  dwc:decimalLongitude "27.01667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25786'^^xsd:integer;
  dwc:scientificName 'Stactolaema anchietae katangae (Vincent, 1934)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '27.01667'^^xsd:double;
  dwc:latitude '-7.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300113'^^xsd:anyURI;
  dwc:observationDate '1948-02-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.18 15.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.18"^^xsd:decimal ;
  dwc:decimalLongitude "15.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.18 15.16)"^^geo:wktLiteral ;
  geo-pos:lat "-4.18"^^xsd:decimal ;
  geo-pos:long "15.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15664" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '21042'^^xsd:integer;
  dwc:scientificName 'Centropus senegalensis senegalensis (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15664'^^xsd:string;
  dwc:collector 'Henrion A.'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '15.16'^^xsd:double;
  dwc:latitude '-4.18'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15664'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300121'^^xsd:anyURI;
  dwc:observationDate '1947-02-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.65 -70.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.65"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.65 -70.4)"^^geo:wktLiteral ;
  geo-pos:lat "-23.65"^^xsd:decimal ;
  geo-pos:long "-70.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26509" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '58129'^^xsd:integer;
  dwc:scientificName 'Catoptrophorus semipalmatus (Gmelin, 1848)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26509'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-70.4'^^xsd:double;
  dwc:latitude '-23.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25844'^^xsd:anyURI;
  dwc:aphiaid '159032'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300139'^^xsd:anyURI;
  dwc:observationDate '1977-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '567466'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2333333333 12.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2333333333"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2333333333 12.3)"^^geo:wktLiteral ;
  geo-pos:lat "51.2333333333"^^xsd:decimal ;
  geo-pos:long "12.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/28354" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-02-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '12200'^^xsd:integer;
  dwc:scientificName 'Tachybaptus ruficollis ruficollis (Pallas, 1764)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/28354'^^xsd:string;
  dwc:yearCollected '1927'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '12.3'^^xsd:double;
  dwc:latitude '51.2333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11149'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300146'^^xsd:anyURI;
  dwc:observationDate '1927-09-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.30815 -72.92816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.30815"^^xsd:decimal ;
  dwc:decimalLongitude "-72.92816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "4000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '44092'^^xsd:integer;
  dwc:scientificName 'Sphyrapicus varius (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23649'^^xsd:string;
  dwc:collector 'Musée de Chicago'^^xsd:string;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-72.92816'^^xsd:double;
  dwc:latitude '41.30815'^^xsd:double;
  dwc:coordinatePrecision '4000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23649'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300152'^^xsd:anyURI;
  dwc:observationDate '1905-08-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.083333 4.133333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.083333"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.083333 4.133333)"^^geo:wktLiteral ;
  geo-pos:lat "51.083333"^^xsd:decimal ;
  geo-pos:long "4.133333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24291" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '52779'^^xsd:integer;
  dwc:scientificName 'Dendrocopos minor hortorum (Brehm, 1831)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1970'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24291'^^xsd:string;
  dwc:collector 'Claus'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.133333'^^xsd:double;
  dwc:latitude '51.083333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24291'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300155'^^xsd:anyURI;
  dwc:observationDate '1970-01-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.44 28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.44"^^xsd:decimal ;
  dwc:decimalLongitude "28.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23537'^^xsd:integer;
  dwc:scientificName 'Poicephalus meyeri neavei Grant'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.37'^^xsd:double;
  dwc:latitude '0.44'^^xsd:double;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300167'^^xsd:anyURI;
  dwc:observationDate '1948-03-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14 2.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14 2.58)"^^geo:wktLiteral ;
  geo-pos:lat "51.14"^^xsd:decimal ;
  geo-pos:long "2.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25511" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '56273'^^xsd:integer;
  dwc:scientificName 'Thalasseus sandvicensis Latham, 1787'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25511'^^xsd:string;
  dwc:collector 'Verschuren Jacques (M.)'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.58'^^xsd:double;
  dwc:latitude '51.14'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25511'^^xsd:anyURI;
  dwc:aphiaid '413044'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300170'^^xsd:anyURI;
  dwc:observationDate '1976-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '413044'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7350" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '759C'^^xsd:string;
  dwc:scientificName 'Rissa tridactyla tridactyla (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Anspach Marguerite (Miss)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7350'^^xsd:string;
  dwc:collector 'Legrand 1 (Dr.)'^^xsd:string;
  dwc:yearCollected '1912'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8383'^^xsd:anyURI;
  dwc:aphiaid '567460'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300260'^^xsd:anyURI;
  dwc:observationDate '1912-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '567460'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30 -71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30"^^xsd:decimal ;
  dwc:decimalLongitude "-71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2274'^^xsd:integer;
  dwc:scientificName 'Lessonia rufa (Gmelin, 1789)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-71'^^xsd:integer;
  dwc:latitude '-30'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300266'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.566667 8.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.566667"^^xsd:decimal ;
  dwc:decimalLongitude "8.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.566667 8.8)"^^geo:wktLiteral ;
  geo-pos:lat "18.566667"^^xsd:decimal ;
  geo-pos:long "8.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '55399'^^xsd:integer;
  dwc:scientificName 'Merops orientalis viridissimus Swainson, 1837'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25062'^^xsd:string;
  dwc:collector 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'Niger'^^xsd:string;
  dwc:longitude '8.8'^^xsd:double;
  dwc:latitude '18.566667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300290'^^xsd:anyURI;
  dwc:observationDate '1974-06-25'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.83333 4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.83333"^^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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/13111" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-06-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14007'^^xsd:integer;
  dwc:scientificName 'Alauda arvensis arvensis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/13111'^^xsd:string;
  dwc:collector 'Ullens de Schooten  (M.)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1940'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '4'^^xsd:integer;
  dwc:latitude '50.83333'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13111'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300307'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300310> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54 -71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54"^^xsd:decimal ;
  dwc:decimalLongitude "-71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26632" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-02-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '17959'^^xsd:integer;
  dwc:scientificName 'Spheniscus magellanicus (Forster, 1781)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26632'^^xsd:string;
  dwc:yearCollected '1897'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Strait of Magellan'^^xsd:string;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-71'^^xsd:integer;
  dwc:latitude '-54'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10131'^^xsd:anyURI;
  dwc:aphiaid '225782'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300310'^^xsd:anyURI;
  dwc:observationDate '1897-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '225782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35 3.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.35"^^xsd:decimal ;
  dwc:decimalLongitude "3.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11616" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '728E'^^xsd:string;
  dwc:scientificName 'Recurvirostra avosetta avosetta Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Anspach Marguerite (Miss)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11616'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1875'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.25'^^xsd:double;
  dwc:latitude '51.35'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3639'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300337'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.65 5.3166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.65"^^xsd:decimal ;
  dwc:decimalLongitude "5.3166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3442" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14966'^^xsd:integer;
  dwc:scientificName 'Charadrius morinellus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3442'^^xsd:string;
  dwc:yearCollected '1893'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.3166666667'^^xsd:double;
  dwc:latitude '50.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13728'^^xsd:anyURI;
  dwc:aphiaid '232043'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300350'^^xsd:anyURI;
  dwc:observationDate '1893-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '232043'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7464" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '16750'^^xsd:integer;
  dwc:scientificName 'Melanitta nigra nigra (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7464'^^xsd:string;
  dwc:yearCollected '1945'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:14552'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300353'^^xsd:anyURI;
  dwc:observationDate '1945-02-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.0833333333 27.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.0833333333"^^xsd:decimal ;
  dwc:decimalLongitude "27.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.0833333333 27.2)"^^geo:wktLiteral ;
  geo-pos:lat "-9.0833333333"^^xsd:decimal ;
  geo-pos:long "27.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/20345" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23014'^^xsd:integer;
  dwc:scientificName 'Porphyrio alleni Thomson, 1842'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/20345'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '27.2'^^xsd:double;
  dwc:latitude '-9.0833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:aphiaid '567855'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300354'^^xsd:anyURI;
  dwc:observationDate '1949-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '567855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.5 29.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.5"^^xsd:decimal ;
  dwc:decimalLongitude "29.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.5 29.8)"^^geo:wktLiteral ;
  geo-pos:lat "4.5"^^xsd:decimal ;
  geo-pos:long "29.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26302" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '46876'^^xsd:integer;
  dwc:scientificName 'Charadrius forbesi (Shelley, 1883)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1954'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26302'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.8'^^xsd:double;
  dwc:latitude '4.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24167'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300387'^^xsd:anyURI;
  dwc:observationDate '1950-04-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.93333 -52.33333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.93333"^^xsd:decimal ;
  dwc:decimalLongitude "-52.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 "3000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24589" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '65278'^^xsd:integer;
  dwc:scientificName 'Colonia colonus colonus (Vieillot, 1818)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24589'^^xsd:string;
  dwc:collector 'Musée de Mons'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1976'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'French Guiana'^^xsd:string;
  dwc:longitude '-52.33333'^^xsd:double;
  dwc:latitude '4.93333'^^xsd:double;
  dwc:coordinatePrecision '3000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24589'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300388'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35 3.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.35"^^xsd:decimal ;
  dwc:decimalLongitude "3.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5139" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '904'^^xsd:integer;
  dwc:scientificName 'Charadrius alexandrinus alexandrinus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5139'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1880'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.25'^^xsd:double;
  dwc:latitude '51.35'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4487'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300422'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35 3.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.35"^^xsd:decimal ;
  dwc:decimalLongitude "3.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5139" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1275'^^xsd:gYear;
  dwc:scientificName 'Charadrius alexandrinus alexandrinus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5139'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1880'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.25'^^xsd:double;
  dwc:latitude '51.35'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4487'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300423'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300480> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4 -72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4"^^xsd:decimal ;
  dwc:decimalLongitude "-72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6581'^^xsd:integer;
  dwc:scientificName 'Melanerpes rubricapillus (Cabanis, 1862)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1825'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1847'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-72'^^xsd:integer;
  dwc:latitude '4'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:464'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300480'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.5166666667 30.4333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.5166666667"^^xsd:decimal ;
  dwc:decimalLongitude "30.4333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/32613" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '22544'^^xsd:integer;
  dwc:scientificName 'Ardea melanocephala Vigors & Children, 1826'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/32613'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'Rwanda'^^xsd:string;
  dwc:longitude '30.4333333333'^^xsd:double;
  dwc:latitude '-1.5166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19060'^^xsd:anyURI;
  dwc:aphiaid '212667'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300521'^^xsd:anyURI;
  dwc:observationDate '1948-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '212667'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 39.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 39.5)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "39.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/27142" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '8966'^^xsd:integer;
  dwc:scientificName 'Francolinus clappertoni Children, 1826'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/27142'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1887'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:country 'Ethiopia'^^xsd:string;
  dwc:longitude '39.5'^^xsd:double;
  dwc:latitude '9'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5519'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300530'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '26124'^^xsd:integer;
  dwc:scientificName 'Ptilopsis granti (Kollibay, 1910)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.51667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300564'^^xsd:anyURI;
  dwc:observationDate '1947-08-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300571> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8 5.0666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8"^^xsd:decimal ;
  dwc:decimalLongitude "5.0666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2397" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9809'^^xsd:gYear;
  dwc:scientificName 'Accipiter gentilis gentilis (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Galasse A.'^^xsd:string;
  dwc:yearIdentified '1923'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2397'^^xsd:string;
  dwc:yearCollected '1923'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.0666666667'^^xsd:double;
  dwc:latitude '49.8'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9400'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300571'^^xsd:anyURI;
  dwc:observationDate '1923-05-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24159'^^xsd:integer;
  dwc:scientificName 'Eurystomus glaucurus suahelicus Neumann, 1905'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.51667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300584'^^xsd:anyURI;
  dwc:observationDate '1947-09-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-31'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24998'^^xsd:integer;
  dwc:scientificName 'Merops gularis australis (Reichenow, 1885)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19064'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1945'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Djobulo'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300593'^^xsd:anyURI;
  dwc:observationDate '1945-10-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9812" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10551'^^xsd:integer;
  dwc:scientificName 'Xema sabini (Sabine, 1819)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9812'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1941'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean'^^xsd:string;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '10'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9812'^^xsd:anyURI;
  dwc:aphiaid '137167'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300606'^^xsd:anyURI;
  dwc:aphiaIdAccepted '137167'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.6333333333 85.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.6333333333"^^xsd:decimal ;
  dwc:decimalLongitude "85.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.6333333333 85.05)"^^geo:wktLiteral ;
  geo-pos:lat "25.6333333333"^^xsd:decimal ;
  geo-pos:long "85.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/29429" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4790'^^xsd:gYear;
  dwc:scientificName 'Milvus migrans govinda Sykes, 1832'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/29429'^^xsd:string;
  dwc:yearCollected '1888'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '85.05'^^xsd:double;
  dwc:latitude '25.6333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300611'^^xsd:anyURI;
  dwc:observationDate '1888-06-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300620> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.47673 4.95089)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.47673"^^xsd:decimal ;
  dwc:decimalLongitude "4.95089"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10515" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11173d,4173d'^^xsd:string;
  dwc:scientificName 'Cuculus canorus canorus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10515'^^xsd:string;
  dwc:collector 'Anspach Marguerite (Miss)'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.95089'^^xsd:double;
  dwc:latitude '50.47673'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10515'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300620'^^xsd:anyURI;
  dwc:observationDate '1935-05-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.933333 -52.333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.933333"^^xsd:decimal ;
  dwc:decimalLongitude "-52.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.933333 -52.333333)"^^geo:wktLiteral ;
  geo-pos:lat "4.933333"^^xsd:decimal ;
  geo-pos:long "-52.333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/27369" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '70646'^^xsd:integer;
  dwc:scientificName 'Fluvicola pica (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/27369'^^xsd:string;
  dwc:collector 'Billiet Jadin B.J. (Mme)'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'French Guiana'^^xsd:string;
  dwc:longitude '-52.333333'^^xsd:double;
  dwc:latitude '4.933333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27369'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300621'^^xsd:anyURI;
  dwc:observationDate '1989-12-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.099997 2.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.099997"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.099997 2.65)"^^geo:wktLiteral ;
  geo-pos:lat "51.099997"^^xsd:decimal ;
  geo-pos:long "2.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/29946" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '61289'^^xsd:integer;
  dwc:scientificName 'Larus minutus Pallas, 1776'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/29946'^^xsd:string;
  dwc:collector 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.65'^^xsd:double;
  dwc:latitude '51.099997'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29946'^^xsd:anyURI;
  dwc:aphiaid '137148'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300622'^^xsd:anyURI;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '567449'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.21462 106.84513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.21462"^^xsd:decimal ;
  dwc:decimalLongitude "106.84513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "15000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4915" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2347'^^xsd:gYear;
  dwc:scientificName 'Todiramphus sanctus sanctus (Vigors & Horsfield, 1827)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4915'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1882'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '106.84513'^^xsd:double;
  dwc:latitude '-6.21462'^^xsd:double;
  dwc:coordinatePrecision '15000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4915'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300624'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.21462 106.84513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.21462"^^xsd:decimal ;
  dwc:decimalLongitude "106.84513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "15000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4915" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2347'^^xsd:gYear;
  dwc:scientificName 'Todiramphus sanctus sanctus (Vigors & Horsfield, 1827)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4915'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1882'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '106.84513'^^xsd:double;
  dwc:latitude '-6.21462'^^xsd:double;
  dwc:coordinatePrecision '15000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4915'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300625'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2 121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2 121)"^^geo:wktLiteral ;
  geo-pos:lat "-2"^^xsd:decimal ;
  geo-pos:long "121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3750" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5671'^^xsd:gYear;
  dwc:scientificName 'Cacatua sulphurea sulphurea (Gmelin, 1788)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3750'^^xsd:string;
  dwc:collector 'Du Bus'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1876'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '121'^^xsd:integer;
  dwc:latitude '-2'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3750'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300632'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.37278 29.63702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.37278"^^xsd:decimal ;
  dwc:decimalLongitude "29.63702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15333" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20903'^^xsd:integer;
  dwc:scientificName 'Poicephalus meyeri meyeri (Cretzschmar, 1827)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15333'^^xsd:string;
  dwc:collector 'Bredo H.J.'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.63702'^^xsd:double;
  dwc:latitude '-8.37278'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15333'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300636'^^xsd:anyURI;
  dwc:observationDate '1940-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.48267 30.39092)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.48267"^^xsd:decimal ;
  dwc:decimalLongitude "30.39092"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25960" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '60621'^^xsd:integer;
  dwc:scientificName 'Tricholaema lacrymosa radcliffei Ogilvie-Grant, 1904'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25960'^^xsd:string;
  dwc:collector 'Prigogine A., Gaugris'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'Burundi'^^xsd:string;
  dwc:longitude '30.39092'^^xsd:double;
  dwc:latitude '-3.48267'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25960'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300638'^^xsd:anyURI;
  dwc:observationDate '1979-02-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.3333333333 28.0166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.3333333333"^^xsd:decimal ;
  dwc:decimalLongitude "28.0166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/18034" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '17160'^^xsd:integer;
  dwc:scientificName 'Amaurornis flavirostris (Swainson, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/18034'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.0166666667'^^xsd:double;
  dwc:latitude '-7.3333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12577'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300661'^^xsd:anyURI;
  dwc:observationDate '1938-10-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.93333 -71.08333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.93333"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26894" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-02-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '68397'^^xsd:integer;
  dwc:scientificName 'Cinclodes patagonicus chilensis (Lesson, 1828)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26894'^^xsd:string;
  dwc:collector 'Fonds Léopold III'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Argentina'^^xsd:string;
  dwc:longitude '-71.08333'^^xsd:double;
  dwc:latitude '-39.93333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26894'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300688'^^xsd:anyURI;
  dwc:observationDate '1983-02-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300703> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.5 110)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.5"^^xsd:decimal ;
  dwc:decimalLongitude "110"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/29346" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1186'^^xsd:integer;
  dwc:scientificName 'Microhierax fringillarius (Drapiez, 1824)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/29346'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1856'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '110'^^xsd:integer;
  dwc:latitude '-7.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:1889'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300703'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.011944 -67.9725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.011944"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1925" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '7002'^^xsd:gYear;
  dwc:scientificName 'Sakesphorus melanonotus (Sclater, 1855)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1925'^^xsd:string;
  dwc:collector 'Verreaux'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1857'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:country 'Colombia'^^xsd:string;
  dwc:longitude '-67.9725'^^xsd:double;
  dwc:latitude '4.011944'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:1925'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300706'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.011944 -67.9725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.011944"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1925" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '7002'^^xsd:integer;
  dwc:scientificName 'Sakesphorus melanonotus (Sclater, 1855)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1925'^^xsd:string;
  dwc:collector 'Verreaux'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1857'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:country 'Colombia'^^xsd:string;
  dwc:longitude '-67.9725'^^xsd:double;
  dwc:latitude '4.011944'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:1925'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300707'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8166666667 4.4333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.8166666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.4333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1623" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-02-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5370'^^xsd:gYear;
  dwc:scientificName 'Tachybaptus ruficollis ruficollis (Pallas, 1764)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1623'^^xsd:string;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.4333333333'^^xsd:double;
  dwc:latitude '50.8166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11021'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300716'^^xsd:anyURI;
  dwc:observationDate '1933-11-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300725> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.16667 28.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.16667"^^xsd:decimal ;
  dwc:decimalLongitude "28.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.16667 28.35)"^^geo:wktLiteral ;
  geo-pos:lat "-3.16667"^^xsd:decimal ;
  geo-pos:long "28.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/27503" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '70512'^^xsd:integer;
  dwc:scientificName 'Pogoniulus leucolaimus (Verreaux J.P. & Verreaux J.B.E., 1851)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/27503'^^xsd:string;
  dwc:collector 'Prigogine A.'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.35'^^xsd:double;
  dwc:latitude '-3.16667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27503'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300725'^^xsd:anyURI;
  dwc:observationDate '1988-11-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.7 177.9666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.7"^^xsd:decimal ;
  dwc:decimalLongitude "177.9666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/31264" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '56241'^^xsd:integer;
  dwc:scientificName 'Gallirallus australis greyi (Buller, 1888)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kinsky'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/31264'^^xsd:string;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:country 'New Zealand'^^xsd:string;
  dwc:longitude '177.9666666667'^^xsd:double;
  dwc:latitude '-38.7'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24426'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300728'^^xsd:anyURI;
  dwc:observationDate '1965-11-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05 3.6666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05"^^xsd:decimal ;
  dwc:decimalLongitude "3.6666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3664" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '56154'^^xsd:integer;
  dwc:scientificName 'Ardea cinerea cinerea Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3664'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.6666666667'^^xsd:double;
  dwc:latitude '51.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25429'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300736'^^xsd:anyURI;
  dwc:observationDate '1976-02-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 88.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.75"^^xsd:decimal ;
  dwc:decimalLongitude "88.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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '527d'^^xsd:string;
  dwc:scientificName 'Halcyon smyrnensis smyrnensis (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1890'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '88.5'^^xsd:double;
  dwc:latitude '27.75'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300748'^^xsd:anyURI;
  dwc:observationDate '1890-05-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 88.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.75"^^xsd:decimal ;
  dwc:decimalLongitude "88.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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-06-12'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '8544'^^xsd:gYear;
  dwc:scientificName 'Dendrocopos macei macei (Vieillot, 1818)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1891'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '88.5'^^xsd:double;
  dwc:latitude '27.75'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300756'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26 93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26"^^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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2918'^^xsd:gYear;
  dwc:scientificName 'Halcyon coromanda coromanda (Latham, 1790)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1890'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '93'^^xsd:integer;
  dwc:latitude '26'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300757'^^xsd:anyURI;
  dwc:observationDate '1890-05-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.07 28.18522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.07"^^xsd:decimal ;
  dwc:decimalLongitude "28.18522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '62139'^^xsd:integer;
  dwc:scientificName 'Caprimulgus fossii welwitschii Bocage, 1867'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26098'^^xsd:string;
  dwc:collector 'Prigogine A.'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.18522'^^xsd:double;
  dwc:latitude '-3.07'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26098'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300816'^^xsd:anyURI;
  dwc:observationDate '1954-06-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300851> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.258333 6.950833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.258333"^^xsd:decimal ;
  dwc:decimalLongitude "6.950833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24588" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '53473'^^xsd:integer;
  dwc:scientificName 'Streptopelia turtur turtur (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1971'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24588'^^xsd:string;
  dwc:collector 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'Spain'^^xsd:string;
  dwc:longitude '6.950833'^^xsd:double;
  dwc:latitude '37.258333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24588'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300851'^^xsd:anyURI;
  dwc:observationDate '1971-06-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.366667 29.633333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.366667"^^xsd:decimal ;
  dwc:decimalLongitude "29.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.366667 29.633333)"^^geo:wktLiteral ;
  geo-pos:lat "-8.366667"^^xsd:decimal ;
  geo-pos:long "29.633333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15333" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '21402'^^xsd:integer;
  dwc:scientificName 'Rhinopomastus cyanomelas schalowi Neumann, 1900'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15333'^^xsd:string;
  dwc:collector 'Bredo H.J.'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.633333'^^xsd:double;
  dwc:latitude '-8.366667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15333'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300853'^^xsd:anyURI;
  dwc:observationDate '1940-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.5166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.5166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19728" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '22603'^^xsd:integer;
  dwc:scientificName 'Scopus umbretta umbretta Gmelin, 1789'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19728'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.5166666667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300856'^^xsd:anyURI;
  dwc:observationDate '1947-08-25'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300859> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 114)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "114"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2915'^^xsd:integer;
  dwc:scientificName 'Nyctyornis amictus (Temminck, 1824)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '114'^^xsd:integer;
  dwc:latitude '1'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300859'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 114)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "114"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '3714'^^xsd:integer;
  dwc:scientificName 'Nyctyornis amictus (Temminck, 1824)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '114'^^xsd:integer;
  dwc:latitude '1'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300860'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10 -76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10"^^xsd:decimal ;
  dwc:decimalLongitude "-76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-02-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '8693'^^xsd:integer;
  dwc:scientificName 'Myiarchus tuberculifer atriceps Cabanis, 1883'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-76'^^xsd:integer;
  dwc:latitude '-10'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300880'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7498" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '69680'^^xsd:integer;
  dwc:scientificName 'Scolopax rusticola Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7498'^^xsd:string;
  dwc:yearCollected '1956'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29946'^^xsd:anyURI;
  dwc:aphiaid '159028'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300937'^^xsd:anyURI;
  dwc:observationDate '1956-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '159028'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.8666666667 -73.7333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.8666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-73.7333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26556" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '68325'^^xsd:integer;
  dwc:scientificName 'Tachyeres pteneres (Forster, 1844)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26556'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.7333333333'^^xsd:double;
  dwc:latitude '-42.8666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26894'^^xsd:anyURI;
  dwc:aphiaid '405113'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300960'^^xsd:anyURI;
  dwc:observationDate '1985-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '405113'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.68333 29.13333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.68333"^^xsd:decimal ;
  dwc:decimalLongitude "29.13333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/21614" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-28'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '46647'^^xsd:integer;
  dwc:scientificName 'Halcyon chelicuti chelicuti (Stanley, 1814)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'de Roo A.'^^xsd:string;
  dwc:yearIdentified '1969'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/21614'^^xsd:string;
  dwc:collector 'Hostie Paul (M.)'^^xsd:string;
  dwc:yearCollected '1956'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.13333'^^xsd:double;
  dwc:latitude '3.68333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:21614'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300963'^^xsd:anyURI;
  dwc:observationDate '1956-08-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300972> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9166666667 4.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9166666667"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9166666667 4.05)"^^geo:wktLiteral ;
  geo-pos:lat "50.9166666667"^^xsd:decimal ;
  geo-pos:long "4.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3869" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '35168'^^xsd:integer;
  dwc:scientificName 'Accipiter nisus nisus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts - Anspach Marguerite (Mme)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3869'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.05'^^xsd:double;
  dwc:latitude '50.9166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19902'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300972'^^xsd:anyURI;
  dwc:observationDate '1954-10-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.21462 106.84513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.21462"^^xsd:decimal ;
  dwc:decimalLongitude "106.84513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "15000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4870" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '4401'^^xsd:gYear;
  dwc:scientificName 'Strix seloputo Horsfield, 1821'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4870'^^xsd:string;
  dwc:collector 'Vorderman A.J.'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '106.84513'^^xsd:double;
  dwc:latitude '-6.21462'^^xsd:double;
  dwc:coordinatePrecision '15000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4870'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300989'^^xsd:anyURI;
  dwc:observationDate '1881-09-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.35027 18.47909)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.35027"^^xsd:decimal ;
  dwc:decimalLongitude "18.47909"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/33552" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '4825'^^xsd:integer;
  dwc:scientificName 'Circus ranivorus (Daudin, 1800)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/33552'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1845'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '18.47909'^^xsd:double;
  dwc:latitude '-34.35027'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300991'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3 4.3166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3"^^xsd:decimal ;
  dwc:decimalLongitude "4.3166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9130" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '55866'^^xsd:integer;
  dwc:scientificName 'Buteo lagopus lagopus (Pontoppidan, 1763)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1976'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9130'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.3166666667'^^xsd:double;
  dwc:latitude '50.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25355'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301027'^^xsd:anyURI;
  dwc:observationDate '1975-12-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5 5.8666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.5"^^xsd:decimal ;
  dwc:decimalLongitude "5.8666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/8822" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '65371'^^xsd:integer;
  dwc:scientificName 'Tetrao tetrix tetrix (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/8822'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.8666666667'^^xsd:double;
  dwc:latitude '50.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26420'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301034'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301036> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6 29.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6"^^xsd:decimal ;
  dwc:decimalLongitude "29.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6 29.3)"^^geo:wktLiteral ;
  geo-pos:lat "-6"^^xsd:decimal ;
  geo-pos:long "29.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26404" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-12'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '65047'^^xsd:integer;
  dwc:scientificName 'Larus cirrocephalus poiocephalus Swainson, 1837'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26404'^^xsd:string;
  dwc:collector 'Gaugris Y.'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Lac Tanganika'^^xsd:string;
  dwc:country 'Burundi'^^xsd:string;
  dwc:longitude '29.3'^^xsd:double;
  dwc:latitude '-6'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26404'^^xsd:anyURI;
  dwc:aphiaid '567446'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301036'^^xsd:anyURI;
  dwc:observationDate '1981-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '567446'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '39417'^^xsd:integer;
  dwc:scientificName 'Melanocorypha calandra calandra (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11149'^^xsd:string;
  dwc:collector 'Musée de Dresden'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '25'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11149'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301047'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.21187 4.25633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.21187"^^xsd:decimal ;
  dwc:decimalLongitude "4.25633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-23'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10819b'^^xsd:string;
  dwc:scientificName 'Athene noctua vidalii Brehm, 1857'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.), Spas Arm.'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1892'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.25633'^^xsd:double;
  dwc:latitude '51.21187'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301048'^^xsd:anyURI;
  dwc:observationDate '1892-05-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301064> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.0666666667 -124.1333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.0666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-124.1333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/35226" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '44345'^^xsd:integer;
  dwc:scientificName 'Oceanodroma leucorhoa (Vieillot, 1818)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Devillers Pierre (M.)'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/35226'^^xsd:string;
  dwc:yearCollected '1910'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-124.1333333333'^^xsd:double;
  dwc:latitude '41.0666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23649'^^xsd:anyURI;
  dwc:aphiaid '137192'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301064'^^xsd:anyURI;
  dwc:observationDate '1910-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137192'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5850'^^xsd:integer;
  dwc:scientificName 'Tockus erythrorhynchus (Temminck, 1823)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Blondeel , Zizinia'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '8'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301082'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3516'^^xsd:integer;
  dwc:scientificName 'Tockus erythrorhynchus (Temminck, 1823)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Blondeel , Zizinia'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '8'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301083'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.25 4.3833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.25"^^xsd:decimal ;
  dwc:decimalLongitude "4.3833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1662" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '45274'^^xsd:integer;
  dwc:scientificName 'Recurvirostra avosetta avosetta Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Asperslag L. (M.)'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1662'^^xsd:string;
  dwc:yearCollected '1962'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.3833333333'^^xsd:double;
  dwc:latitude '51.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23658'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301093'^^xsd:anyURI;
  dwc:observationDate '1962-05-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9166666667 4.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9166666667"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9166666667 4.05)"^^geo:wktLiteral ;
  geo-pos:lat "50.9166666667"^^xsd:decimal ;
  geo-pos:long "4.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3841" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-12'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '16765'^^xsd:integer;
  dwc:scientificName 'Accipiter nisus nisus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3841'^^xsd:string;
  dwc:yearCollected '1945'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.05'^^xsd:double;
  dwc:latitude '50.9166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:14547'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301148'^^xsd:anyURI;
  dwc:observationDate '1945-01-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-12'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23659'^^xsd:integer;
  dwc:scientificName 'Clamator jacobinus jacobinus (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.51667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301209'^^xsd:anyURI;
  dwc:observationDate '1949-01-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.4166666667 -106.4666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.4166666667"^^xsd:decimal ;
  dwc:decimalLongitude "-106.4666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/30845" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '7931'^^xsd:gYear;
  dwc:scientificName 'Pelecanus occidentalis Linnaeus, 1766'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/30845'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1884'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-106.4666666667'^^xsd:double;
  dwc:latitude '21.4166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5056'^^xsd:anyURI;
  dwc:aphiaid '343935'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301211'^^xsd:anyURI;
  dwc:aphiaIdAccepted '343935'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4166666667 5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4166666667"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4166666667 5)"^^geo:wktLiteral ;
  geo-pos:lat "51.4166666667"^^xsd:decimal ;
  geo-pos:long "5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10026" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '16592'^^xsd:integer;
  dwc:scientificName 'Philomachus pugnax (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10026'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5'^^xsd:integer;
  dwc:latitude '51.4166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13436'^^xsd:anyURI;
  dwc:aphiaid '159046'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301216'^^xsd:anyURI;
  dwc:observationDate '1939-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '159046'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.36667 29.36667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.36667"^^xsd:decimal ;
  dwc:decimalLongitude "29.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25933" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-12'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '59826'^^xsd:integer;
  dwc:scientificName 'Pogoniulus bilineatus mfumbiri (Ogilvie-Grant, 1907)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25933'^^xsd:string;
  dwc:collector 'Prigogine A.'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.36667'^^xsd:double;
  dwc:latitude '0.36667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25933'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301219'^^xsd:anyURI;
  dwc:observationDate '1977-12-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.5166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.5166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19697" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-12'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '22679'^^xsd:integer;
  dwc:scientificName 'Gypohierax angolensis (Gmelin, 1788)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19697'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.5166666667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:aphiaid '212715'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301222'^^xsd:anyURI;
  dwc:observationDate '1947-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '212715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7449" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10171F'^^xsd:string;
  dwc:scientificName 'Bucephala clangula clangula (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.), Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7449'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9163'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301234'^^xsd:anyURI;
  dwc:observationDate '1929-02-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7449" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10171C'^^xsd:string;
  dwc:scientificName 'Bucephala clangula clangula (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.), Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7449'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9163'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301235'^^xsd:anyURI;
  dwc:observationDate '1929-02-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7449" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '13348'^^xsd:integer;
  dwc:scientificName 'Bucephala clangula clangula (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.), Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7449'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9163'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301236'^^xsd:anyURI;
  dwc:observationDate '1929-02-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.7527 119.8217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.7527"^^xsd:decimal ;
  dwc:decimalLongitude "119.8217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/22888" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '53602'^^xsd:integer;
  dwc:scientificName 'Cacatua sulphurea sulphurea (Gmelin, 1788)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/22888'^^xsd:string;
  dwc:collector 'S.M. le Roi Léopold III'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '119.8217'^^xsd:double;
  dwc:latitude '-0.7527'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22888'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301246'^^xsd:anyURI;
  dwc:observationDate '1929-02-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4 -72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4"^^xsd:decimal ;
  dwc:decimalLongitude "-72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5519" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9034'^^xsd:gYear;
  dwc:scientificName 'Myrmotherula ornata ornata (Sclater, 1853)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5519'^^xsd:string;
  dwc:collector 'Boucard'^^xsd:string;
  dwc:yearCollected '1886'^^xsd:integer;
  dwc:longitude '-72'^^xsd:integer;
  dwc:latitude '4'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5519'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301248'^^xsd:anyURI;
  dwc:observationDate '1886-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4 -72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4"^^xsd:decimal ;
  dwc:decimalLongitude "-72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5519" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9034'^^xsd:gYear;
  dwc:scientificName 'Myrmotherula ornata ornata (Sclater, 1853)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5519'^^xsd:string;
  dwc:collector 'Boucard'^^xsd:string;
  dwc:yearCollected '1886'^^xsd:integer;
  dwc:longitude '-72'^^xsd:integer;
  dwc:latitude '4'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5519'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301249'^^xsd:anyURI;
  dwc:observationDate '1886-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.5114 30.4662)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.5114"^^xsd:decimal ;
  dwc:decimalLongitude "30.4662"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19060" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '26471'^^xsd:integer;
  dwc:scientificName 'Cecropis daurica emini (Reichenow, 1892)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19060'^^xsd:string;
  dwc:collector 'Verhulst R., Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:country 'Rwanda'^^xsd:string;
  dwc:longitude '30.4662'^^xsd:double;
  dwc:latitude '-1.5114'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19060'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301256'^^xsd:anyURI;
  dwc:observationDate '1948-02-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7666666667 5.2833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7666666667"^^xsd:decimal ;
  dwc:decimalLongitude "5.2833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3801" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14597'^^xsd:integer;
  dwc:scientificName 'Buteo buteo buteo (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3801'^^xsd:string;
  dwc:yearCollected '1926'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.2833333333'^^xsd:double;
  dwc:latitude '49.7666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13927'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301305'^^xsd:anyURI;
  dwc:observationDate '1926-05-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.32 122.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.32"^^xsd:decimal ;
  dwc:decimalLongitude "122.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5724" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9279'^^xsd:gYear;
  dwc:scientificName 'Aceros waldeni (Sharpe, 1877)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5724'^^xsd:string;
  dwc:collector 'Moseley M.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1891'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:country 'Philippines'^^xsd:string;
  dwc:longitude '122.49'^^xsd:double;
  dwc:latitude '11.32'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5724'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301306'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.32 122.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.32"^^xsd:decimal ;
  dwc:decimalLongitude "122.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5724" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9279'^^xsd:integer;
  dwc:scientificName 'Aceros waldeni (Sharpe, 1877)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5724'^^xsd:string;
  dwc:collector 'Moseley M.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1891'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:country 'Philippines'^^xsd:string;
  dwc:longitude '122.49'^^xsd:double;
  dwc:latitude '11.32'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5724'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301307'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '52105'^^xsd:integer;
  dwc:scientificName 'Colius striatus kiwuensis Reichenow, 1908'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1953'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301328'^^xsd:anyURI;
  dwc:observationDate '1953-04-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 -113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "-113"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12653" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15919'^^xsd:integer;
  dwc:scientificName 'Buteo jamaicensis borealis (Gmelin, 1788)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12653'^^xsd:string;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-113'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10536'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301353'^^xsd:anyURI;
  dwc:observationDate '1933-10-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.55378 -83.7562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.55378"^^xsd:decimal ;
  dwc:decimalLongitude "-83.7562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26000" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '61144'^^xsd:integer;
  dwc:scientificName 'Panterpe insignis Cabanis & Heine, 1860'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26000'^^xsd:string;
  dwc:collector 'Orellana Thyris'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Costa Rica'^^xsd:string;
  dwc:longitude '-83.7562'^^xsd:double;
  dwc:latitude '9.55378'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26000'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301362'^^xsd:anyURI;
  dwc:observationDate '1978-09-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.766667 24.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.766667"^^xsd:decimal ;
  dwc:decimalLongitude "24.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.766667 24.45)"^^geo:wktLiteral ;
  geo-pos:lat "0.766667"^^xsd:decimal ;
  geo-pos:long "24.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/16424" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '21141'^^xsd:integer;
  dwc:scientificName 'Chrysococcyx caprius (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/16424'^^xsd:string;
  dwc:collector 'Germain R.'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '24.45'^^xsd:double;
  dwc:latitude '0.766667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16994'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301374'^^xsd:anyURI;
  dwc:observationDate '1948-08-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.05644 29.14825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.05644"^^xsd:decimal ;
  dwc:decimalLongitude "29.14825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/17169" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25555'^^xsd:integer;
  dwc:scientificName 'Pogoniulus scolopaceus flavisquamatus (Verreaux J.P. & Verreaux J.B.E., 1855)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/17169'^^xsd:string;
  dwc:collector 'Hiernaux H.'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.14825'^^xsd:double;
  dwc:latitude '1.05644'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17169'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301381'^^xsd:anyURI;
  dwc:observationDate '1947-10-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.5333333333 29.7166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.5333333333"^^xsd:decimal ;
  dwc:decimalLongitude "29.7166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/32826" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '45568'^^xsd:integer;
  dwc:scientificName 'Necrosyrtes monachus pileatus (Burchell)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Hostie Paul (M.)'^^xsd:string;
  dwc:yearIdentified '1960'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/32826'^^xsd:string;
  dwc:yearCollected '1960'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Rwanda'^^xsd:string;
  dwc:longitude '29.7166666667'^^xsd:double;
  dwc:latitude '-1.5333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23046'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301382'^^xsd:anyURI;
  dwc:observationDate '1960-11-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.6333333333 21.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.6333333333"^^xsd:decimal ;
  dwc:decimalLongitude "21.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.6333333333 21.9)"^^geo:wktLiteral ;
  geo-pos:lat "37.6333333333"^^xsd:decimal ;
  geo-pos:long "21.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/28629" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1876'^^xsd:gYear;
  dwc:scientificName 'Alectoris graeca graeca (Meisner, 1804)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/28629'^^xsd:string;
  dwc:yearCollected '1892'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Greece'^^xsd:string;
  dwc:longitude '21.9'^^xsd:double;
  dwc:latitude '37.6333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301385'^^xsd:anyURI;
  dwc:observationDate '1892-04-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.45 -84.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.45"^^xsd:decimal ;
  dwc:decimalLongitude "-84.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.45 -84.15)"^^geo:wktLiteral ;
  geo-pos:lat "9.45"^^xsd:decimal ;
  geo-pos:long "-84.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26000" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '61116'^^xsd:integer;
  dwc:scientificName 'Threnetes ruckeri ventosus Bangs & Penard, 1924'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26000'^^xsd:string;
  dwc:collector 'Orellana Thyris'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Costa Rica'^^xsd:string;
  dwc:longitude '-84.15'^^xsd:double;
  dwc:latitude '9.45'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26000'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301388'^^xsd:anyURI;
  dwc:observationDate '1978-10-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.03 5.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.03"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.03 5.42)"^^geo:wktLiteral ;
  geo-pos:lat "50.03"^^xsd:decimal ;
  geo-pos:long "5.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9812" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10470'^^xsd:integer;
  dwc:scientificName 'Columba palumbus palumbus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'de Selys-Longchamps Michel Edmond (Baron)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9812'^^xsd:string;
  dwc:collector 'de Selys-Longchamps Michel Edmond (Baron)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1932'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.42'^^xsd:double;
  dwc:latitude '50.03'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9812'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301431'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.03 5.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.03"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.03 5.42)"^^geo:wktLiteral ;
  geo-pos:lat "50.03"^^xsd:decimal ;
  geo-pos:long "5.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9812" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9756'^^xsd:gYear;
  dwc:scientificName 'Columba palumbus palumbus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'de Selys-Longchamps Michel Edmond (Baron)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9812'^^xsd:string;
  dwc:collector 'de Selys-Longchamps Michel Edmond (Baron)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1932'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.42'^^xsd:double;
  dwc:latitude '50.03'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9812'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301432'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.03 5.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.03"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.03 5.42)"^^geo:wktLiteral ;
  geo-pos:lat "50.03"^^xsd:decimal ;
  geo-pos:long "5.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9812" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10470B'^^xsd:string;
  dwc:scientificName 'Columba palumbus palumbus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'de Selys-Longchamps Michel Edmond (Baron)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9812'^^xsd:string;
  dwc:collector 'de Selys-Longchamps Michel Edmond (Baron)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1932'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.42'^^xsd:double;
  dwc:latitude '50.03'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9812'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301433'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.89477 -53.52268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.89477"^^xsd:decimal ;
  dwc:decimalLongitude "-53.52268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/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 '2012-07-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11281'^^xsd:integer;
  dwc:scientificName 'Ramphastos tucanus cuvieri Wagler, 1827'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10910'^^xsd:string;
  dwc:collector 'Mercator'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Rio Purus'^^xsd:string;
  dwc:country 'Brazil'^^xsd:string;
  dwc:longitude '-53.52268'^^xsd:double;
  dwc:latitude '-1.89477'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301443'^^xsd:anyURI;
  dwc:observationDate '1935-12-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.6042 120.9822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.6042"^^xsd:decimal ;
  dwc:decimalLongitude "120.9822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-12-01'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3523'^^xsd:integer;
  dwc:scientificName 'Treron vernans (Linnaeus, 1771)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Musée de Bruxelles'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Philippines'^^xsd:string;
  dwc:longitude '120.9822'^^xsd:double;
  dwc:latitude '14.6042'^^xsd:double;
  dwc:coordinatePrecision '3000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301449'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301450> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.6042 120.9822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.6042"^^xsd:decimal ;
  dwc:decimalLongitude "120.9822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-12-01'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1749'^^xsd:gYear;
  dwc:scientificName 'Treron vernans (Linnaeus, 1771)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Musée de Bruxelles'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Philippines'^^xsd:string;
  dwc:longitude '120.9822'^^xsd:double;
  dwc:latitude '14.6042'^^xsd:double;
  dwc:coordinatePrecision '3000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301450'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.51667 25.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.51667"^^xsd:decimal ;
  dwc:decimalLongitude "25.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.51667 25.2)"^^geo:wktLiteral ;
  geo-pos:lat "-10.51667"^^xsd:decimal ;
  geo-pos:long "25.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15961" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '21403'^^xsd:integer;
  dwc:scientificName 'Rhinopomastus cyanomelas schalowi Neumann, 1900'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15961'^^xsd:string;
  dwc:collector 'Lefebure L. (R.P.)'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '25.2'^^xsd:double;
  dwc:latitude '-10.51667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15961'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301478'^^xsd:anyURI;
  dwc:observationDate '1947-03-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4666666667 4.9166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4666666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.9166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/6509" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14810'^^xsd:integer;
  dwc:scientificName 'Aythya fuligula Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/6509'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.9166666667'^^xsd:double;
  dwc:latitude '50.4666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12862'^^xsd:anyURI;
  dwc:aphiaid '159164'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301479'^^xsd:anyURI;
  dwc:observationDate '1940-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '159164'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.6666666667 27.4666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.6666666667"^^xsd:decimal ;
  dwc:decimalLongitude "27.4666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15664" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20586'^^xsd:integer;
  dwc:scientificName 'Anas erythrorhyncha Gmelin, 1789'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15664'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '27.4666666667'^^xsd:double;
  dwc:latitude '-11.6666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15333'^^xsd:anyURI;
  dwc:aphiaid '212712'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301497'^^xsd:anyURI;
  dwc:observationDate '1940-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '212712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301529> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34 -64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34"^^xsd:decimal ;
  dwc:decimalLongitude "-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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1831" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3461'^^xsd:integer;
  dwc:scientificName 'Leptasthenura aegithaloides berlepschi Hartert, 1909'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1831'^^xsd:string;
  dwc:collector 'Vekemans'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1874'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-64'^^xsd:integer;
  dwc:latitude '-34'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:1831'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301529'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.5 25.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.5 25.2)"^^geo:wktLiteral ;
  geo-pos:lat "0.5"^^xsd:decimal ;
  geo-pos:long "25.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/22142" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20821'^^xsd:integer;
  dwc:scientificName 'Actophilornis africanus (Gmelin, 1789)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/22142'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '25.2'^^xsd:double;
  dwc:latitude '0.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16994'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301539'^^xsd:anyURI;
  dwc:observationDate '1949-08-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301551> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.633336 4.616667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.633336"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.633336 4.616667)"^^geo:wktLiteral ;
  geo-pos:lat "50.633336"^^xsd:decimal ;
  geo-pos:long "4.616667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26405" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '65747'^^xsd:integer;
  dwc:scientificName 'Larus argentatus argentatus (Pontoppidan, 1763)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26405'^^xsd:string;
  dwc:collector 'Renkin P.'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.616667'^^xsd:double;
  dwc:latitude '50.633336'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26405'^^xsd:anyURI;
  dwc:aphiaid '232047'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301551'^^xsd:anyURI;
  dwc:observationDate '1982-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '232047'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.633336 4.616667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.633336"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.633336 4.616667)"^^geo:wktLiteral ;
  geo-pos:lat "50.633336"^^xsd:decimal ;
  geo-pos:long "4.616667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26405" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '65746'^^xsd:integer;
  dwc:scientificName 'Larus argentatus argentatus (Pontoppidan, 1763)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26405'^^xsd:string;
  dwc:collector 'Renkin P.'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.616667'^^xsd:double;
  dwc:latitude '50.633336'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26405'^^xsd:anyURI;
  dwc:aphiaid '232047'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301552'^^xsd:anyURI;
  dwc:observationDate '1982-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '232047'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2666666667 29.2333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.2666666667"^^xsd:decimal ;
  dwc:decimalLongitude "29.2333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/21924" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '56793'^^xsd:integer;
  dwc:scientificName 'Tringa totanus totanus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:yearIdentified '1977'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/21924'^^xsd:string;
  dwc:collector 'Gaugris Y.'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:continentOcean 'Ruzizi'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.2333333333'^^xsd:double;
  dwc:latitude '-3.2666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25665'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301557'^^xsd:anyURI;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2666666667 29.2333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.2666666667"^^xsd:decimal ;
  dwc:decimalLongitude "29.2333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/21924" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '56792'^^xsd:integer;
  dwc:scientificName 'Tringa totanus totanus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:yearIdentified '1977'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/21924'^^xsd:string;
  dwc:collector 'Gaugris Y.'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:continentOcean 'Ruzizi'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.2333333333'^^xsd:double;
  dwc:latitude '-3.2666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25665'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301558'^^xsd:anyURI;
  dwc:observationDate '1974-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3166666667 4.9833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3166666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.9833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7911" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '45472'^^xsd:integer;
  dwc:scientificName 'Falco tinnunculus tinnunculus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Asperslag L. (M.)'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7911'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.9833333333'^^xsd:double;
  dwc:latitude '51.3166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23658'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301563'^^xsd:anyURI;
  dwc:observationDate '1961-05-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.416667 5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.416667"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.416667 5)"^^geo:wktLiteral ;
  geo-pos:lat "51.416667"^^xsd:decimal ;
  geo-pos:long "5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/16268" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '19004'^^xsd:integer;
  dwc:scientificName 'Columba palumbus palumbus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/16268'^^xsd:string;
  dwc:collector 'Laenen  (Miss)'^^xsd:string;
  dwc:yearCollected '1942'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5'^^xsd:integer;
  dwc:latitude '51.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16268'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301567'^^xsd:anyURI;
  dwc:observationDate '1942-05-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.33333 5.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.33333"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.33333 5.41667)"^^geo:wktLiteral ;
  geo-pos:lat "52.33333"^^xsd:decimal ;
  geo-pos:long "5.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24899" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '54658'^^xsd:integer;
  dwc:scientificName 'Eremophila alpestris flava (Gmelin, 1789)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Devillers Pierre (M.)'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24899'^^xsd:string;
  dwc:collector 'Van Esbroeck J.'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Netherlands'^^xsd:string;
  dwc:longitude '5.41667'^^xsd:double;
  dwc:latitude '52.33333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24899'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301586'^^xsd:anyURI;
  dwc:observationDate '1973-10-31'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.75 4.58333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.75"^^xsd:decimal ;
  dwc:decimalLongitude "4.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/995" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72712'^^xsd:integer;
  dwc:scientificName 'Strix aluco Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bulteau Vincent (M.)'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/995'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.58333'^^xsd:double;
  dwc:latitude '50.75'^^xsd:double;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:30087'^^xsd:anyURI;
  dwc:occurrenceRemarks 'Status: Least Concern ver 3.1  Pop. trend: stable'^^xsd:string;
  dwc:aphiaid '558588'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301589'^^xsd:anyURI;
  dwc:observationDate '2003-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '558588'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301591> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.341 3.286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.341"^^xsd:decimal ;
  dwc:decimalLongitude "3.286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/933" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-01-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '48279'^^xsd:integer;
  dwc:scientificName 'Sula bassana (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1969'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/933'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.286'^^xsd:double;
  dwc:latitude '51.341'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24156'^^xsd:anyURI;
  dwc:aphiaid '137180'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301591'^^xsd:anyURI;
  dwc:observationDate '1969-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '148776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.75 29.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.75"^^xsd:decimal ;
  dwc:decimalLongitude "29.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/20532" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '48130'^^xsd:integer;
  dwc:scientificName 'Halcyon leucocephala leucocephala (Müller, 1776)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1955'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/20532'^^xsd:string;
  dwc:collector 'Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.51667'^^xsd:double;
  dwc:latitude '3.75'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20532'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301611'^^xsd:anyURI;
  dwc:observationDate '1954-04-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301617> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 4.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 4.3)"^^geo:wktLiteral ;
  geo-pos:lat "51.3"^^xsd:decimal ;
  geo-pos:long "4.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/6468" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15007'^^xsd:integer;
  dwc:scientificName 'Calidris canutus canutus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/6468'^^xsd:string;
  dwc:yearCollected '1932'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.3'^^xsd:double;
  dwc:latitude '51.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13146'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301617'^^xsd:anyURI;
  dwc:observationDate '1932-11-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.833333 4.666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.833333"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.833333 4.666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.833333"^^xsd:decimal ;
  geo-pos:long "4.666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26606" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '66839'^^xsd:integer;
  dwc:scientificName 'Alauda arvensis arvensis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26606'^^xsd:string;
  dwc:collector 'Unknown'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.666667'^^xsd:double;
  dwc:latitude '50.833333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26606'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301641'^^xsd:anyURI;
  dwc:observationDate '1980-12-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.45 29.7666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.45"^^xsd:decimal ;
  dwc:decimalLongitude "29.7666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/18983" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '52595'^^xsd:integer;
  dwc:scientificName 'Francolinus nahani Dubois, 1905'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/18983'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Liki'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.7666666667'^^xsd:double;
  dwc:latitude '0.45'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301647'^^xsd:anyURI;
  dwc:observationDate '1952-12-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.783333 -72.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.783333"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.783333 -72.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-37.783333"^^xsd:decimal ;
  geo-pos:long "-72.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26894" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '68376'^^xsd:integer;
  dwc:scientificName 'Colaptes pitius (Molina, 1782)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26894'^^xsd:string;
  dwc:collector 'Fonds Léopold III'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-72.983333'^^xsd:double;
  dwc:latitude '-37.783333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26894'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301658'^^xsd:anyURI;
  dwc:observationDate '1985-01-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.783333 -72.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.783333"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.783333 -72.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-37.783333"^^xsd:decimal ;
  geo-pos:long "-72.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26894" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '68375'^^xsd:integer;
  dwc:scientificName 'Colaptes pitius (Molina, 1782)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26894'^^xsd:string;
  dwc:collector 'Fonds Léopold III'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-72.983333'^^xsd:double;
  dwc:latitude '-37.783333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26894'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301659'^^xsd:anyURI;
  dwc:observationDate '1985-01-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.31667 29.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.31667"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23488'^^xsd:integer;
  dwc:scientificName 'Treron calva calva (Temminck, 1808)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19064'^^xsd:string;
  dwc:collector 'Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.75'^^xsd:double;
  dwc:latitude '0.31667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301678'^^xsd:anyURI;
  dwc:observationDate '1946-08-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.33333 28.01667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.33333"^^xsd:decimal ;
  dwc:decimalLongitude "28.01667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12577" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11927'^^xsd:integer;
  dwc:scientificName 'Colius striatus congicus Reichenow, 1923'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.), Schifter H.'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12577'^^xsd:string;
  dwc:collector 'Sips'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.01667'^^xsd:double;
  dwc:latitude '-7.33333'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12577'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301679'^^xsd:anyURI;
  dwc:observationDate '1939-01-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.4833333333 8.2666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.4833333333"^^xsd:decimal ;
  dwc:decimalLongitude "8.2666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/34422" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '35635'^^xsd:integer;
  dwc:scientificName 'Cursorius cursor cursor (Latham, 1787)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/34422'^^xsd:string;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '8.2666666667'^^xsd:double;
  dwc:latitude '34.4833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12153'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301685'^^xsd:anyURI;
  dwc:observationDate '1936-05-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1863 3.94729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1863"^^xsd:decimal ;
  dwc:decimalLongitude "3.94729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/13927" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-02'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14472'^^xsd:integer;
  dwc:scientificName 'Strix aluco aluco Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/13927'^^xsd:string;
  dwc:collector 'Daumerie Roger (M.)'^^xsd:string;
  dwc:startYearCollected '1900'^^xsd:integer;
  dwc:endYearCollected '1914'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.94729'^^xsd:double;
  dwc:latitude '51.1863'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13927'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301688'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '51939'^^xsd:integer;
  dwc:scientificName 'Merops oreobates (Sharpe, 1892)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1953'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301692'^^xsd:anyURI;
  dwc:observationDate '1953-12-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301693> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '51940'^^xsd:integer;
  dwc:scientificName 'Merops oreobates (Sharpe, 1892)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1953'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301693'^^xsd:anyURI;
  dwc:observationDate '1953-12-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301750> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.05 28.1833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.05"^^xsd:decimal ;
  dwc:decimalLongitude "28.1833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/17167" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '61990'^^xsd:integer;
  dwc:scientificName 'Pernis apivorus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/17167'^^xsd:string;
  dwc:collector 'Prigogine A.'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.1833333333'^^xsd:double;
  dwc:latitude '-3.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26098'^^xsd:anyURI;
  dwc:aphiaid '558573'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301750'^^xsd:anyURI;
  dwc:observationDate '1950-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '558573'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.983333 25.933333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.983333"^^xsd:decimal ;
  dwc:decimalLongitude "25.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.983333 25.933333)"^^geo:wktLiteral ;
  geo-pos:lat "2.983333"^^xsd:decimal ;
  geo-pos:long "25.933333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15132" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '21035'^^xsd:integer;
  dwc:scientificName 'Centropus senegalensis senegalensis (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15132'^^xsd:string;
  dwc:collector 'Van Woensel v.W. (R.P.)'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '25.933333'^^xsd:double;
  dwc:latitude '2.983333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15132'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301767'^^xsd:anyURI;
  dwc:observationDate '1940-04-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301789> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.63333 21.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.63333"^^xsd:decimal ;
  dwc:decimalLongitude "21.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.63333 21.9)"^^geo:wktLiteral ;
  geo-pos:lat "37.63333"^^xsd:decimal ;
  geo-pos:long "21.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-06-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4415'^^xsd:gYear;
  dwc:scientificName 'Athene noctua indigena Brehm, 1855'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1890'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'Greece'^^xsd:string;
  dwc:longitude '21.9'^^xsd:double;
  dwc:latitude '37.63333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301789'^^xsd:anyURI;
  dwc:observationDate '1890-05-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.15 27.01667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.15"^^xsd:decimal ;
  dwc:decimalLongitude "27.01667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25501'^^xsd:integer;
  dwc:scientificName 'Pogoniulus chrysoconus extoni (Layard, 1871)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '27.01667'^^xsd:double;
  dwc:latitude '-7.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301791'^^xsd:anyURI;
  dwc:observationDate '1948-02-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301846> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.341 3.286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.341"^^xsd:decimal ;
  dwc:decimalLongitude "3.286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15957" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-01-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '19821'^^xsd:integer;
  dwc:scientificName 'Sterna albifrons albifrons Pallas, 1714'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15957'^^xsd:string;
  dwc:collector 'de Ruette R.'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.286'^^xsd:double;
  dwc:latitude '51.341'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15957'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301846'^^xsd:anyURI;
  dwc:observationDate '1947-06-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7833333333 23.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7833333333"^^xsd:decimal ;
  dwc:decimalLongitude "23.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7833333333 23.3)"^^geo:wktLiteral ;
  geo-pos:lat "0.7833333333"^^xsd:decimal ;
  geo-pos:long "23.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/22574" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '41495'^^xsd:integer;
  dwc:scientificName 'Ardeola ralloides (Scopoli, 1769)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1963'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/22574'^^xsd:string;
  dwc:yearCollected '1958'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '23.3'^^xsd:double;
  dwc:latitude '0.7833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:21639'^^xsd:anyURI;
  dwc:aphiaid '212671'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301847'^^xsd:anyURI;
  dwc:observationDate '1958-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '212671'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301848> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7833333333 23.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7833333333"^^xsd:decimal ;
  dwc:decimalLongitude "23.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7833333333 23.3)"^^geo:wktLiteral ;
  geo-pos:lat "0.7833333333"^^xsd:decimal ;
  geo-pos:long "23.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/22574" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '41494'^^xsd:integer;
  dwc:scientificName 'Ardeola ralloides (Scopoli, 1769)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1963'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/22574'^^xsd:string;
  dwc:yearCollected '1958'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '23.3'^^xsd:double;
  dwc:latitude '0.7833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:21639'^^xsd:anyURI;
  dwc:aphiaid '212671'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301848'^^xsd:anyURI;
  dwc:observationDate '1958-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '212671'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301872> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.56 138.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.56"^^xsd:decimal ;
  dwc:decimalLongitude "138.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.56 138.36)"^^geo:wktLiteral ;
  geo-pos:lat "-34.56"^^xsd:decimal ;
  geo-pos:long "138.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4235" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3437'^^xsd:gYear;
  dwc:scientificName 'Barnardius zonarius zonarius (Shaw, 1805)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4235'^^xsd:string;
  dwc:collector 'Musée d\'Adelaïde'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1878'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '138.36'^^xsd:double;
  dwc:latitude '-34.56'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4235'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301872'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.91111 -98.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.91111"^^xsd:decimal ;
  dwc:decimalLongitude "-98.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.91111 -98.38)"^^geo:wktLiteral ;
  geo-pos:lat "47.91111"^^xsd:decimal ;
  geo-pos:long "-98.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '44268'^^xsd:integer;
  dwc:scientificName 'Larus delawarensis Ord, 1815'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Chicago Field Museum of Natural History'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23649'^^xsd:string;
  dwc:collector 'Chicago Field Museum of Natural History'^^xsd:string;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Stump Lake'^^xsd:string;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-98.38'^^xsd:double;
  dwc:latitude '47.91111'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23649'^^xsd:anyURI;
  dwc:aphiaid '148797'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301907'^^xsd:anyURI;
  dwc:observationDate '1905-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '148797'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.45 -5.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.45"^^xsd:decimal ;
  dwc:decimalLongitude "-5.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25932" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '59802'^^xsd:integer;
  dwc:scientificName 'Larus marinus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25932'^^xsd:string;
  dwc:collector 'Morley C.'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-5.17'^^xsd:double;
  dwc:latitude '51.45'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25932'^^xsd:anyURI;
  dwc:aphiaid '137146'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301944'^^xsd:anyURI;
  dwc:observationDate '1977-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137146'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301945> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.45 -5.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.45"^^xsd:decimal ;
  dwc:decimalLongitude "-5.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25932" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '59803'^^xsd:integer;
  dwc:scientificName 'Larus marinus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25932'^^xsd:string;
  dwc:collector 'Morley C.'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-5.17'^^xsd:double;
  dwc:latitude '51.45'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25932'^^xsd:anyURI;
  dwc:aphiaid '137146'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301945'^^xsd:anyURI;
  dwc:observationDate '1977-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137146'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.2 102.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.2"^^xsd:decimal ;
  dwc:decimalLongitude "102.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2400" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6500'^^xsd:integer;
  dwc:scientificName 'Dinopium rafflesii (Vigors & Horsfield, 1830)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2400'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1862'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '102.25'^^xsd:double;
  dwc:latitude '2.2'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:2400'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301960'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2 -77.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2"^^xsd:decimal ;
  dwc:decimalLongitude "-77.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2 -77.5)"^^geo:wktLiteral ;
  geo-pos:lat "-2"^^xsd:decimal ;
  geo-pos:long "-77.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2560" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-02-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '8725'^^xsd:integer;
  dwc:scientificName 'Syndactyla subalaris (Sclater, 1859)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dubois D.'^^xsd:string;
  dwc:yearIdentified '1896'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2560'^^xsd:string;
  dwc:collector 'Linden J.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1866'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-77.5'^^xsd:double;
  dwc:latitude '-2'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: unknown; preservation method: euparal'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:2560'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301961'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7468" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '16722'^^xsd:integer;
  dwc:scientificName 'Calidris ferruginea (Pontoppidan, 1763)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7468'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:14935'^^xsd:anyURI;
  dwc:aphiaid '159049'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301966'^^xsd:anyURI;
  dwc:observationDate '1946-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '159049'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7468" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20472'^^xsd:integer;
  dwc:scientificName 'Calidris ferruginea (Pontoppidan, 1763)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7468'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:14935'^^xsd:anyURI;
  dwc:aphiaid '159049'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301967'^^xsd:anyURI;
  dwc:observationDate '1946-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '159049'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.49583 5.98056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.49583"^^xsd:decimal ;
  dwc:decimalLongitude "5.98056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/17225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '22012'^^xsd:integer;
  dwc:scientificName 'Cuculus canorus canorus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1953'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/17225'^^xsd:string;
  dwc:collector 'Van Beneden A.'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Luxembourg'^^xsd:string;
  dwc:longitude '5.98056'^^xsd:double;
  dwc:latitude '49.49583'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17225'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301987'^^xsd:anyURI;
  dwc:observationDate '1947-05-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301997> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.18333 28.36667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.18333"^^xsd:decimal ;
  dwc:decimalLongitude "28.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '62065'^^xsd:integer;
  dwc:scientificName 'Columba unicincta Cassin, 1860'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26098'^^xsd:string;
  dwc:collector 'Prigogine A.'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.36667'^^xsd:double;
  dwc:latitude '-3.18333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26098'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301997'^^xsd:anyURI;
  dwc:observationDate '1951-06-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7666666667 24.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7666666667"^^xsd:decimal ;
  dwc:decimalLongitude "24.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7666666667 24.45)"^^geo:wktLiteral ;
  geo-pos:lat "0.7666666667"^^xsd:decimal ;
  geo-pos:long "24.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/22671" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '41493'^^xsd:integer;
  dwc:scientificName 'Egretta alba melanorhynchos (Wagler, 1827)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1963'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/22671'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '24.45'^^xsd:double;
  dwc:latitude '0.7666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:21639'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302033'^^xsd:anyURI;
  dwc:observationDate '1949-07-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302039> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4 4.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4 4.65)"^^geo:wktLiteral ;
  geo-pos:lat "51.4"^^xsd:decimal ;
  geo-pos:long "4.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/6532" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14540'^^xsd:integer;
  dwc:scientificName 'Falco tinnunculus tinnunculus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/6532'^^xsd:string;
  dwc:yearCollected '1861'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.65'^^xsd:double;
  dwc:latitude '51.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13111'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302039'^^xsd:anyURI;
  dwc:observationDate '1861-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.283333 18.916667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.283333"^^xsd:decimal ;
  dwc:decimalLongitude "18.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.283333 18.916667)"^^geo:wktLiteral ;
  geo-pos:lat "59.283333"^^xsd:decimal ;
  geo-pos:long "18.916667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5461'^^xsd:gYear;
  dwc:scientificName 'Larus marinus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1891'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Sweden'^^xsd:string;
  dwc:longitude '18.916667'^^xsd:double;
  dwc:latitude '59.283333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:aphiaid '137146'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302048'^^xsd:anyURI;
  dwc:observationDate '1891-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137146'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.3166666667 45.3833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.3166666667"^^xsd:decimal ;
  dwc:decimalLongitude "45.3833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/32348" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '117D'^^xsd:string;
  dwc:scientificName 'Nycticorax nycticorax nycticorax Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/32348'^^xsd:string;
  dwc:yearCollected '1891'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '45.3833333333'^^xsd:double;
  dwc:latitude '52.3166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:aphiaid '578010'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302066'^^xsd:anyURI;
  dwc:observationDate '1891-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '578010'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302114> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.22787 4.51895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.22787"^^xsd:decimal ;
  dwc:decimalLongitude "4.51895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/759" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '35843'^^xsd:integer;
  dwc:scientificName 'Tetrao tetrix tetrix (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/759'^^xsd:string;
  dwc:yearCollected '1957'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.51895'^^xsd:double;
  dwc:latitude '51.22787'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20993'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302114'^^xsd:anyURI;
  dwc:observationDate '1957-06-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302116> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.483333 -54.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.483333"^^xsd:decimal ;
  dwc:decimalLongitude "-54.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.483333 -54.05)"^^geo:wktLiteral ;
  geo-pos:lat "5.483333"^^xsd:decimal ;
  geo-pos:long "-54.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26601" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '70158'^^xsd:integer;
  dwc:scientificName 'Dixiphia pipra (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26601'^^xsd:string;
  dwc:collector 'Jadin B'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Crique Balaté'^^xsd:string;
  dwc:country 'French Guiana'^^xsd:string;
  dwc:longitude '-54.05'^^xsd:double;
  dwc:latitude '5.483333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26601'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302116'^^xsd:anyURI;
  dwc:observationDate '1983-11-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8 5.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8 5.15)"^^geo:wktLiteral ;
  geo-pos:lat "49.8"^^xsd:decimal ;
  geo-pos:long "5.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3423" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9809'^^xsd:gYear;
  dwc:scientificName 'Accipiter gentilis gentilis (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Galasse A.'^^xsd:string;
  dwc:yearIdentified '1923'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3423'^^xsd:string;
  dwc:yearCollected '1923'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.15'^^xsd:double;
  dwc:latitude '49.8'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9400'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302133'^^xsd:anyURI;
  dwc:observationDate '1923-04-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2833333333 3.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2833333333"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2833333333 3.45)"^^geo:wktLiteral ;
  geo-pos:lat "51.2833333333"^^xsd:decimal ;
  geo-pos:long "3.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/31076" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15103'^^xsd:integer;
  dwc:scientificName 'Lymnocryptes minimus (Brünnich, 1764)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/31076'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'Netherlands'^^xsd:string;
  dwc:longitude '3.45'^^xsd:double;
  dwc:latitude '51.2833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12740'^^xsd:anyURI;
  dwc:aphiaid '558755'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302135'^^xsd:anyURI;
  dwc:observationDate '1939-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '558755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0333333333 4.1666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0333333333"^^xsd:decimal ;
  dwc:decimalLongitude "4.1666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1709" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '36790'^^xsd:integer;
  dwc:scientificName 'Tadorna tadorna (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1955'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1709'^^xsd:string;
  dwc:yearCollected '1955'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.1666666667'^^xsd:double;
  dwc:latitude '51.0333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20005'^^xsd:anyURI;
  dwc:aphiaid '232042'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302154'^^xsd:anyURI;
  dwc:observationDate '1955-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '232042'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1666666667 3.8666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1666666667"^^xsd:decimal ;
  dwc:decimalLongitude "3.8666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9877" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '18990'^^xsd:integer;
  dwc:scientificName 'Circus cyaneus cyaneus (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9877'^^xsd:string;
  dwc:yearCollected '1942'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.8666666667'^^xsd:double;
  dwc:latitude '51.1666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16268'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302156'^^xsd:anyURI;
  dwc:observationDate '1942-10-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24064'^^xsd:integer;
  dwc:scientificName 'Colius striatus congicus Reichenow, 1923'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.51667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302166'^^xsd:anyURI;
  dwc:observationDate '1949-01-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302173> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30 -71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30"^^xsd:decimal ;
  dwc:decimalLongitude "-71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-23'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2201'^^xsd:integer;
  dwc:scientificName 'Athene cunicularia cunicularia (Molina, 1782)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Popelaire de Terloo Jean Baptiste Louis Joseph (Baron), Musée de Bruxelles'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-71'^^xsd:integer;
  dwc:latitude '-30'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302173'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30 -71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30"^^xsd:decimal ;
  dwc:decimalLongitude "-71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-23'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3601'^^xsd:integer;
  dwc:scientificName 'Athene cunicularia cunicularia (Molina, 1782)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Popelaire de Terloo Jean Baptiste Louis Joseph (Baron), Musée de Bruxelles'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-71'^^xsd:integer;
  dwc:latitude '-30'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302174'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.6666666667 -58.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.6666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-58.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/141" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-02-02'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1439'^^xsd:gYear;
  dwc:scientificName 'Rhea americana (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/141'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1932'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:country 'Argentina'^^xsd:string;
  dwc:longitude '-58.5'^^xsd:double;
  dwc:latitude '-34.6666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9812'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302194'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.233333 130.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.233333"^^xsd:decimal ;
  dwc:decimalLongitude "130.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.233333 130.75)"^^geo:wktLiteral ;
  geo-pos:lat "-0.233333"^^xsd:decimal ;
  geo-pos:long "130.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5170" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '7906'^^xsd:gYear;
  dwc:scientificName 'Ptilinopus rivoli prasinorrhous Gray, 1858'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5170'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1885'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '130.75'^^xsd:double;
  dwc:latitude '-0.233333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5170'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302199'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9833333333 5.0833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9833333333"^^xsd:decimal ;
  dwc:decimalLongitude "5.0833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/8072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-23'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11068B'^^xsd:string;
  dwc:scientificName 'Buteo buteo buteo (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Anspach Marguerite (Miss)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/8072'^^xsd:string;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.0833333333'^^xsd:double;
  dwc:latitude '49.9833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10285'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302230'^^xsd:anyURI;
  dwc:observationDate '1934-04-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.3333333333 48.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-13.3333333333"^^xsd:decimal ;
  dwc:decimalLongitude "48.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/30582" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-23'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '70072'^^xsd:integer;
  dwc:scientificName 'Falco newtoni (Gurney, 1863)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/30582'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1960'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Madagascar'^^xsd:string;
  dwc:longitude '48.25'^^xsd:double;
  dwc:latitude '-13.3333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22044'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302241'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4 5.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.4"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4 5.31)"^^geo:wktLiteral ;
  geo-pos:lat "54.4"^^xsd:decimal ;
  geo-pos:long "5.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25932" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-23'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '59793'^^xsd:integer;
  dwc:scientificName 'Larus argentatus argentatus (Pontoppidan, 1763)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25932'^^xsd:string;
  dwc:collector 'Morley C.'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '5.31'^^xsd:double;
  dwc:latitude '54.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25932'^^xsd:anyURI;
  dwc:aphiaid '232047'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302256'^^xsd:anyURI;
  dwc:observationDate '1977-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '232047'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302257> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4 5.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.4"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4 5.31)"^^geo:wktLiteral ;
  geo-pos:lat "54.4"^^xsd:decimal ;
  geo-pos:long "5.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25932" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-23'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '59792'^^xsd:integer;
  dwc:scientificName 'Larus argentatus argentatus (Pontoppidan, 1763)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25932'^^xsd:string;
  dwc:collector 'Morley C.'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '5.31'^^xsd:double;
  dwc:latitude '54.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25932'^^xsd:anyURI;
  dwc:aphiaid '232047'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302257'^^xsd:anyURI;
  dwc:observationDate '1977-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '232047'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4 5.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.4"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4 5.31)"^^geo:wktLiteral ;
  geo-pos:lat "54.4"^^xsd:decimal ;
  geo-pos:long "5.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25932" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '59791'^^xsd:integer;
  dwc:scientificName 'Larus argentatus argentatus (Pontoppidan, 1763)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25932'^^xsd:string;
  dwc:collector 'Morley C.'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '5.31'^^xsd:double;
  dwc:latitude '54.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25932'^^xsd:anyURI;
  dwc:aphiaid '232047'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302258'^^xsd:anyURI;
  dwc:observationDate '1977-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '232047'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.7 9.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.7"^^xsd:decimal ;
  dwc:decimalLongitude "9.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.7 9.2)"^^geo:wktLiteral ;
  geo-pos:lat "45.7"^^xsd:decimal ;
  geo-pos:long "9.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/29906" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '73051'^^xsd:integer;
  dwc:scientificName 'Turdus philomelos Brehm, 1831'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bana'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/29906'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '9.2'^^xsd:double;
  dwc:latitude '45.7'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:30434'^^xsd:anyURI;
  dwc:aphiaid '558603'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302274'^^xsd:anyURI;
  dwc:observationDate '1986-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '558603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 2.5833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1"^^xsd:decimal ;
  dwc:decimalLongitude "2.5833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3313" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '66531'^^xsd:integer;
  dwc:scientificName 'Uria aalge (Pontoppidan, 1763)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3313'^^xsd:string;
  dwc:collector 'exploration sect. vertébrés récents'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.5833333333'^^xsd:double;
  dwc:latitude '51.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:18451'^^xsd:anyURI;
  dwc:aphiaid '137133'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302316'^^xsd:anyURI;
  dwc:observationDate '1952-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137133'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.316667 3.116667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.316667"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15268" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20483'^^xsd:integer;
  dwc:scientificName 'Sterna hirundo hirundo Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15268'^^xsd:string;
  dwc:collector 'Van der Haegen P.'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.116667'^^xsd:double;
  dwc:latitude '51.316667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15268'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302374'^^xsd:anyURI;
  dwc:observationDate '1946-07-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.21462 106.84513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.21462"^^xsd:decimal ;
  dwc:decimalLongitude "106.84513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "15000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4915" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1131'^^xsd:gYear;
  dwc:scientificName 'Mirafra javanica javanica Horsfield, 1821'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4915'^^xsd:string;
  dwc:collector 'Vorderman A.J.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1882'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '106.84513'^^xsd:double;
  dwc:latitude '-6.21462'^^xsd:double;
  dwc:coordinatePrecision '15000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4915'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302380'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 4.733333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 4.733333)"^^geo:wktLiteral ;
  geo-pos:lat "51.1"^^xsd:decimal ;
  geo-pos:long "4.733333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/13927" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14017'^^xsd:integer;
  dwc:scientificName 'Alauda arvensis arvensis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/13927'^^xsd:string;
  dwc:collector 'Daumerie Roger (M.)'^^xsd:string;
  dwc:yearCollected '1924'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.733333'^^xsd:double;
  dwc:latitude '51.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13927'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302391'^^xsd:anyURI;
  dwc:observationDate '1924-05-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.3 30.3166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.3"^^xsd:decimal ;
  dwc:decimalLongitude "30.3166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/33347" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '46149'^^xsd:integer;
  dwc:scientificName 'Actitis hypoleucos (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1969'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/33347'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Rwanda'^^xsd:string;
  dwc:longitude '30.3166666667'^^xsd:double;
  dwc:latitude '-1.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23046'^^xsd:anyURI;
  dwc:aphiaid '212603'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302478'^^xsd:anyURI;
  dwc:observationDate '1961-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '212603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302503> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.233333 130.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.233333"^^xsd:decimal ;
  dwc:decimalLongitude "130.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.233333 130.75)"^^geo:wktLiteral ;
  geo-pos:lat "-0.233333"^^xsd:decimal ;
  geo-pos:long "130.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5170" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '8275'^^xsd:gYear;
  dwc:scientificName 'Charmosyna placentis placentis (Temminck, 1834)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5170'^^xsd:string;
  dwc:collector 'Van Duivenbode'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1885'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '130.75'^^xsd:double;
  dwc:latitude '-0.233333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5170'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302503'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.21187 4.25633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.21187"^^xsd:decimal ;
  dwc:decimalLongitude "4.25633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-23'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10644e'^^xsd:string;
  dwc:scientificName 'Alauda arvensis arvensis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.), Spas Arm.'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1893'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.25633'^^xsd:double;
  dwc:latitude '51.21187'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302526'^^xsd:anyURI;
  dwc:observationDate '1893-04-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.866664 4.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.866664"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.866664 4.7)"^^geo:wktLiteral ;
  geo-pos:lat "50.866664"^^xsd:decimal ;
  geo-pos:long "4.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/13146" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11825'^^xsd:integer;
  dwc:scientificName 'Picus viridis viridis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/13146'^^xsd:string;
  dwc:collector 'Bruneel  (M.)'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.7'^^xsd:double;
  dwc:latitude '50.866664'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13146'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302541'^^xsd:anyURI;
  dwc:observationDate '1931-09-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.85 4.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.85"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.85 4.4)"^^geo:wktLiteral ;
  geo-pos:lat "50.85"^^xsd:decimal ;
  geo-pos:long "4.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10390" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72586'^^xsd:integer;
  dwc:scientificName 'Branta canadensis (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Vangeluwe Didier (Mr.)'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10390'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.4'^^xsd:double;
  dwc:latitude '50.85'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29959'^^xsd:anyURI;
  dwc:aphiaid '159176'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302542'^^xsd:anyURI;
  dwc:observationDate '2003-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '159176'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.65839 -52.33868)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.65839"^^xsd:decimal ;
  dwc:decimalLongitude "-52.33868"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26362" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '65171'^^xsd:integer;
  dwc:scientificName 'Dixiphia pipra pipra (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Jadin B'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26362'^^xsd:string;
  dwc:collector 'Jadin B'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Comté'^^xsd:string;
  dwc:country 'French Guiana'^^xsd:string;
  dwc:longitude '-52.33868'^^xsd:double;
  dwc:latitude '4.65839'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26362'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302547'^^xsd:anyURI;
  dwc:observationDate '1981-11-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.65839 -52.33868)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.65839"^^xsd:decimal ;
  dwc:decimalLongitude "-52.33868"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26362" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '65170'^^xsd:integer;
  dwc:scientificName 'Dixiphia pipra pipra (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Jadin B'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26362'^^xsd:string;
  dwc:collector 'Jadin B'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Comté'^^xsd:string;
  dwc:country 'French Guiana'^^xsd:string;
  dwc:longitude '-52.33868'^^xsd:double;
  dwc:latitude '4.65839'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26362'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302548'^^xsd:anyURI;
  dwc:observationDate '1981-11-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.6333333333 21.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.6333333333"^^xsd:decimal ;
  dwc:decimalLongitude "21.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.6333333333 21.9)"^^geo:wktLiteral ;
  geo-pos:lat "37.6333333333"^^xsd:decimal ;
  geo-pos:long "21.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/28624" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3331'^^xsd:gYear;
  dwc:scientificName 'Hieraaetus pennatus (Gmelin, 1788)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/28624'^^xsd:string;
  dwc:yearCollected '1890'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'Greece'^^xsd:string;
  dwc:longitude '21.9'^^xsd:double;
  dwc:latitude '37.6333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302573'^^xsd:anyURI;
  dwc:observationDate '1890-04-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302578> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '56337'^^xsd:integer;
  dwc:scientificName 'Halcyon malimbica malimbica (Shaw, 1811)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1955'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'De Saeger Henri (M.)'^^xsd:string;
  dwc:yearCollected '1955'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302578'^^xsd:anyURI;
  dwc:observationDate '1955-05-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '26097'^^xsd:integer;
  dwc:scientificName 'Dendropicos xantholophus Hargitt, 1883'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19064'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302595'^^xsd:anyURI;
  dwc:observationDate '1949-12-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 3.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 3.983333)"^^geo:wktLiteral ;
  geo-pos:lat "51.1"^^xsd:decimal ;
  geo-pos:long "3.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26088" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '61787'^^xsd:integer;
  dwc:scientificName 'Alauda arvensis arvensis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26088'^^xsd:string;
  dwc:collector 'Unknown , Verstraeten M.'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.983333'^^xsd:double;
  dwc:latitude '51.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26088'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302596'^^xsd:anyURI;
  dwc:observationDate '1979-10-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.7333333333 10.7666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.7333333333"^^xsd:decimal ;
  dwc:decimalLongitude "10.7666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/34457" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '17298'^^xsd:integer;
  dwc:scientificName 'Calidris alpina alpina (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/34457'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '10.7666666667'^^xsd:double;
  dwc:latitude '34.7333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12153'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302606'^^xsd:anyURI;
  dwc:observationDate '1938-03-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2833333333 4.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2833333333"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2833333333 4.45)"^^geo:wktLiteral ;
  geo-pos:lat "51.2833333333"^^xsd:decimal ;
  geo-pos:long "4.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2487" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10079'^^xsd:integer;
  dwc:scientificName 'Pernis apivorus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2487'^^xsd:string;
  dwc:yearCollected '1913'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.45'^^xsd:double;
  dwc:latitude '51.2833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9120'^^xsd:anyURI;
  dwc:aphiaid '558573'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302610'^^xsd:anyURI;
  dwc:observationDate '1913-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '558573'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.9386 -52.335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.9386"^^xsd:decimal ;
  dwc:decimalLongitude "-52.335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5042'^^xsd:integer;
  dwc:scientificName 'Percnostola rufifrons rufifrons (Gmelin, 1789)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1900'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1856'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:country 'French Guiana'^^xsd:string;
  dwc:longitude '-52.335'^^xsd:double;
  dwc:latitude '4.9386'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:1900'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302636'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302644> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.81021 24.43359)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.81021"^^xsd:decimal ;
  dwc:decimalLongitude "24.43359"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/18526" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24144'^^xsd:integer;
  dwc:scientificName 'Eurystomus glaucurus afer (Latham, 1790)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1952'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/18526'^^xsd:string;
  dwc:collector 'Germain R.'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '24.43359'^^xsd:double;
  dwc:latitude '0.81021'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:18526'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302644'^^xsd:anyURI;
  dwc:observationDate '1952-02-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3833333333 5.2333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3833333333"^^xsd:decimal ;
  dwc:decimalLongitude "5.2333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11246" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14679'^^xsd:integer;
  dwc:scientificName 'Ciconia nigra (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11246'^^xsd:string;
  dwc:yearCollected '1885'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.2333333333'^^xsd:double;
  dwc:latitude '50.3833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13914'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302647'^^xsd:anyURI;
  dwc:observationDate '1885-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302648> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4666666667 4.4166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4666666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.4166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4609" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '35164'^^xsd:integer;
  dwc:scientificName 'Buteo buteo buteo (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts - Anspach Marguerite (Mme)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4609'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1955'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.4166666667'^^xsd:double;
  dwc:latitude '50.4666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20424'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302648'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302656> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.3438888889 29.3594444444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.3438888889"^^xsd:decimal ;
  dwc:decimalLongitude "29.3594444444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/21763" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20748'^^xsd:integer;
  dwc:scientificName 'Guttera pucherani verreauxi (Elliot, 1855)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/21763'^^xsd:string;
  dwc:yearCollected '1945'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.3594444444'^^xsd:double;
  dwc:latitude '-1.3438888889'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15498'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302656'^^xsd:anyURI;
  dwc:observationDate '1945-02-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4166666667 5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4166666667"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4166666667 5)"^^geo:wktLiteral ;
  geo-pos:lat "50.4166666667"^^xsd:decimal ;
  geo-pos:long "5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4003" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15201'^^xsd:integer;
  dwc:scientificName 'Gallinula chloropus chloropus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4003'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5'^^xsd:integer;
  dwc:latitude '50.4166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11448'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302657'^^xsd:anyURI;
  dwc:observationDate '1938-01-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24 90)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24"^^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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1832'^^xsd:gYear;
  dwc:scientificName 'Pitta brachyura (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1888'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '90'^^xsd:integer;
  dwc:latitude '24'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302671'^^xsd:anyURI;
  dwc:observationDate '1888-04-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302686> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.85 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.85"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.85 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "49.85"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/6587" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2653'^^xsd:integer;
  dwc:scientificName 'Falco tinnunculus tinnunculus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/6587'^^xsd:string;
  dwc:yearCollected '1953'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '49.85'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19111'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302686'^^xsd:anyURI;
  dwc:observationDate '1953-05-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.516667 30.433333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.516667"^^xsd:decimal ;
  dwc:decimalLongitude "30.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.516667 30.433333)"^^geo:wktLiteral ;
  geo-pos:lat "-1.516667"^^xsd:decimal ;
  geo-pos:long "30.433333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/32607" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '46332'^^xsd:integer;
  dwc:scientificName 'Colius striatus kiwuensis Reichenow, 1908'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1969'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/32607'^^xsd:string;
  dwc:collector 'Hostie Paul (M.)'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Rwanda'^^xsd:string;
  dwc:longitude '30.433333'^^xsd:double;
  dwc:latitude '-1.516667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24028'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302738'^^xsd:anyURI;
  dwc:observationDate '1948-12-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8 5.0666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8"^^xsd:decimal ;
  dwc:decimalLongitude "5.0666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2419" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14496'^^xsd:integer;
  dwc:scientificName 'Falco peregrinus peregrinus Tunstall, 1771'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2419'^^xsd:string;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.0666666667'^^xsd:double;
  dwc:latitude '49.8'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9477'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302784'^^xsd:anyURI;
  dwc:observationDate '1933-04-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302834> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25422'^^xsd:integer;
  dwc:scientificName 'Phoeniculus bollei jacksoni (Sharpe, 1890)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19064'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1942'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302834'^^xsd:anyURI;
  dwc:observationDate '1942-09-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25421'^^xsd:integer;
  dwc:scientificName 'Phoeniculus bollei jacksoni (Sharpe, 1890)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19064'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1942'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302835'^^xsd:anyURI;
  dwc:observationDate '1942-09-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302842> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.6666666667 27.4666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.6666666667"^^xsd:decimal ;
  dwc:decimalLongitude "27.4666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15688" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20528'^^xsd:integer;
  dwc:scientificName 'Ardea purpurea purpurea Linnaeus, 1766'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15688'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '27.4666666667'^^xsd:double;
  dwc:latitude '-11.6666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17254'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302842'^^xsd:anyURI;
  dwc:observationDate '1948-02-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4666666667 9.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4666666667"^^xsd:decimal ;
  dwc:decimalLongitude "9.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4666666667 9.4)"^^geo:wktLiteral ;
  geo-pos:lat "47.4666666667"^^xsd:decimal ;
  geo-pos:long "9.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/34021" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10447E'^^xsd:string;
  dwc:scientificName 'Alectoris graeca saxatilis (Bechstein, 1805)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/34021'^^xsd:string;
  dwc:yearCollected '1891'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:country 'Switzerland'^^xsd:string;
  dwc:longitude '9.4'^^xsd:double;
  dwc:latitude '47.4666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302852'^^xsd:anyURI;
  dwc:observationDate '1891-05-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '51802'^^xsd:integer;
  dwc:scientificName 'Campethera caroli caroli (Malherbe, 1852)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1953'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Mangbweleu'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302853'^^xsd:anyURI;
  dwc:observationDate '1953-01-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.63333 27.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.63333"^^xsd:decimal ;
  dwc:decimalLongitude "27.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24169'^^xsd:integer;
  dwc:scientificName 'Eurystomus glaucurus suahelicus Neumann, 1905'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '27.41667'^^xsd:double;
  dwc:latitude '-8.63333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302860'^^xsd:anyURI;
  dwc:observationDate '1948-10-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.783333 4.766667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.783333"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.783333 4.766667)"^^geo:wktLiteral ;
  geo-pos:lat "50.783333"^^xsd:decimal ;
  geo-pos:long "4.766667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15957" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-01-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '19526'^^xsd:integer;
  dwc:scientificName 'Coturnix coturnix coturnix (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15957'^^xsd:string;
  dwc:collector 'de Ruette R.'^^xsd:string;
  dwc:yearCollected '1943'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.766667'^^xsd:double;
  dwc:latitude '50.783333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15957'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302913'^^xsd:anyURI;
  dwc:observationDate '1943-07-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12 -42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12"^^xsd:decimal ;
  dwc:decimalLongitude "-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 "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3770" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1b'^^xsd:string;
  dwc:scientificName 'Nystalus maculatus maculatus (Gmelin, 1788)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3770'^^xsd:string;
  dwc:collector 'De Lacerda'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1876'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:country 'Brazil'^^xsd:string;
  dwc:longitude '-42'^^xsd:integer;
  dwc:latitude '-12'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3770'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302926'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2 29.5666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.2"^^xsd:decimal ;
  dwc:decimalLongitude "29.5666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25885" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '59368'^^xsd:integer;
  dwc:scientificName 'Accipiter tachiro sparsimfasciatus (Reichenow, 1895)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25885'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'Burundi'^^xsd:string;
  dwc:longitude '29.5666666667'^^xsd:double;
  dwc:latitude '-3.2'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25885'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302947'^^xsd:anyURI;
  dwc:observationDate '1978-06-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6333333333 3.3666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.6333333333"^^xsd:decimal ;
  dwc:decimalLongitude "3.3666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5858" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '816B'^^xsd:string;
  dwc:scientificName 'Tringa ochropus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5858'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1847'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.3666666667'^^xsd:double;
  dwc:latitude '50.6333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:827'^^xsd:anyURI;
  dwc:aphiaid '212622'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302975'^^xsd:anyURI;
  dwc:aphiaIdAccepted '212622'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.0666666667 -68.6666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.0666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-68.6666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12385" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '17193'^^xsd:integer;
  dwc:scientificName 'Eurypygia helias helias (Pallas, 1781)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12385'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:continentOcean 'Rio Purus'^^xsd:string;
  dwc:country 'Brazil'^^xsd:string;
  dwc:longitude '-68.6666666667'^^xsd:double;
  dwc:latitude '-9.0666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10942'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303007'^^xsd:anyURI;
  dwc:observationDate '1930-10-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20 47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20"^^xsd:decimal ;
  dwc:decimalLongitude "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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5022" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2954'^^xsd:integer;
  dwc:scientificName 'Coua serriana Pucheran, 1845'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5022'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '47'^^xsd:integer;
  dwc:latitude '-20'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303016'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303049> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.33333 28.01667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.33333"^^xsd:decimal ;
  dwc:decimalLongitude "28.01667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15131" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-31'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '21495'^^xsd:integer;
  dwc:scientificName 'Tockus pallidirostris pallidirostris (Hartlaub & Finsch, 1870)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15131'^^xsd:string;
  dwc:collector 'Sips'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.01667'^^xsd:double;
  dwc:latitude '-7.33333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15131'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303049'^^xsd:anyURI;
  dwc:observationDate '1939-03-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303064> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1666666667 5.3333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1666666667"^^xsd:decimal ;
  dwc:decimalLongitude "5.3333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11348" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9805'^^xsd:gYear;
  dwc:scientificName 'Lymnocryptes minimus (Brünnich, 1764)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11348'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1932'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '5.3333333333'^^xsd:double;
  dwc:latitude '51.1666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9812'^^xsd:anyURI;
  dwc:aphiaid '558755'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303064'^^xsd:anyURI;
  dwc:aphiaIdAccepted '558755'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2158 29.5636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.2158"^^xsd:decimal ;
  dwc:decimalLongitude "29.5636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25885" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-29'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '59395'^^xsd:integer;
  dwc:scientificName 'Streptopelia lugens (Rüppell, 1884)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25885'^^xsd:string;
  dwc:collector 'Gaugris Y., Prigogine A.'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'Burundi'^^xsd:string;
  dwc:longitude '29.5636'^^xsd:double;
  dwc:latitude '-3.2158'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25885'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303068'^^xsd:anyURI;
  dwc:observationDate '1978-06-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303089> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7366" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-31'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10344C'^^xsd:string;
  dwc:scientificName 'Mergus albellus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7366'^^xsd:string;
  dwc:yearCollected '1914'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8424'^^xsd:anyURI;
  dwc:aphiaid '558756'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303089'^^xsd:anyURI;
  dwc:observationDate '1914-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '232039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.483333 8.266667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.483333"^^xsd:decimal ;
  dwc:decimalLongitude "8.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.483333 8.266667)"^^geo:wktLiteral ;
  geo-pos:lat "34.483333"^^xsd:decimal ;
  geo-pos:long "8.266667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12153" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-31'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '40829'^^xsd:integer;
  dwc:scientificName 'Ammomanes deserti algeriensis Sharpe, 1890'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1957'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12153'^^xsd:string;
  dwc:collector 'Bédé P.'^^xsd:string;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '8.266667'^^xsd:double;
  dwc:latitude '34.483333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12153'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303094'^^xsd:anyURI;
  dwc:observationDate '1936-02-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.833333 4.766667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.833333"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.833333 4.766667)"^^geo:wktLiteral ;
  geo-pos:lat "50.833333"^^xsd:decimal ;
  geo-pos:long "4.766667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23658" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '44782'^^xsd:integer;
  dwc:scientificName 'Columba palumbus palumbus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Asperslag L. (M.)'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23658'^^xsd:string;
  dwc:collector 'Asperslag L. (M.)'^^xsd:string;
  dwc:yearCollected '1959'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.766667'^^xsd:double;
  dwc:latitude '50.833333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23658'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303136'^^xsd:anyURI;
  dwc:observationDate '1959-06-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.66694 -110.835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.66694"^^xsd:decimal ;
  dwc:decimalLongitude "-110.835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10536" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-03-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24833'^^xsd:integer;
  dwc:scientificName 'Bubo virginianus subarcticus Hoy, 1853'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10536'^^xsd:string;
  dwc:collector 'Hinsche'^^xsd:string;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Athabasca River'^^xsd:string;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-110.835'^^xsd:double;
  dwc:latitude '58.66694'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10536'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303162'^^xsd:anyURI;
  dwc:observationDate '1933-05-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.45861 14.71472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.45861"^^xsd:decimal ;
  dwc:decimalLongitude "14.71472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '39974'^^xsd:integer;
  dwc:scientificName 'Merops albicollis Vieillot, 1817'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19862'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Chad'^^xsd:string;
  dwc:longitude '14.71472'^^xsd:double;
  dwc:latitude '13.45861'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19862'^^xsd:anyURI;
  dwc:aphiaid '212741'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303166'^^xsd:anyURI;
  dwc:observationDate '1954-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '212741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303188> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-27 -50)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-27"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-27 -50)"^^geo:wktLiteral ;
  geo-pos:lat "-27"^^xsd:decimal ;
  geo-pos:long "-50"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12205" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-01'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '16035'^^xsd:integer;
  dwc:scientificName 'Falco sparverius cinnamominus Swainson, 1837'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12205'^^xsd:string;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Brazil'^^xsd:string;
  dwc:longitude '-50'^^xsd:integer;
  dwc:latitude '-27'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10942'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303188'^^xsd:anyURI;
  dwc:observationDate '1933-07-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.65 4.5666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.65"^^xsd:decimal ;
  dwc:decimalLongitude "4.5666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3082" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-01'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14565'^^xsd:integer;
  dwc:scientificName 'Buteo buteo buteo (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3082'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.5666666667'^^xsd:double;
  dwc:latitude '50.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12782'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303193'^^xsd:anyURI;
  dwc:observationDate '1939-11-25'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.3166666667 29.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.3166666667"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/33275" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '52625'^^xsd:integer;
  dwc:scientificName 'Buteo buteo vulpinus Gloger, 1833'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/33275'^^xsd:string;
  dwc:yearCollected '1953'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Rwanda'^^xsd:string;
  dwc:longitude '29.75'^^xsd:double;
  dwc:latitude '-0.3166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303194'^^xsd:anyURI;
  dwc:observationDate '1953-03-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8 5.0666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8"^^xsd:decimal ;
  dwc:decimalLongitude "5.0666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2377" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9808'^^xsd:gYear;
  dwc:scientificName 'Milvus milvus milvus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2377'^^xsd:string;
  dwc:yearCollected '1909'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.0666666667'^^xsd:double;
  dwc:latitude '49.8'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8723'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303221'^^xsd:anyURI;
  dwc:observationDate '1909-05-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.18333 23.26667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.18333"^^xsd:decimal ;
  dwc:decimalLongitude "23.26667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/16421" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-01'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25151'^^xsd:integer;
  dwc:scientificName 'Scopus umbretta umbretta Gmelin, 1789'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Vrijdagh J.M.'^^xsd:string;
  dwc:yearIdentified '1954'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/16421'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '23.26667'^^xsd:double;
  dwc:latitude '-1.18333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19099'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303231'^^xsd:anyURI;
  dwc:observationDate '1951-03-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.5166666667 30.4333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.5166666667"^^xsd:decimal ;
  dwc:decimalLongitude "30.4333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/32590" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '22630'^^xsd:integer;
  dwc:scientificName 'Milvus migrans parasitus (Daudin, 1800)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/32590'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:country 'Rwanda'^^xsd:string;
  dwc:longitude '30.4333333333'^^xsd:double;
  dwc:latitude '-1.5166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19060'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303240'^^xsd:anyURI;
  dwc:observationDate '1946-12-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.46667 25.71667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.46667"^^xsd:decimal ;
  dwc:decimalLongitude "25.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15139" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24732'^^xsd:integer;
  dwc:scientificName 'Turtur afer (Linnaeus, 1776)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15139'^^xsd:string;
  dwc:collector 'Vrijdagh J.M.'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '25.71667'^^xsd:double;
  dwc:latitude '3.46667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15139'^^xsd:anyURI;
  dwc:aphiaid '212729'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303254'^^xsd:anyURI;
  dwc:observationDate '1940-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '212729'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-01'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25971'^^xsd:integer;
  dwc:scientificName 'Dendropicos fuscescens centralis Neumann, 1900'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.51667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303268'^^xsd:anyURI;
  dwc:observationDate '1947-08-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.716667 4.616667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.716667"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.716667 4.616667)"^^geo:wktLiteral ;
  geo-pos:lat "50.716667"^^xsd:decimal ;
  geo-pos:long "4.616667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/16311" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '19124'^^xsd:integer;
  dwc:scientificName 'Lullula arborea arborea (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/16311'^^xsd:string;
  dwc:collector 'Spaepen J.'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.616667'^^xsd:double;
  dwc:latitude '50.716667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16311'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303291'^^xsd:anyURI;
  dwc:observationDate '1948-10-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.01667 29.13333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.01667"^^xsd:decimal ;
  dwc:decimalLongitude "29.13333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23693'^^xsd:integer;
  dwc:scientificName 'Cuculus solitarius Stephens, 1815'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19064'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Butahu'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.13333'^^xsd:double;
  dwc:latitude '0.01667'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303295'^^xsd:anyURI;
  dwc:observationDate '1940-12-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7473" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '17834'^^xsd:integer;
  dwc:scientificName 'Calidris canutus canutus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7473'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15372'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303296'^^xsd:anyURI;
  dwc:observationDate '1946-12-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.783333 -72.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.783333"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.783333 -72.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-37.783333"^^xsd:decimal ;
  geo-pos:long "-72.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26894" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-02'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '68506'^^xsd:integer;
  dwc:scientificName 'Xolmis pyrope (Kittlitz, 1830)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26894'^^xsd:string;
  dwc:collector 'Fonds Léopold III'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-72.983333'^^xsd:double;
  dwc:latitude '-37.783333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26894'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303301'^^xsd:anyURI;
  dwc:observationDate '1985-01-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.216667 4.416667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.216667"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.216667 4.416667)"^^geo:wktLiteral ;
  geo-pos:lat "51.216667"^^xsd:decimal ;
  geo-pos:long "4.416667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4093'^^xsd:gYear;
  dwc:scientificName 'Streptopelia turtur turtur (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Spas Arm., Dupond'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1890'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.416667'^^xsd:double;
  dwc:latitude '51.216667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303312'^^xsd:anyURI;
  dwc:observationDate '1890-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.15 27.01667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.15"^^xsd:decimal ;
  dwc:decimalLongitude "27.01667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23536'^^xsd:integer;
  dwc:scientificName 'Poicephalus meyeri neavei Grant'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '27.01667'^^xsd:double;
  dwc:latitude '-7.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303318'^^xsd:anyURI;
  dwc:observationDate '1948-02-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0666666667 5.5666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0666666667"^^xsd:decimal ;
  dwc:decimalLongitude "5.5666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/8347" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-02'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10074B'^^xsd:string;
  dwc:scientificName 'Accipiter nisus nisus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1930'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/8347'^^xsd:string;
  dwc:yearCollected '1923'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.5666666667'^^xsd:double;
  dwc:latitude '50.0666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8796'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303343'^^xsd:anyURI;
  dwc:observationDate '1923-12-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3666666667 4.8666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3666666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.8666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/6967" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-02'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72903'^^xsd:integer;
  dwc:scientificName 'Falco columbarius Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Vangeluwe Didier (Mr.)'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/6967'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.8666666667'^^xsd:double;
  dwc:latitude '51.3666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:30332'^^xsd:anyURI;
  dwc:aphiaid '159152'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303345'^^xsd:anyURI;
  dwc:observationDate '2003-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '159152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.416667 5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.416667"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.416667 5)"^^geo:wktLiteral ;
  geo-pos:lat "51.416667"^^xsd:decimal ;
  geo-pos:long "5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/16268" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-11-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '19086'^^xsd:integer;
  dwc:scientificName 'Athene noctua vidalii Brehm, 1857'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/16268'^^xsd:string;
  dwc:collector 'Laenen  (Miss)'^^xsd:string;
  dwc:yearCollected '1942'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5'^^xsd:integer;
  dwc:latitude '51.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16268'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303360'^^xsd:anyURI;
  dwc:observationDate '1942-11-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '51828'^^xsd:integer;
  dwc:scientificName 'Campethera caroli caroli (Malherbe, 1852)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1953'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303363'^^xsd:anyURI;
  dwc:observationDate '1953-07-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.3166666667 124.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.3166666667"^^xsd:decimal ;
  dwc:decimalLongitude "124.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.3166666667 124.9)"^^geo:wktLiteral ;
  geo-pos:lat "-1.3166666667"^^xsd:decimal ;
  geo-pos:long "124.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/29241" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1748'^^xsd:gYear;
  dwc:scientificName 'Dendrocygna arcuata (Horsfield, 1824)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/29241'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1899'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '124.9'^^xsd:double;
  dwc:latitude '-1.3166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:6609'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303382'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-02'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24316'^^xsd:integer;
  dwc:scientificName 'Alcedo cristata cristata Pallas, 1764'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.51667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303455'^^xsd:anyURI;
  dwc:observationDate '1949-01-31'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.35 29.28333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.35"^^xsd:decimal ;
  dwc:decimalLongitude "29.28333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24167" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-02'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '46998'^^xsd:integer;
  dwc:scientificName 'Caprimulgus climacurus sclateri (Bates, 1927)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1954'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24167'^^xsd:string;
  dwc:collector 'De Saeger Henri (M.)'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.28333'^^xsd:double;
  dwc:latitude '4.35'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24167'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303458'^^xsd:anyURI;
  dwc:observationDate '1950-11-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303463> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.316667 29.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.316667"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '52095'^^xsd:integer;
  dwc:scientificName 'Colius striatus kiwuensis Reichenow, 1908'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.75'^^xsd:double;
  dwc:latitude '0.316667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303463'^^xsd:anyURI;
  dwc:observationDate '1952-10-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71311 -108.75784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71311"^^xsd:decimal ;
  dwc:decimalLongitude "-108.75784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '44015'^^xsd:integer;
  dwc:scientificName 'Empidonax fulvifrons pygmaeus Coues, 1865'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23649'^^xsd:string;
  dwc:collector 'Musée de Chicago'^^xsd:string;
  dwc:yearCollected '1926'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-108.75784'^^xsd:double;
  dwc:latitude '33.71311'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23649'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303467'^^xsd:anyURI;
  dwc:observationDate '1926-06-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '51506'^^xsd:integer;
  dwc:scientificName 'Eurystomus glaucurus afer (Latham, 1790)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303475'^^xsd:anyURI;
  dwc:observationDate '1954-01-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303483> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4 -72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4"^^xsd:decimal ;
  dwc:decimalLongitude "-72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-02'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3725'^^xsd:integer;
  dwc:scientificName 'Piculus rivolii rivolii (Boissonneau, 1840)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Deyrolle Achille (M.), Unknown'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-72'^^xsd:integer;
  dwc:latitude '4'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303483'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4 -72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4"^^xsd:decimal ;
  dwc:decimalLongitude "-72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-02'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6614'^^xsd:integer;
  dwc:scientificName 'Piculus rivolii rivolii (Boissonneau, 1840)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Deyrolle Achille (M.), Unknown'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-72'^^xsd:integer;
  dwc:latitude '4'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303484'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303507> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5833333333 6.0666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.5833333333"^^xsd:decimal ;
  dwc:decimalLongitude "6.0666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5277" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9777'^^xsd:gYear;
  dwc:scientificName 'Falco tinnunculus tinnunculus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5277'^^xsd:string;
  dwc:yearCollected '1903'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '6.0666666667'^^xsd:double;
  dwc:latitude '50.5833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8501'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303507'^^xsd:anyURI;
  dwc:observationDate '1903-05-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303511> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 2.5833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1"^^xsd:decimal ;
  dwc:decimalLongitude "2.5833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3322" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '61570'^^xsd:integer;
  dwc:scientificName 'Larus ridibundus ridibundus Linnaeus, 1766'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3322'^^xsd:string;
  dwc:collector 'exploration sect. vertébrés récents'^^xsd:string;
  dwc:yearCollected '1956'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.5833333333'^^xsd:double;
  dwc:latitude '51.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29946'^^xsd:anyURI;
  dwc:aphiaid '437591'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303511'^^xsd:anyURI;
  dwc:observationDate '1956-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '437591'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 2.5833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1"^^xsd:decimal ;
  dwc:decimalLongitude "2.5833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3322" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '61573'^^xsd:integer;
  dwc:scientificName 'Larus ridibundus ridibundus Linnaeus, 1766'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3322'^^xsd:string;
  dwc:collector 'exploration sect. vertébrés récents'^^xsd:string;
  dwc:yearCollected '1956'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.5833333333'^^xsd:double;
  dwc:latitude '51.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29946'^^xsd:anyURI;
  dwc:aphiaid '437591'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303512'^^xsd:anyURI;
  dwc:observationDate '1956-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '437591'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4166666667 27.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4166666667"^^xsd:decimal ;
  dwc:decimalLongitude "27.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4166666667 27.15)"^^geo:wktLiteral ;
  geo-pos:lat "38.4166666667"^^xsd:decimal ;
  geo-pos:long "27.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/34623" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1503'^^xsd:gYear;
  dwc:scientificName 'Ciconia ciconia ciconia (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/34623'^^xsd:string;
  dwc:yearCollected '1892'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Turkey'^^xsd:string;
  dwc:longitude '27.15'^^xsd:double;
  dwc:latitude '38.4166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303539'^^xsd:anyURI;
  dwc:observationDate '1892-05-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6 5.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.6"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6 5.4)"^^geo:wktLiteral ;
  geo-pos:lat "50.6"^^xsd:decimal ;
  geo-pos:long "5.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1692" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72885'^^xsd:integer;
  dwc:scientificName 'Carduelis cannabina (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fraipon Roger (M.)'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1692'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.4'^^xsd:double;
  dwc:latitude '50.6'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:30321'^^xsd:anyURI;
  dwc:aphiaid '558535'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303572'^^xsd:anyURI;
  dwc:observationDate '2003-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '558535'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.65 5.633333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.65"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.65 5.633333)"^^geo:wktLiteral ;
  geo-pos:lat "50.65"^^xsd:decimal ;
  geo-pos:long "5.633333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11117" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10326d'^^xsd:string;
  dwc:scientificName 'Lullula arborea arborea (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11117'^^xsd:string;
  dwc:collector 'Pirotte'^^xsd:string;
  dwc:yearCollected '1937'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.633333'^^xsd:double;
  dwc:latitude '50.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11117'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303587'^^xsd:anyURI;
  dwc:observationDate '1937-10-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.8 28.56667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.8"^^xsd:decimal ;
  dwc:decimalLongitude "28.56667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '26056'^^xsd:integer;
  dwc:scientificName 'Dendropicos griseocephalus ruwenzori (Sharpe, 1902)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.56667'^^xsd:double;
  dwc:latitude '-5.8'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303623'^^xsd:anyURI;
  dwc:observationDate '1947-04-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.8 28.56667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.8"^^xsd:decimal ;
  dwc:decimalLongitude "28.56667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '26057'^^xsd:integer;
  dwc:scientificName 'Dendropicos griseocephalus ruwenzori (Sharpe, 1902)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.56667'^^xsd:double;
  dwc:latitude '-5.8'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303624'^^xsd:anyURI;
  dwc:observationDate '1947-04-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.5166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.5166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19658" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '22387'^^xsd:integer;
  dwc:scientificName 'Nettapus auritus (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19658'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.5166666667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:aphiaid '212675'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303637'^^xsd:anyURI;
  dwc:observationDate '1947-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '212675'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.5166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.5166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19658" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '22386'^^xsd:integer;
  dwc:scientificName 'Nettapus auritus (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19658'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.5166666667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:aphiaid '212675'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303638'^^xsd:anyURI;
  dwc:observationDate '1947-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '212675'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12088" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '12061'^^xsd:integer;
  dwc:scientificName 'Merops variegatus loringi (Mearns, 1915)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:yearIdentified '1977'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12088'^^xsd:string;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Molindi'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12088'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303642'^^xsd:anyURI;
  dwc:observationDate '1934-04-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12088" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '12060'^^xsd:integer;
  dwc:scientificName 'Merops variegatus loringi (Mearns, 1915)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:yearIdentified '1977'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12088'^^xsd:string;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Molindi'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12088'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303643'^^xsd:anyURI;
  dwc:observationDate '1934-04-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.3166666667 29.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.3166666667"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/21111" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '22936'^^xsd:integer;
  dwc:scientificName 'Numida meleagris meleagris (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/21111'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.75'^^xsd:double;
  dwc:latitude '0.3166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303651'^^xsd:anyURI;
  dwc:observationDate '1949-10-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05 4.333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05 4.333333)"^^geo:wktLiteral ;
  geo-pos:lat "51.05"^^xsd:decimal ;
  geo-pos:long "4.333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15644" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24602'^^xsd:integer;
  dwc:scientificName 'Dendrocopos major pinetorum (Brehm, 1831)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15644'^^xsd:string;
  dwc:collector 'Van der Haegen P.'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.333333'^^xsd:double;
  dwc:latitude '51.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15644'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303673'^^xsd:anyURI;
  dwc:observationDate '1946-08-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1833333333 3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1833333333"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7887" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '36969'^^xsd:integer;
  dwc:scientificName 'Podiceps cristatus cristatus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1955'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7887'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3'^^xsd:integer;
  dwc:latitude '51.1833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19553'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303674'^^xsd:anyURI;
  dwc:observationDate '1954-02-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5 4.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.5"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5 4.35)"^^geo:wktLiteral ;
  geo-pos:lat "50.5"^^xsd:decimal ;
  geo-pos:long "4.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7643" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '73027'^^xsd:integer;
  dwc:scientificName 'Luscinia svecica cyanecula (Meisner, 1804)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Luckermans Maud'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7643'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.35'^^xsd:double;
  dwc:latitude '50.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:30408'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303692'^^xsd:anyURI;
  dwc:observationDate '2005-03-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6333333333 5.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.6333333333"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6333333333 5.8)"^^geo:wktLiteral ;
  geo-pos:lat "50.6333333333"^^xsd:decimal ;
  geo-pos:long "5.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5326" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72548'^^xsd:integer;
  dwc:scientificName 'Alauda arvensis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Defourny Hugues (M.)'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5326'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.8'^^xsd:double;
  dwc:latitude '50.6333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29931'^^xsd:anyURI;
  dwc:aphiaid '558531'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303696'^^xsd:anyURI;
  dwc:observationDate '2002-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '558531'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6333333333 5.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.6333333333"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6333333333 5.8)"^^geo:wktLiteral ;
  geo-pos:lat "50.6333333333"^^xsd:decimal ;
  geo-pos:long "5.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5326" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72546'^^xsd:integer;
  dwc:scientificName 'Alauda arvensis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Defourny Hugues (M.)'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5326'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.8'^^xsd:double;
  dwc:latitude '50.6333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29931'^^xsd:anyURI;
  dwc:aphiaid '558531'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303697'^^xsd:anyURI;
  dwc:observationDate '2002-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '558531'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6333333333 5.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.6333333333"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6333333333 5.8)"^^geo:wktLiteral ;
  geo-pos:lat "50.6333333333"^^xsd:decimal ;
  geo-pos:long "5.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5326" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72547'^^xsd:integer;
  dwc:scientificName 'Alauda arvensis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Defourny Hugues (M.)'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5326'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.8'^^xsd:double;
  dwc:latitude '50.6333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29931'^^xsd:anyURI;
  dwc:aphiaid '558531'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303698'^^xsd:anyURI;
  dwc:observationDate '2002-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '558531'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.86426 4.69597)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.86426"^^xsd:decimal ;
  dwc:decimalLongitude "4.69597"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23658" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '45200'^^xsd:integer;
  dwc:scientificName 'Caprimulgus europaeus europaeus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Asperslag L. (M.)'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23658'^^xsd:string;
  dwc:collector 'Asperslag L. (M.)'^^xsd:string;
  dwc:yearCollected '1964'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.69597'^^xsd:double;
  dwc:latitude '50.86426'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23658'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303737'^^xsd:anyURI;
  dwc:observationDate '1964-06-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.866667 4.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.866667"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.866667 4.35)"^^geo:wktLiteral ;
  geo-pos:lat "50.866667"^^xsd:decimal ;
  geo-pos:long "4.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/13927" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14932'^^xsd:integer;
  dwc:scientificName 'Streptopelia turtur turtur (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/13927'^^xsd:string;
  dwc:collector 'Daumerie Roger (M.)'^^xsd:string;
  dwc:yearCollected '1922'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.35'^^xsd:double;
  dwc:latitude '50.866667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13927'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303744'^^xsd:anyURI;
  dwc:observationDate '1922-05-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 80)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 80)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "80"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '7468'^^xsd:gYear;
  dwc:scientificName 'Columba eversmanni Bonaparte, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1909'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Kyrgyzstan'^^xsd:string;
  dwc:longitude '80'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303749'^^xsd:anyURI;
  dwc:observationDate '1909-04-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.15 5.1333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.15"^^xsd:decimal ;
  dwc:decimalLongitude "5.1333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10538" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15078'^^xsd:integer;
  dwc:scientificName 'Numenius phaeopus phaeopus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10538'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.1333333333'^^xsd:double;
  dwc:latitude '51.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12231'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303807'^^xsd:anyURI;
  dwc:observationDate '1938-05-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 4.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "4.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/14893" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '16705'^^xsd:integer;
  dwc:scientificName 'Tringa totanus robusta (Schioler, 1883)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/14893'^^xsd:string;
  dwc:collector 'de Lalaing Max (M.)'^^xsd:string;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.13'^^xsd:double;
  dwc:latitude '50.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:14893'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303840'^^xsd:anyURI;
  dwc:observationDate '1933-04-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.48056 6.0875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.48056"^^xsd:decimal ;
  dwc:decimalLongitude "6.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.48056 6.0875)"^^geo:wktLiteral ;
  geo-pos:lat "49.48056"^^xsd:decimal ;
  geo-pos:long "6.0875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/17225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '21998'^^xsd:integer;
  dwc:scientificName 'Caprimulgus europaeus europaeus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1953'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/17225'^^xsd:string;
  dwc:collector 'Van Beneden A.'^^xsd:string;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:country 'Luxembourg'^^xsd:string;
  dwc:longitude '6.0875'^^xsd:double;
  dwc:latitude '49.48056'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17225'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303867'^^xsd:anyURI;
  dwc:observationDate '1936-05-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303872> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05 3.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05 3.95)"^^geo:wktLiteral ;
  geo-pos:lat "51.05"^^xsd:decimal ;
  geo-pos:long "3.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7941" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15932'^^xsd:integer;
  dwc:scientificName 'Podiceps cristatus cristatus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7941'^^xsd:string;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.95'^^xsd:double;
  dwc:latitude '51.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10516'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303872'^^xsd:anyURI;
  dwc:observationDate '1934-06-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.483333 8.266667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.483333"^^xsd:decimal ;
  dwc:decimalLongitude "8.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.483333 8.266667)"^^geo:wktLiteral ;
  geo-pos:lat "34.483333"^^xsd:decimal ;
  geo-pos:long "8.266667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12153" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '35702'^^xsd:integer;
  dwc:scientificName 'Calandrella rufescens minor (Cabanis, 1851)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12153'^^xsd:string;
  dwc:collector 'Bédé P.'^^xsd:string;
  dwc:yearCollected '1932'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '8.266667'^^xsd:double;
  dwc:latitude '34.483333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12153'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303889'^^xsd:anyURI;
  dwc:observationDate '1932-04-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7390" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10481C'^^xsd:string;
  dwc:scientificName 'Larus canus canus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7390'^^xsd:string;
  dwc:collector 'Legrand 1 (Dr.)'^^xsd:string;
  dwc:yearCollected '1923'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8796'^^xsd:anyURI;
  dwc:aphiaid '437589'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303940'^^xsd:anyURI;
  dwc:observationDate '1923-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '437589'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.78257 24.4638)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.78257"^^xsd:decimal ;
  dwc:decimalLongitude "24.4638"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/16424" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25537'^^xsd:integer;
  dwc:scientificName 'Pogoniulus subsulphureus flavimentum (Verreaux J.P. & Verreaux J.B.E., 1851)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/16424'^^xsd:string;
  dwc:collector 'Germain R.'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '24.4638'^^xsd:double;
  dwc:latitude '0.78257'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16424'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303963'^^xsd:anyURI;
  dwc:observationDate '1947-03-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303982> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.07 28.18522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.07"^^xsd:decimal ;
  dwc:decimalLongitude "28.18522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '62119'^^xsd:integer;
  dwc:scientificName 'Cuculus canorus canorus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26098'^^xsd:string;
  dwc:collector 'Prigogine A.'^^xsd:string;
  dwc:yearCollected '1960'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.18522'^^xsd:double;
  dwc:latitude '-3.07'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26098'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303982'^^xsd:anyURI;
  dwc:observationDate '1960-04-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.333333 3.283333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.333333"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.333333 3.283333)"^^geo:wktLiteral ;
  geo-pos:lat "51.333333"^^xsd:decimal ;
  geo-pos:long "3.283333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/21376" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2122'^^xsd:integer;
  dwc:scientificName 'Alauda arvensis arvensis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1957'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/21376'^^xsd:string;
  dwc:collector 'Lippens'^^xsd:string;
  dwc:yearCollected '1957'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.283333'^^xsd:double;
  dwc:latitude '51.333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:21376'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304029'^^xsd:anyURI;
  dwc:observationDate '1957-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304050> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.8433 26.7035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.8433"^^xsd:decimal ;
  dwc:decimalLongitude "26.7035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25491'^^xsd:integer;
  dwc:scientificName 'Trachyphonus vaillantii suahelicus Reichenow, 1887'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.7035'^^xsd:double;
  dwc:latitude '-8.8433'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304050'^^xsd:anyURI;
  dwc:observationDate '1947-10-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.916667 -3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.916667"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9401" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9570'^^xsd:gYear;
  dwc:scientificName 'Uria aalge aalge (Pontoppidan, 1763)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Paul Desiré (M.)'^^xsd:string;
  dwc:yearIdentified '1977'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9401'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1926'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-3'^^xsd:integer;
  dwc:latitude '53.916667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9401'^^xsd:anyURI;
  dwc:aphiaid '567407'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304055'^^xsd:anyURI;
  dwc:aphiaIdAccepted '567407'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.16667 -72.93333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.16667"^^xsd:decimal ;
  dwc:decimalLongitude "-72.93333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25576" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:ave'^^xsd:anyURI;
  dwc:catalogNumber '56550'^^xsd:integer;
  dwc:scientificName 'Xolmis pyrope pyrope (Kittlitz, 1830)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Devillers Pierre (M.)'^^xsd:string;
  dwc:yearIdentified '1976'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25576'^^xsd:string;
  dwc:collector 'Orellana Thyris'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-72.93333'^^xsd:double;
  dwc:latitude '-37.16667'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25576'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304072'^^xsd:anyURI;
  dwc:observationDate '1976-06-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1833333333 5.5833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1833333333"^^xsd:decimal ;
  dwc:decimalLongitude "5.5833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/6249" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '19342'^^xsd:integer;
  dwc:scientificName 'Buteo buteo buteo (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen Walter (Prof.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/6249'^^xsd:string;
  dwc:yearCollected '1943'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.5833333333'^^xsd:double;
  dwc:latitude '50.1833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15957'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304087'^^xsd:anyURI;
  dwc:observationDate '1943-04-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7666666667 4.5333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.7666666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.5333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7929" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72904'^^xsd:integer;
  dwc:scientificName 'Strix aluco Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Vandervelden Jacqueline (Mme)'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7929'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.5333333333'^^xsd:double;
  dwc:latitude '50.7666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:30333'^^xsd:anyURI;
  dwc:occurrenceRemarks 'Status: Least Concern ver 3.1  Pop. trend: stable'^^xsd:string;
  dwc:aphiaid '558588'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304088'^^xsd:anyURI;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '558588'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 2.5833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1"^^xsd:decimal ;
  dwc:decimalLongitude "2.5833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3318" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '66349'^^xsd:integer;
  dwc:scientificName 'Charadrius alexandrinus alexandrinus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3318'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.5833333333'^^xsd:double;
  dwc:latitude '51.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26536'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304121'^^xsd:anyURI;
  dwc:observationDate '1954-06-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1666666667 4.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1666666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1666666667 4.35)"^^geo:wktLiteral ;
  geo-pos:lat "51.1666666667"^^xsd:decimal ;
  geo-pos:long "4.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5435" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15102'^^xsd:integer;
  dwc:scientificName 'Lymnocryptes minimus (Brünnich, 1764)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5435'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.35'^^xsd:double;
  dwc:latitude '51.1666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12689'^^xsd:anyURI;
  dwc:aphiaid '558755'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304124'^^xsd:anyURI;
  dwc:observationDate '1938-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '558755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.0833333333 -96.9666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.0833333333"^^xsd:decimal ;
  dwc:decimalLongitude "-96.9666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/30799" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '21546'^^xsd:integer;
  dwc:scientificName 'Columba flavirostris flavirostris Wagler, 1831'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1952'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/30799'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1925'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:country 'Mexico'^^xsd:string;
  dwc:longitude '-96.9666666667'^^xsd:double;
  dwc:latitude '19.0833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9277'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304127'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304201> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1 128)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1"^^xsd:decimal ;
  dwc:decimalLongitude "128"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/29339" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '8668'^^xsd:integer;
  dwc:scientificName 'Gymnocrex plumbeiventris (Gray, 1862)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/29339'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1886'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '128'^^xsd:integer;
  dwc:latitude '-1'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5403'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304201'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.483333 8.266667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.483333"^^xsd:decimal ;
  dwc:decimalLongitude "8.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.483333 8.266667)"^^geo:wktLiteral ;
  geo-pos:lat "34.483333"^^xsd:decimal ;
  geo-pos:long "8.266667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12153" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '35700'^^xsd:integer;
  dwc:scientificName 'Calandrella rufescens minor (Cabanis, 1851)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12153'^^xsd:string;
  dwc:collector 'Bédé P.'^^xsd:string;
  dwc:yearCollected '1932'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '8.266667'^^xsd:double;
  dwc:latitude '34.483333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12153'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304226'^^xsd:anyURI;
  dwc:observationDate '1932-04-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.28 168.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.28"^^xsd:decimal ;
  dwc:decimalLongitude "168.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25206" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '55736'^^xsd:integer;
  dwc:scientificName 'Larus bulleri Hutton, 1871'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25206'^^xsd:string;
  dwc:collector 'Musée de Wellington'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:continentOcean 'Oreti River'^^xsd:string;
  dwc:country 'New Zealand'^^xsd:string;
  dwc:longitude '168.17'^^xsd:double;
  dwc:latitude '-46.28'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25206'^^xsd:anyURI;
  dwc:aphiaid '225948'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304303'^^xsd:anyURI;
  dwc:observationDate '1974-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '1773431'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.86417 4.69597)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.86417"^^xsd:decimal ;
  dwc:decimalLongitude "4.69597"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23658" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '45198'^^xsd:integer;
  dwc:scientificName 'Caprimulgus europaeus europaeus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Asperslag L. (M.)'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23658'^^xsd:string;
  dwc:collector 'Asperslag L. (M.)'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.69597'^^xsd:double;
  dwc:latitude '50.86417'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23658'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304315'^^xsd:anyURI;
  dwc:observationDate '1961-05-31'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.3333333333 18.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.3333333333"^^xsd:decimal ;
  dwc:decimalLongitude "18.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.3333333333 18.05)"^^geo:wktLiteral ;
  geo-pos:lat "59.3333333333"^^xsd:decimal ;
  geo-pos:long "18.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/33924" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10944'^^xsd:integer;
  dwc:scientificName 'Arenaria interpres interpres Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/33924'^^xsd:string;
  dwc:yearCollected '1889'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Sweden'^^xsd:string;
  dwc:longitude '18.05'^^xsd:double;
  dwc:latitude '59.3333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304320'^^xsd:anyURI;
  dwc:observationDate '1889-06-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9 -71.516667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.9"^^xsd:decimal ;
  dwc:decimalLongitude "-71.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 "3000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25844" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:ave'^^xsd:anyURI;
  dwc:catalogNumber '58195'^^xsd:integer;
  dwc:scientificName 'Aphrastura spinicauda spinicauda (Gmelin, 1789)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25844'^^xsd:string;
  dwc:collector 'Orellana Thyris'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-71.516667'^^xsd:double;
  dwc:latitude '-36.9'^^xsd:double;
  dwc:coordinatePrecision '3000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25844'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304347'^^xsd:anyURI;
  dwc:observationDate '1977-10-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349997 3.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349997"^^xsd:decimal ;
  dwc:decimalLongitude "3.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/13914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15127'^^xsd:integer;
  dwc:scientificName 'Sterna albifrons albifrons Pallas, 1714'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/13914'^^xsd:string;
  dwc:collector 'Cajot'^^xsd:string;
  dwc:yearCollected '1890'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.25'^^xsd:double;
  dwc:latitude '51.349997'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13914'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304380'^^xsd:anyURI;
  dwc:observationDate '1890-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7436" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10453B'^^xsd:string;
  dwc:scientificName 'Sterna albifrons albifrons Pallas, 1714'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7436'^^xsd:string;
  dwc:collector 'Legrand 1 (Dr.)'^^xsd:string;
  dwc:yearCollected '1928'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9068'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304445'^^xsd:anyURI;
  dwc:observationDate '1928-04-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25 135)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25"^^xsd:decimal ;
  dwc:decimalLongitude "135"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4235" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-03-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2552'^^xsd:gYear;
  dwc:scientificName 'Platycercus icterotis (Kuhl, 1820)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4235'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1878'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '135'^^xsd:integer;
  dwc:latitude '-25'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4235'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304467'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304473> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.400003 4.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.400003"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.400003 4.65)"^^geo:wktLiteral ;
  geo-pos:lat "51.400003"^^xsd:decimal ;
  geo-pos:long "4.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/13111" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '13401,ullens.'^^xsd:string;
  dwc:scientificName 'Picus viridis viridis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/13111'^^xsd:string;
  dwc:collector 'Ullens de Schooten  (M.)'^^xsd:string;
  dwc:yearCollected '1896'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.65'^^xsd:double;
  dwc:latitude '51.400003'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13111'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304473'^^xsd:anyURI;
  dwc:observationDate '1896-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.916667 -118.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.916667"^^xsd:decimal ;
  dwc:decimalLongitude "-118.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.916667 -118.5)"^^geo:wktLiteral ;
  geo-pos:lat "32.916667"^^xsd:decimal ;
  geo-pos:long "-118.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '44291'^^xsd:integer;
  dwc:scientificName 'Larus heermanni Cassin, 1852'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Chicago Field Museum of Natural History'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23649'^^xsd:string;
  dwc:collector 'Chicago Field Museum of Natural History'^^xsd:string;
  dwc:yearCollected '1903'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-118.5'^^xsd:double;
  dwc:latitude '32.916667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23649'^^xsd:anyURI;
  dwc:aphiaid '343913'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304492'^^xsd:anyURI;
  dwc:observationDate '1903-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '343913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304529> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.80431 4.67938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.80431"^^xsd:decimal ;
  dwc:decimalLongitude "4.67938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15957" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '19352'^^xsd:integer;
  dwc:scientificName 'Cuculus canorus canorus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15957'^^xsd:string;
  dwc:collector 'de Ruette R.'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.67938'^^xsd:double;
  dwc:latitude '50.80431'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15957'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304529'^^xsd:anyURI;
  dwc:observationDate '1946-06-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38056 4.37582)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38056"^^xsd:decimal ;
  dwc:decimalLongitude "4.37582"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10515" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5707'^^xsd:gYear;
  dwc:scientificName 'Alauda arvensis arvensis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10515'^^xsd:string;
  dwc:collector 'Anspach Marguerite (Miss)'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.37582'^^xsd:double;
  dwc:latitude '50.38056'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10515'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304540'^^xsd:anyURI;
  dwc:observationDate '1935-11-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0333333333 3.6666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0333333333"^^xsd:decimal ;
  dwc:decimalLongitude "3.6666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1201" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '61919'^^xsd:integer;
  dwc:scientificName 'Accipiter nisus nisus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1201'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.6666666667'^^xsd:double;
  dwc:latitude '51.0333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26088'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304544'^^xsd:anyURI;
  dwc:observationDate '1980-02-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 4.733333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 4.733333)"^^geo:wktLiteral ;
  geo-pos:lat "51.1"^^xsd:decimal ;
  geo-pos:long "4.733333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/13927" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '13366'^^xsd:integer;
  dwc:scientificName 'Jynx torquilla torquilla Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/13927'^^xsd:string;
  dwc:collector 'Daumerie Roger (M.)'^^xsd:string;
  dwc:yearCollected '1920'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.733333'^^xsd:double;
  dwc:latitude '51.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13927'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304567'^^xsd:anyURI;
  dwc:observationDate '1920-05-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6166666667 4.4833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.6166666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.4833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4520" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '812E'^^xsd:string;
  dwc:scientificName 'Limosa lapponica lapponica (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4520'^^xsd:string;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.4833333333'^^xsd:double;
  dwc:latitude '50.6166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10749'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304572'^^xsd:anyURI;
  dwc:observationDate '1936-09-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304578> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5 12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5 12)"^^geo:wktLiteral ;
  geo-pos:lat "51.5"^^xsd:decimal ;
  geo-pos:long "12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10847'^^xsd:integer;
  dwc:scientificName 'Cuculus canorus canorus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1890'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '12'^^xsd:integer;
  dwc:latitude '51.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304578'^^xsd:anyURI;
  dwc:observationDate '1890-05-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9333333333 1.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9333333333"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9333333333 1.7)"^^geo:wktLiteral ;
  geo-pos:lat "50.9333333333"^^xsd:decimal ;
  geo-pos:long "1.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/27559" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '64927'^^xsd:integer;
  dwc:scientificName 'Sula bassana (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/27559'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '1.7'^^xsd:double;
  dwc:latitude '50.9333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26241'^^xsd:anyURI;
  dwc:aphiaid '137180'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304583'^^xsd:anyURI;
  dwc:observationDate '1981-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '148776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32 90)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26496" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '37321'^^xsd:integer;
  dwc:scientificName 'Alectoris chukar (Gray, 1830)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26496'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1950'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '90'^^xsd:integer;
  dwc:latitude '32'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17226'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304603'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.85 -69.2833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.85"^^xsd:decimal ;
  dwc:decimalLongitude "-69.2833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/31443" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '67175'^^xsd:integer;
  dwc:scientificName 'Daptrius americanus (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1969'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/31443'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'Peru'^^xsd:string;
  dwc:longitude '-69.2833333333'^^xsd:double;
  dwc:latitude '-12.85'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26646'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304604'^^xsd:anyURI;
  dwc:observationDate '1982-11-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 39.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 39.5)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "39.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/27142" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4495'^^xsd:integer;
  dwc:scientificName 'Haliaeetus vocifer (Daudin, 1800)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/27142'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1849'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:country 'Ethiopia'^^xsd:string;
  dwc:longitude '39.5'^^xsd:double;
  dwc:latitude '9'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:1124'^^xsd:anyURI;
  dwc:aphiaid '212677'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304615'^^xsd:anyURI;
  dwc:aphiaIdAccepted '212677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2158 29.5636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.2158"^^xsd:decimal ;
  dwc:decimalLongitude "29.5636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25885" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '59427'^^xsd:integer;
  dwc:scientificName 'Merops pusillus meridionalis (Sharpe, 1892)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25885'^^xsd:string;
  dwc:collector 'Prigogine A., Gaugris'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Burundi'^^xsd:string;
  dwc:longitude '29.5636'^^xsd:double;
  dwc:latitude '-3.2158'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25885'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304657'^^xsd:anyURI;
  dwc:observationDate '1978-05-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24173'^^xsd:integer;
  dwc:scientificName 'Eurystomus glaucurus suahelicus Neumann, 1905'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.51667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304670'^^xsd:anyURI;
  dwc:observationDate '1948-10-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7491" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24927'^^xsd:integer;
  dwc:scientificName 'Melanitta nigra nigra (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1954'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7491'^^xsd:string;
  dwc:yearCollected '1953'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:18982'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304735'^^xsd:anyURI;
  dwc:observationDate '1953-03-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7491" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24928'^^xsd:integer;
  dwc:scientificName 'Melanitta nigra nigra (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1954'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7491'^^xsd:string;
  dwc:yearCollected '1953'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:18982'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304736'^^xsd:anyURI;
  dwc:observationDate '1953-03-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7491" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24942'^^xsd:integer;
  dwc:scientificName 'Melanitta nigra nigra (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1954'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7491'^^xsd:string;
  dwc:yearCollected '1953'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:18982'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304737'^^xsd:anyURI;
  dwc:observationDate '1953-03-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.36667 103.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.36667"^^xsd:decimal ;
  dwc:decimalLongitude "103.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.36667 103.8)"^^geo:wktLiteral ;
  geo-pos:lat "1.36667"^^xsd:decimal ;
  geo-pos:long "103.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-03-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2598'^^xsd:integer;
  dwc:scientificName 'Hemicircus concretus sordidus (Eyton, 1845)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '103.8'^^xsd:double;
  dwc:latitude '1.36667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304773'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2 2.9666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2"^^xsd:decimal ;
  dwc:decimalLongitude "2.9666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10586" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-02-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10357'^^xsd:integer;
  dwc:scientificName 'Gavia arctica arctica (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10586'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.9666666667'^^xsd:double;
  dwc:latitude '51.2'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9296'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304792'^^xsd:anyURI;
  dwc:observationDate '1930-11-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.55 5.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.55"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3268" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '59641'^^xsd:integer;
  dwc:scientificName 'Circus pygargus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3268'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.5'^^xsd:double;
  dwc:latitude '49.55'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29946'^^xsd:anyURI;
  dwc:aphiaid '1037307'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304815'^^xsd:anyURI;
  dwc:observationDate '1977-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '1037307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35113 3.28744)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.35113"^^xsd:decimal ;
  dwc:decimalLongitude "3.28744"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9473" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-01-31'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10042d'^^xsd:string;
  dwc:scientificName 'Cuculus canorus canorus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9473'^^xsd:string;
  dwc:collector 'Lippens'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.28744'^^xsd:double;
  dwc:latitude '51.35113'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9473'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304818'^^xsd:anyURI;
  dwc:observationDate '1931-05-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.15 27.01667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.15"^^xsd:decimal ;
  dwc:decimalLongitude "27.01667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23301'^^xsd:integer;
  dwc:scientificName 'Turtur chalcospilos (Wagler, 1827)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '27.01667'^^xsd:double;
  dwc:latitude '-7.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304838'^^xsd:anyURI;
  dwc:observationDate '1948-02-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.15 27.01667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.15"^^xsd:decimal ;
  dwc:decimalLongitude "27.01667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23302'^^xsd:integer;
  dwc:scientificName 'Turtur chalcospilos (Wagler, 1827)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '27.01667'^^xsd:double;
  dwc:latitude '-7.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304839'^^xsd:anyURI;
  dwc:observationDate '1948-02-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0166666667 5.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0166666667"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0166666667 5.3)"^^geo:wktLiteral ;
  geo-pos:lat "51.0166666667"^^xsd:decimal ;
  geo-pos:long "5.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10710" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-02-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '61237'^^xsd:integer;
  dwc:scientificName 'Tachybaptus ruficollis ruficollis (Pallas, 1764)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10710'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.3'^^xsd:double;
  dwc:latitude '51.0166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26536'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304840'^^xsd:anyURI;
  dwc:observationDate '1979-07-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8166666667 4.6166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.8166666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.6166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7277" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '19230'^^xsd:integer;
  dwc:scientificName 'Accipiter gentilis gentilis (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7277'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.6166666667'^^xsd:double;
  dwc:latitude '50.8166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17505'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304873'^^xsd:anyURI;
  dwc:observationDate '1950-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.7833333333 29.2833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.7833333333"^^xsd:decimal ;
  dwc:decimalLongitude "29.2833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/21969" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15945'^^xsd:integer;
  dwc:scientificName 'Haliaeetus vocifer (Daudin, 1800)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/21969'^^xsd:string;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Rwindi'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.2833333333'^^xsd:double;
  dwc:latitude '-0.7833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12088'^^xsd:anyURI;
  dwc:aphiaid '212677'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304878'^^xsd:anyURI;
  dwc:observationDate '1934-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '212677'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.766667 24.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.766667"^^xsd:decimal ;
  dwc:decimalLongitude "24.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 "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/18969" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24988'^^xsd:integer;
  dwc:scientificName 'Merops muelleri muelleri (Cassin, 1857)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1951'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/18969'^^xsd:string;
  dwc:collector 'Toussaint L.'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '24.45'^^xsd:double;
  dwc:latitude '0.766667'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:18969'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304884'^^xsd:anyURI;
  dwc:observationDate '1950-03-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.616667 122.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.616667"^^xsd:decimal ;
  dwc:decimalLongitude "122.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.616667 122.95)"^^geo:wktLiteral ;
  geo-pos:lat "0.616667"^^xsd:decimal ;
  geo-pos:long "122.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/6609" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '8497'^^xsd:gYear;
  dwc:scientificName 'Ducula luctuosa (Temminck, 1825)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/6609'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1899'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '122.95'^^xsd:double;
  dwc:latitude '0.616667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:6609'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304890'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 -113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "-113"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12641" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '16112'^^xsd:integer;
  dwc:scientificName 'Bonasa umbellus togata (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12641'^^xsd:string;
  dwc:yearCollected '1932'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-113'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10536'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304895'^^xsd:anyURI;
  dwc:observationDate '1932-04-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.5 110)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.5"^^xsd:decimal ;
  dwc:decimalLongitude "110"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/29346" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2894'^^xsd:gYear;
  dwc:scientificName 'Turnix suscitator suscitator (Gmelin, 1789)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/29346'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1847'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '110'^^xsd:integer;
  dwc:latitude '-7.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:619'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304910'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.49167 110.00444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.49167"^^xsd:decimal ;
  dwc:decimalLongitude "110.00444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1128'^^xsd:integer;
  dwc:scientificName 'Batrachostomus javensis javensis (Horsfield, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '110.00444'^^xsd:double;
  dwc:latitude '-7.49167'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304966'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10 -55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10"^^xsd:decimal ;
  dwc:decimalLongitude "-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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6773'^^xsd:integer;
  dwc:scientificName 'Crotophaga major Gmelin, 1788'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1847'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-55'^^xsd:integer;
  dwc:latitude '-10'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:442'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304968'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304972> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 2.5833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1"^^xsd:decimal ;
  dwc:decimalLongitude "2.5833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3312" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20436'^^xsd:integer;
  dwc:scientificName 'Melanitta nigra nigra (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1952'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3312'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.5833333333'^^xsd:double;
  dwc:latitude '51.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:18451'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304972'^^xsd:anyURI;
  dwc:observationDate '1952-02-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.36667 28.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.36667"^^xsd:decimal ;
  dwc:decimalLongitude "28.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.36667 28.4)"^^geo:wktLiteral ;
  geo-pos:lat "-4.36667"^^xsd:decimal ;
  geo-pos:long "28.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-31'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '62158'^^xsd:integer;
  dwc:scientificName 'Colius striatus congicus Reichenow, 1923'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26098'^^xsd:string;
  dwc:collector 'Prigogine A.'^^xsd:string;
  dwc:yearCollected '1958'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.4'^^xsd:double;
  dwc:latitude '-4.36667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26098'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304975'^^xsd:anyURI;
  dwc:observationDate '1958-06-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 2.5833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1"^^xsd:decimal ;
  dwc:decimalLongitude "2.5833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3318" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '66350'^^xsd:integer;
  dwc:scientificName 'Sterna albifrons albifrons Pallas, 1714'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3318'^^xsd:string;
  dwc:collector 'Simon Paul (M.)'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.5833333333'^^xsd:double;
  dwc:latitude '51.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26536'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305006'^^xsd:anyURI;
  dwc:observationDate '1954-06-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.66696 -110.83517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.66696"^^xsd:decimal ;
  dwc:decimalLongitude "-110.83517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10536" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '36809'^^xsd:integer;
  dwc:scientificName 'Empidonax minimus (Baird W.M. & Baird S.F., 1843)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10536'^^xsd:string;
  dwc:collector 'Hinsche W.'^^xsd:string;
  dwc:yearCollected '1932'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Athabasca River'^^xsd:string;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-110.83517'^^xsd:double;
  dwc:latitude '58.66696'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10536'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305025'^^xsd:anyURI;
  dwc:observationDate '1932-06-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305064> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 4.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 4.3)"^^geo:wktLiteral ;
  geo-pos:lat "51.3"^^xsd:decimal ;
  geo-pos:long "4.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/6463" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14993'^^xsd:integer;
  dwc:scientificName 'Vanellus vanellus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/6463'^^xsd:string;
  dwc:yearCollected '1932'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.3'^^xsd:double;
  dwc:latitude '51.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13146'^^xsd:anyURI;
  dwc:aphiaid '159142'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305064'^^xsd:anyURI;
  dwc:observationDate '1932-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '159142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.02 24.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.02"^^xsd:decimal ;
  dwc:decimalLongitude "24.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.02 24.42)"^^geo:wktLiteral ;
  geo-pos:lat "65.02"^^xsd:decimal ;
  geo-pos:long "24.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1434'^^xsd:gYear;
  dwc:scientificName 'Cepphus grylle grylle (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Finland'^^xsd:string;
  dwc:longitude '24.42'^^xsd:double;
  dwc:latitude '65.02'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305073'^^xsd:anyURI;
  dwc:observationDate '1887-06-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.35 19.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.35"^^xsd:decimal ;
  dwc:decimalLongitude "19.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.35 19.45)"^^geo:wktLiteral ;
  geo-pos:lat "47.35"^^xsd:decimal ;
  geo-pos:long "19.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/28924" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10951D'^^xsd:string;
  dwc:scientificName 'Charadrius alexandrinus alexandrinus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/28924'^^xsd:string;
  dwc:yearCollected '1891'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'Hungary'^^xsd:string;
  dwc:longitude '19.45'^^xsd:double;
  dwc:latitude '47.35'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305074'^^xsd:anyURI;
  dwc:observationDate '1891-05-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305078> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2333333333 3.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2333333333"^^xsd:decimal ;
  dwc:decimalLongitude "3.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5522" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-21'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10418D'^^xsd:string;
  dwc:scientificName 'Charadrius morinellus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5522'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.1'^^xsd:double;
  dwc:latitude '51.2333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9163'^^xsd:anyURI;
  dwc:aphiaid '232043'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305078'^^xsd:anyURI;
  dwc:observationDate '1929-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '232043'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.833333 4.666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.833333"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.833333 4.666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.833333"^^xsd:decimal ;
  geo-pos:long "4.666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26088" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-21'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '61864'^^xsd:integer;
  dwc:scientificName 'Delichon urbicum urbicum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26088'^^xsd:string;
  dwc:collector 'Unknown'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.666667'^^xsd:double;
  dwc:latitude '50.833333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26088'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305082'^^xsd:anyURI;
  dwc:observationDate '1979-08-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '52040'^^xsd:integer;
  dwc:scientificName 'Halcyon badia Verreaux J.P. & Verreaux E., 1851'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305106'^^xsd:anyURI;
  dwc:observationDate '1954-02-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69 27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69"^^xsd:decimal ;
  dwc:decimalLongitude "27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/27422" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '939D'^^xsd:string;
  dwc:scientificName 'Buteo lagopus lagopus (Pontoppidan, 1763)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/27422'^^xsd:string;
  dwc:yearCollected '1888'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '27'^^xsd:integer;
  dwc:latitude '69'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305110'^^xsd:anyURI;
  dwc:observationDate '1888-05-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8 5.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8 5.15)"^^geo:wktLiteral ;
  geo-pos:lat "49.8"^^xsd:decimal ;
  geo-pos:long "5.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9400" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9621'^^xsd:gYear;
  dwc:scientificName 'Alauda arvensis arvensis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.), Galasse A.'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9400'^^xsd:string;
  dwc:collector 'Galasse A.'^^xsd:string;
  dwc:yearCollected '1927'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.15'^^xsd:double;
  dwc:latitude '49.8'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9400'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305121'^^xsd:anyURI;
  dwc:observationDate '1927-05-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.1333333333 8.4666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "8.4666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/34542" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '35587'^^xsd:integer;
  dwc:scientificName 'Chlamydotis undulata undulata (Jacquin, 1784)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/34542'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '8.4666666667'^^xsd:double;
  dwc:latitude '35.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12153'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305124'^^xsd:anyURI;
  dwc:observationDate '1938-06-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7393" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-21'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9769'^^xsd:integer;
  dwc:scientificName 'Charadrius dubius curonicus Gmelin, 1789'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7393'^^xsd:string;
  dwc:yearCollected '1923'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8799'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305131'^^xsd:anyURI;
  dwc:observationDate '1923-06-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12 -42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12"^^xsd:decimal ;
  dwc:decimalLongitude "-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 "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15883" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '54387'^^xsd:integer;
  dwc:scientificName 'Agyrtria leucogaster bahiae (Hartert, 1899)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1970'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15883'^^xsd:string;
  dwc:collector 'Charlier P.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1947'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:country 'Brazil'^^xsd:string;
  dwc:longitude '-42'^^xsd:integer;
  dwc:latitude '-12'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15883'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305146'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12 -42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12"^^xsd:decimal ;
  dwc:decimalLongitude "-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 "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15883" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '54386'^^xsd:integer;
  dwc:scientificName 'Agyrtria leucogaster bahiae (Hartert, 1899)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1970'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15883'^^xsd:string;
  dwc:collector 'Charlier P.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1947'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:country 'Brazil'^^xsd:string;
  dwc:longitude '-42'^^xsd:integer;
  dwc:latitude '-12'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15883'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305147'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.49167 110.00444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.49167"^^xsd:decimal ;
  dwc:decimalLongitude "110.00444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5860'^^xsd:integer;
  dwc:scientificName 'Rhyticeros undulatus (Shaw, 1811)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Unknown'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '110.00444'^^xsd:double;
  dwc:latitude '-7.49167'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305154'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7333333333 3.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.7333333333"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7333333333 3.4)"^^geo:wktLiteral ;
  geo-pos:lat "50.7333333333"^^xsd:decimal ;
  geo-pos:long "3.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11638" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10525H'^^xsd:string;
  dwc:scientificName 'Vanellus vanellus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Anspach Marguerite (Miss)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11638'^^xsd:string;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.4'^^xsd:double;
  dwc:latitude '50.7333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10285'^^xsd:anyURI;
  dwc:aphiaid '159142'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305172'^^xsd:anyURI;
  dwc:observationDate '1934-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '159142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305173> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7333333333 3.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.7333333333"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7333333333 3.4)"^^geo:wktLiteral ;
  geo-pos:lat "50.7333333333"^^xsd:decimal ;
  geo-pos:long "3.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11638" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10525F'^^xsd:string;
  dwc:scientificName 'Vanellus vanellus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Anspach Marguerite (Miss)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11638'^^xsd:string;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.4'^^xsd:double;
  dwc:latitude '50.7333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10285'^^xsd:anyURI;
  dwc:aphiaid '159142'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305173'^^xsd:anyURI;
  dwc:observationDate '1934-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '159142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7333333333 3.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.7333333333"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7333333333 3.4)"^^geo:wktLiteral ;
  geo-pos:lat "50.7333333333"^^xsd:decimal ;
  geo-pos:long "3.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11638" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10525G'^^xsd:string;
  dwc:scientificName 'Vanellus vanellus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Anspach Marguerite (Miss)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11638'^^xsd:string;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.4'^^xsd:double;
  dwc:latitude '50.7333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10285'^^xsd:anyURI;
  dwc:aphiaid '159142'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305174'^^xsd:anyURI;
  dwc:observationDate '1934-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '159142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305189> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.15 3.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.15"^^xsd:decimal ;
  dwc:decimalLongitude "3.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12854" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15159'^^xsd:integer;
  dwc:scientificName 'Rissa tridactyla tridactyla (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12854'^^xsd:string;
  dwc:collector 'd\'Artet  (Comte)'^^xsd:string;
  dwc:yearCollected '1921'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.13'^^xsd:double;
  dwc:latitude '51.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12854'^^xsd:anyURI;
  dwc:aphiaid '567460'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305189'^^xsd:anyURI;
  dwc:observationDate '1921-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '567460'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305201> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7480" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24931'^^xsd:integer;
  dwc:scientificName 'Melanitta nigra nigra (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1954'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7480'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17158'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305201'^^xsd:anyURI;
  dwc:observationDate '1950-01-31'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.6833333333 29.1333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.6833333333"^^xsd:decimal ;
  dwc:decimalLongitude "29.1333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/16055" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '22978'^^xsd:integer;
  dwc:scientificName 'Sarothrura pulchra centralis Neumann, 1908'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/16055'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.1333333333'^^xsd:double;
  dwc:latitude '3.6833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19057'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305212'^^xsd:anyURI;
  dwc:observationDate '1948-04-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.447222 -112.358056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.447222"^^xsd:decimal ;
  dwc:decimalLongitude "-112.358056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5773'^^xsd:integer;
  dwc:scientificName 'Bolborhynchus lineola lineola (Cassin, 1853)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1868'^^xsd:string;
  dwc:collector 'Carron du Villardt'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1855'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:country 'Mexico'^^xsd:string;
  dwc:longitude '-112.358056'^^xsd:double;
  dwc:latitude '31.447222'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:1868'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305215'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0 102)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0"^^xsd:decimal ;
  dwc:decimalLongitude "102"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/29271" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-23'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3104'^^xsd:gYear;
  dwc:scientificName 'Lophura ignita macartneyi (Temminck, 1813)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Lenglet Georges (Dr.)'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/29271'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1845'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '102'^^xsd:integer;
  dwc:latitude '0'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: unknown; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305245'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0 102)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0"^^xsd:decimal ;
  dwc:decimalLongitude "102"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/29271" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3104'^^xsd:integer;
  dwc:scientificName 'Lophura ignita macartneyi (Temminck, 1813)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Lenglet Georges (Dr.)'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/29271'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1845'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '102'^^xsd:integer;
  dwc:latitude '0'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: unknown; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305246'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.4833333333 8.2666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.4833333333"^^xsd:decimal ;
  dwc:decimalLongitude "8.2666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/34432" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-23'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '35600'^^xsd:integer;
  dwc:scientificName 'Burhinus oedicnemus saharae (Reichenow, 1894)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/34432'^^xsd:string;
  dwc:yearCollected '1937'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '8.2666666667'^^xsd:double;
  dwc:latitude '34.4833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12153'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305290'^^xsd:anyURI;
  dwc:observationDate '1937-04-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.51667 25.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.51667"^^xsd:decimal ;
  dwc:decimalLongitude "25.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.51667 25.2)"^^geo:wktLiteral ;
  geo-pos:lat "-10.51667"^^xsd:decimal ;
  geo-pos:long "25.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15663" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-23'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24731'^^xsd:integer;
  dwc:scientificName 'Turtur afer (Linnaeus, 1776)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15663'^^xsd:string;
  dwc:collector 'Lefebure L. (R.P.)'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '25.2'^^xsd:double;
  dwc:latitude '-10.51667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15663'^^xsd:anyURI;
  dwc:aphiaid '212729'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305311'^^xsd:anyURI;
  dwc:observationDate '1940-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '212729'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 3.7333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3"^^xsd:decimal ;
  dwc:decimalLongitude "3.7333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/31011" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-23'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '42151'^^xsd:integer;
  dwc:scientificName 'Gavia stellata (Pontoppidan, 1763)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1965'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/31011'^^xsd:string;
  dwc:yearCollected '1964'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Netherlands'^^xsd:string;
  dwc:longitude '3.7333333333'^^xsd:double;
  dwc:latitude '51.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23006'^^xsd:anyURI;
  dwc:aphiaid '137188'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305312'^^xsd:anyURI;
  dwc:observationDate '1964-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '137188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.3166666667 29.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.3166666667"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/21100" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23191'^^xsd:integer;
  dwc:scientificName 'Gallinago nigripennis Bonaparte, 1839'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/21100'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.75'^^xsd:double;
  dwc:latitude '0.3166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305318'^^xsd:anyURI;
  dwc:observationDate '1940-12-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.366664 4.316667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.366664"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.366664 4.316667)"^^geo:wktLiteral ;
  geo-pos:lat "51.366664"^^xsd:decimal ;
  geo-pos:long "4.316667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15518" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20477'^^xsd:integer;
  dwc:scientificName 'Tringa totanus totanus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1952'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15518'^^xsd:string;
  dwc:collector 'Van Montfort F.'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.316667'^^xsd:double;
  dwc:latitude '51.366664'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15518'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305329'^^xsd:anyURI;
  dwc:observationDate '1947-04-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7347" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15025'^^xsd:integer;
  dwc:scientificName 'Tringa erythropus (Pallas, 1764)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7347'^^xsd:string;
  dwc:startYearCollected '1900'^^xsd:integer;
  dwc:endYearCollected '1914'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13927'^^xsd:anyURI;
  dwc:aphiaid '159029'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305330'^^xsd:anyURI;
  dwc:aphiaIdAccepted '159029'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2666666667 29.2333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.2666666667"^^xsd:decimal ;
  dwc:decimalLongitude "29.2333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12469" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '61886'^^xsd:integer;
  dwc:scientificName 'Gallinago gallinago gallinago Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12469'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Rusizi'^^xsd:string;
  dwc:country 'Burundi'^^xsd:string;
  dwc:longitude '29.2333333333'^^xsd:double;
  dwc:latitude '-3.2666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26097'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305339'^^xsd:anyURI;
  dwc:observationDate '1979-11-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2666666667 29.2333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.2666666667"^^xsd:decimal ;
  dwc:decimalLongitude "29.2333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12469" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '61887'^^xsd:integer;
  dwc:scientificName 'Gallinago gallinago gallinago Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12469'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Rusizi'^^xsd:string;
  dwc:country 'Burundi'^^xsd:string;
  dwc:longitude '29.2333333333'^^xsd:double;
  dwc:latitude '-3.2666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26097'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305340'^^xsd:anyURI;
  dwc:observationDate '1979-11-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.66089 27.47938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.66089"^^xsd:decimal ;
  dwc:decimalLongitude "27.47938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "8000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15333" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '21022'^^xsd:integer;
  dwc:scientificName 'Centropus superciliosus loandae Grant, 1915'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15333'^^xsd:string;
  dwc:collector 'Bredo H.J.'^^xsd:string;
  dwc:yearCollected '1941'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '27.47938'^^xsd:double;
  dwc:latitude '-11.66089'^^xsd:double;
  dwc:coordinatePrecision '8000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15333'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305373'^^xsd:anyURI;
  dwc:observationDate '1941-02-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.2302 29.1251)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.2302"^^xsd:decimal ;
  dwc:decimalLongitude "29.1251"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12538" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-01-12'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11947'^^xsd:integer;
  dwc:scientificName 'Campethera abingoni abingoni (Smith, 1836)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12538'^^xsd:string;
  dwc:collector 'Lefebure L. (R.P.)'^^xsd:string;
  dwc:startYearCollected '1938'^^xsd:integer;
  dwc:endYearCollected '1939'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.1251'^^xsd:double;
  dwc:latitude '-1.2302'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12538'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305376'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.05 28.1833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.05"^^xsd:decimal ;
  dwc:decimalLongitude "28.1833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/17169" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '61967'^^xsd:integer;
  dwc:scientificName 'Sarkidiornis melanotos melanotos (Pennant, 1769)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/17169'^^xsd:string;
  dwc:collector 'Prigogine A.'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.1833333333'^^xsd:double;
  dwc:latitude '-3.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26098'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305377'^^xsd:anyURI;
  dwc:observationDate '1952-12-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3666666667 4.3166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3666666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.3166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1962" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20128'^^xsd:integer;
  dwc:scientificName 'Recurvirostra avosetta avosetta Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1962'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.3166666667'^^xsd:double;
  dwc:latitude '51.3666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16924'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305387'^^xsd:anyURI;
  dwc:observationDate '1949-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305399> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7405" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10074D'^^xsd:string;
  dwc:scientificName 'Accipiter nisus nisus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1930'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7405'^^xsd:string;
  dwc:yearCollected '1924'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8796'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305399'^^xsd:anyURI;
  dwc:observationDate '1924-03-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.2 102.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.2"^^xsd:decimal ;
  dwc:decimalLongitude "102.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "15000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4733" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3125'^^xsd:gYear;
  dwc:scientificName 'Corydon sumatranus sumatranus (Raffles, 1822)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4733'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1881'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '102.25'^^xsd:double;
  dwc:latitude '2.2'^^xsd:double;
  dwc:coordinatePrecision '15000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4733'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305414'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.05644 29.14825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.05644"^^xsd:decimal ;
  dwc:decimalLongitude "29.14825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/17169" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '21263'^^xsd:integer;
  dwc:scientificName 'Merops albicollis Vieillot, 1817'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/17169'^^xsd:string;
  dwc:collector 'Hiernaux D.'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.14825'^^xsd:double;
  dwc:latitude '1.05644'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17169'^^xsd:anyURI;
  dwc:aphiaid '212741'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305423'^^xsd:anyURI;
  dwc:observationDate '1947-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '212741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.2333333333 -75.6833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.2333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.6833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/31436" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4465'^^xsd:integer;
  dwc:scientificName 'Leucippus chionogaster (Tschudi, 1845)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.), Dubois Alain (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/31436'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Peru'^^xsd:string;
  dwc:longitude '-75.6833333333'^^xsd:double;
  dwc:latitude '-14.2333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305424'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.2333333333 -75.6833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.2333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.6833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/31436" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4464'^^xsd:integer;
  dwc:scientificName 'Leucippus chionogaster (Tschudi, 1845)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.), Dubois Alain (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/31436'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Peru'^^xsd:string;
  dwc:longitude '-75.6833333333'^^xsd:double;
  dwc:latitude '-14.2333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305425'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305503> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13 2.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13 2.55)"^^geo:wktLiteral ;
  geo-pos:lat "51.13"^^xsd:decimal ;
  geo-pos:long "2.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "13455" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5351'^^xsd:integer;
  dwc:scientificName 'Alca torda Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '13455'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1847'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.55'^^xsd:double;
  dwc:latitude '51.13'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:901'^^xsd:anyURI;
  dwc:aphiaid '137128'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305503'^^xsd:anyURI;
  dwc:aphiaIdAccepted '137128'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.02 -60.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.02"^^xsd:decimal ;
  dwc:decimalLongitude "-60.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.02 -60.38)"^^geo:wktLiteral ;
  geo-pos:lat "-22.02"^^xsd:decimal ;
  geo-pos:long "-60.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26801" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '68044'^^xsd:integer;
  dwc:scientificName 'Phacellodomus sibilatrix Sclater, 1879'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26801'^^xsd:string;
  dwc:collector 'Fonds Léopold III'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Paraguay'^^xsd:string;
  dwc:longitude '-60.38'^^xsd:double;
  dwc:latitude '-22.02'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26801'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305512'^^xsd:anyURI;
  dwc:observationDate '1984-05-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305513> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.02 -60.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.02"^^xsd:decimal ;
  dwc:decimalLongitude "-60.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.02 -60.38)"^^geo:wktLiteral ;
  geo-pos:lat "-22.02"^^xsd:decimal ;
  geo-pos:long "-60.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26801" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '68045'^^xsd:integer;
  dwc:scientificName 'Phacellodomus sibilatrix Sclater, 1879'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26801'^^xsd:string;
  dwc:collector 'Fonds Léopold III'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Paraguay'^^xsd:string;
  dwc:longitude '-60.38'^^xsd:double;
  dwc:latitude '-22.02'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26801'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305513'^^xsd:anyURI;
  dwc:observationDate '1984-05-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305550> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.5 14.6833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.5"^^xsd:decimal ;
  dwc:decimalLongitude "14.6833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12699" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '39847'^^xsd:integer;
  dwc:scientificName 'Pluvianus aegyptius aegyptius (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12699'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Chad'^^xsd:string;
  dwc:longitude '14.6833333333'^^xsd:double;
  dwc:latitude '13.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19862'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305550'^^xsd:anyURI;
  dwc:observationDate '1954-03-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-28'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24339'^^xsd:integer;
  dwc:scientificName 'Ceryle rudis rudis (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.51667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305572'^^xsd:anyURI;
  dwc:observationDate '1947-08-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.116667 15.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.116667"^^xsd:decimal ;
  dwc:decimalLongitude "15.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.116667 15.05)"^^geo:wktLiteral ;
  geo-pos:lat "12.116667"^^xsd:decimal ;
  geo-pos:long "15.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '39874'^^xsd:integer;
  dwc:scientificName 'Sterna albifrons guinea Bannerman, 1931'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1957'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19862'^^xsd:string;
  dwc:collector 'Laenen  (Miss)'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'Chad'^^xsd:string;
  dwc:longitude '15.05'^^xsd:double;
  dwc:latitude '12.116667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19862'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305593'^^xsd:anyURI;
  dwc:observationDate '1954-05-25'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.3 39.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.3"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.3 39.3)"^^geo:wktLiteral ;
  geo-pos:lat "7.3"^^xsd:decimal ;
  geo-pos:long "39.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/20634" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '35465'^^xsd:integer;
  dwc:scientificName 'Poicephalus flavifrons flavifrons (Rüppell, 1845)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Friedmann Herbert (M.)'^^xsd:string;
  dwc:yearIdentified '1930'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/20634'^^xsd:string;
  dwc:collector 'Smithsonian Institution'^^xsd:string;
  dwc:yearCollected '1912'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'Ethiopia'^^xsd:string;
  dwc:longitude '39.3'^^xsd:double;
  dwc:latitude '7.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20634'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305601'^^xsd:anyURI;
  dwc:observationDate '1912-02-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.5166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.5166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/20030" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '22549'^^xsd:integer;
  dwc:scientificName 'Ixobrychus minutus payesii (Hartlaub, 1858)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/20030'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.5166666667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305607'^^xsd:anyURI;
  dwc:observationDate '1949-01-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.5166666667 25.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.5166666667"^^xsd:decimal ;
  dwc:decimalLongitude "25.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.5166666667 25.2)"^^geo:wktLiteral ;
  geo-pos:lat "-10.5166666667"^^xsd:decimal ;
  geo-pos:long "25.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23876" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20710'^^xsd:integer;
  dwc:scientificName 'Polemaetus bellicosus (Daudin, 1800)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23876'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '25.2'^^xsd:double;
  dwc:latitude '-10.5166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17046'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305609'^^xsd:anyURI;
  dwc:observationDate '1949-06-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54 -71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54"^^xsd:decimal ;
  dwc:decimalLongitude "-71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26630" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3747'^^xsd:gYear;
  dwc:scientificName 'Phalacrocorax olivaceus olivaceus (Humboldt, 1805)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26630'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Strait of Magellan'^^xsd:string;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-71'^^xsd:integer;
  dwc:latitude '-54'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305619'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33 146)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33"^^xsd:decimal ;
  dwc:decimalLongitude "146"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3715" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '7851'^^xsd:integer;
  dwc:scientificName 'Neopsephotus bourkii (Gould, 1841)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3715'^^xsd:string;
  dwc:collector 'Musée de Sydney'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1876'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '146'^^xsd:integer;
  dwc:latitude '-33'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3715'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305633'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '28541'^^xsd:integer;
  dwc:scientificName 'Smithornis rufolateralis budongoensis Van Someren, 1921'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1951'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19064'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Mangbeleu'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305636'^^xsd:anyURI;
  dwc:observationDate '1950-01-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0166666667 30.3666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.0166666667"^^xsd:decimal ;
  dwc:decimalLongitude "30.3666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/13940" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20858'^^xsd:integer;
  dwc:scientificName 'Himantopus himantopus himantopus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/13940'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '30.3666666667'^^xsd:double;
  dwc:latitude '-2.0166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:14892'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305645'^^xsd:anyURI;
  dwc:observationDate '1938-03-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.85 34.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.85"^^xsd:decimal ;
  dwc:decimalLongitude "34.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.85 34.15)"^^geo:wktLiteral ;
  geo-pos:lat "-0.85"^^xsd:decimal ;
  geo-pos:long "34.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '62095'^^xsd:integer;
  dwc:scientificName 'Poicephalus robustus suhaelicus Reichenow, 1898'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26098'^^xsd:string;
  dwc:collector 'Prigogine A.'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'Kenya'^^xsd:string;
  dwc:longitude '34.15'^^xsd:double;
  dwc:latitude '-0.85'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26098'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305692'^^xsd:anyURI;
  dwc:observationDate '1951-10-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.233333 130.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.233333"^^xsd:decimal ;
  dwc:decimalLongitude "130.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.233333 130.75)"^^geo:wktLiteral ;
  geo-pos:lat "-0.233333"^^xsd:decimal ;
  geo-pos:long "130.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5170" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5680'^^xsd:gYear;
  dwc:scientificName 'Probosciger aterrimus (Gmelin, 1788)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5170'^^xsd:string;
  dwc:collector 'Van Duivenbode'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1885'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '130.75'^^xsd:double;
  dwc:latitude '-0.233333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5170'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305733'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305743> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2833333333 4.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2833333333"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2833333333 4.45)"^^geo:wktLiteral ;
  geo-pos:lat "51.2833333333"^^xsd:decimal ;
  geo-pos:long "4.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2485" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10074'^^xsd:integer;
  dwc:scientificName 'Accipiter nisus nisus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2485'^^xsd:string;
  dwc:yearCollected '1881'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.45'^^xsd:double;
  dwc:latitude '51.2833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9120'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305743'^^xsd:anyURI;
  dwc:observationDate '1881-12-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305751> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.15 5.1333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.15"^^xsd:decimal ;
  dwc:decimalLongitude "5.1333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10576" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-29'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '48242'^^xsd:integer;
  dwc:scientificName 'Calidris ferruginea (Pontoppidan, 1763)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1969'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10576'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.1333333333'^^xsd:double;
  dwc:latitude '51.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24197'^^xsd:anyURI;
  dwc:aphiaid '159049'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305751'^^xsd:anyURI;
  dwc:observationDate '1969-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '159049'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.5166666667 29.3333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.5166666667"^^xsd:decimal ;
  dwc:decimalLongitude "29.3333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/18967" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '52588'^^xsd:integer;
  dwc:scientificName 'Francolinus squamatus Cassin, 1857'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/18967'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Liki'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.3333333333'^^xsd:double;
  dwc:latitude '-0.5166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305755'^^xsd:anyURI;
  dwc:observationDate '1952-06-25'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-15.4333333333 49.7333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-15.4333333333"^^xsd:decimal ;
  dwc:decimalLongitude "49.7333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/30553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '35414'^^xsd:integer;
  dwc:scientificName 'Accipiter francesii francesii Smith, 1834'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.), Delacour Jean Theodore (M.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/30553'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'Madagascar'^^xsd:string;
  dwc:longitude '49.7333333333'^^xsd:double;
  dwc:latitude '-15.4333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20905'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305763'^^xsd:anyURI;
  dwc:observationDate '1930-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.15612 2.96388)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.15612"^^xsd:decimal ;
  dwc:decimalLongitude "2.96388"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10285" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11064e'^^xsd:string;
  dwc:scientificName 'Athene noctua vidalii Brehm, 1857'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Anspach Marguerite (Miss)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10285'^^xsd:string;
  dwc:collector 'Van Caillie A.'^^xsd:string;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.96388'^^xsd:double;
  dwc:latitude '51.15612'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10285'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305782'^^xsd:anyURI;
  dwc:observationDate '1934-09-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23825'^^xsd:integer;
  dwc:scientificName 'Ceuthmochares aereus aereus (Vieillot, 1817)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1951'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19064'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305816'^^xsd:anyURI;
  dwc:observationDate '1950-08-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 4.733333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 4.733333)"^^geo:wktLiteral ;
  geo-pos:lat "51.1"^^xsd:decimal ;
  geo-pos:long "4.733333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/13927" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-29'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14025'^^xsd:integer;
  dwc:scientificName 'Galerida cristata cristata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/13927'^^xsd:string;
  dwc:collector 'Daumerie Roger (M.)'^^xsd:string;
  dwc:yearCollected '1922'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.733333'^^xsd:double;
  dwc:latitude '51.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13927'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305826'^^xsd:anyURI;
  dwc:observationDate '1922-05-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51 3.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51"^^xsd:decimal ;
  dwc:decimalLongitude "3.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9068" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10492D'^^xsd:string;
  dwc:scientificName 'Larus ridibundus ridibundus Linnaeus, 1766'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Ch'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9068'^^xsd:string;
  dwc:collector 'Maillieux W.'^^xsd:string;
  dwc:yearCollected '1928'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.75'^^xsd:double;
  dwc:latitude '51'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9068'^^xsd:anyURI;
  dwc:aphiaid '437591'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305862'^^xsd:anyURI;
  dwc:observationDate '1928-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '437591'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8 159)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8"^^xsd:decimal ;
  dwc:decimalLongitude "159"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/32162" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '8234'^^xsd:integer;
  dwc:scientificName 'Megapodius eremita brenchleyi Gray'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/32162'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1882'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '159'^^xsd:integer;
  dwc:latitude '-8'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4943'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305881'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4 4.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4 4.65)"^^geo:wktLiteral ;
  geo-pos:lat "51.4"^^xsd:decimal ;
  geo-pos:long "4.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/6521" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15000'^^xsd:integer;
  dwc:scientificName 'Calidris alpina schinzii (Brehm, 1922)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/6521'^^xsd:string;
  dwc:yearCollected '1849'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.65'^^xsd:double;
  dwc:latitude '51.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13111'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305889'^^xsd:anyURI;
  dwc:observationDate '1849-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.59438 -73.05937)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.59438"^^xsd:decimal ;
  dwc:decimalLongitude "-73.05937"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26894" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '68385'^^xsd:integer;
  dwc:scientificName 'Picoides lignarius (Molina, 1782)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26894'^^xsd:string;
  dwc:collector 'Fonds Léopold III'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.05937'^^xsd:double;
  dwc:latitude '-37.59438'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26894'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305916'^^xsd:anyURI;
  dwc:observationDate '1985-01-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.59438 -73.05937)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.59438"^^xsd:decimal ;
  dwc:decimalLongitude "-73.05937"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26894" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '68385'^^xsd:integer;
  dwc:scientificName 'Picoides lignarius (Molina, 1782)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26894'^^xsd:string;
  dwc:collector 'Fonds Léopold III'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.05937'^^xsd:double;
  dwc:latitude '-37.59438'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26894'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305917'^^xsd:anyURI;
  dwc:observationDate '1985-01-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305953> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.16667 -72.93333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.16667"^^xsd:decimal ;
  dwc:decimalLongitude "-72.93333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25844" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '58227'^^xsd:integer;
  dwc:scientificName 'Phytotoma rara Molina, 1782'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25844'^^xsd:string;
  dwc:collector 'Orellana Thyris'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-72.93333'^^xsd:double;
  dwc:latitude '-37.16667'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25844'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305953'^^xsd:anyURI;
  dwc:observationDate '1977-11-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305958> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2166666667 2.9166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2166666667"^^xsd:decimal ;
  dwc:decimalLongitude "2.9166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7727" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72397'^^xsd:integer;
  dwc:scientificName 'Morus bassanus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Vangeluwe Didier (Mr.)'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7727'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.9166666667'^^xsd:double;
  dwc:latitude '51.2166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: none; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29723'^^xsd:anyURI;
  dwc:aphiaid '148776'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305958'^^xsd:anyURI;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '148776'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305970> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 39.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 39.5)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "39.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/27142" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4557'^^xsd:integer;
  dwc:scientificName 'Micronisus gabar niger (Vieillot, 1823)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/27142'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1849'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:country 'Ethiopia'^^xsd:string;
  dwc:longitude '39.5'^^xsd:double;
  dwc:latitude '9'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:1132'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305970'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 114)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "114"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3153'^^xsd:integer;
  dwc:scientificName 'Psittacula longicauda longicauda (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '114'^^xsd:integer;
  dwc:latitude '1'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306011'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306012> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 114)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "114"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2763'^^xsd:integer;
  dwc:scientificName 'Psittacula longicauda longicauda (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '114'^^xsd:integer;
  dwc:latitude '1'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306012'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.68333 29.13333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.68333"^^xsd:decimal ;
  dwc:decimalLongitude "29.13333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/21614" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '48296'^^xsd:integer;
  dwc:scientificName 'Campethera abingoni chrysurus (Swainson, 1837)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/21614'^^xsd:string;
  dwc:collector 'Hostie Paul (M.)'^^xsd:string;
  dwc:yearCollected '1957'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.13333'^^xsd:double;
  dwc:latitude '3.68333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:21614'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306041'^^xsd:anyURI;
  dwc:observationDate '1957-08-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.23333 12.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.23333"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.23333 12.3)"^^geo:wktLiteral ;
  geo-pos:lat "51.23333"^^xsd:decimal ;
  geo-pos:long "12.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11684'^^xsd:integer;
  dwc:scientificName 'Alcedo atthis ispida Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11149'^^xsd:string;
  dwc:collector 'Musée de Dresden'^^xsd:string;
  dwc:yearCollected '1922'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '12.3'^^xsd:double;
  dwc:latitude '51.23333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11149'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306063'^^xsd:anyURI;
  dwc:observationDate '1922-11-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-15.46667 -67.53333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-15.46667"^^xsd:decimal ;
  dwc:decimalLongitude "-67.53333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25855" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '58475'^^xsd:integer;
  dwc:scientificName 'Glaucis hirsuta hirsuta (Gmelin, 1788)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25855'^^xsd:string;
  dwc:collector 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'Bolivia'^^xsd:string;
  dwc:longitude '-67.53333'^^xsd:double;
  dwc:latitude '-15.46667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25855'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306092'^^xsd:anyURI;
  dwc:observationDate '1976-09-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-15.46667 -67.53333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-15.46667"^^xsd:decimal ;
  dwc:decimalLongitude "-67.53333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25855" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '58479'^^xsd:integer;
  dwc:scientificName 'Glaucis hirsuta hirsuta (Gmelin, 1788)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25855'^^xsd:string;
  dwc:collector 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'Bolivia'^^xsd:string;
  dwc:longitude '-67.53333'^^xsd:double;
  dwc:latitude '-15.46667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25855'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306093'^^xsd:anyURI;
  dwc:observationDate '1976-09-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-15.46667 -67.53333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-15.46667"^^xsd:decimal ;
  dwc:decimalLongitude "-67.53333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25855" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '58478'^^xsd:integer;
  dwc:scientificName 'Glaucis hirsuta hirsuta (Gmelin, 1788)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25855'^^xsd:string;
  dwc:collector 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'Bolivia'^^xsd:string;
  dwc:longitude '-67.53333'^^xsd:double;
  dwc:latitude '-15.46667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25855'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306094'^^xsd:anyURI;
  dwc:observationDate '1976-09-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.05644 29.14825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.05644"^^xsd:decimal ;
  dwc:decimalLongitude "29.14825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/17169" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25716'^^xsd:integer;
  dwc:scientificName 'Gymnobucco bonapartei cinereiceps Sharpe, 1891'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/17169'^^xsd:string;
  dwc:collector 'Hiernaux H.'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.14825'^^xsd:double;
  dwc:latitude '1.05644'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17169'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306103'^^xsd:anyURI;
  dwc:observationDate '1947-05-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.05644 29.14825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.05644"^^xsd:decimal ;
  dwc:decimalLongitude "29.14825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/17169" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25718'^^xsd:integer;
  dwc:scientificName 'Gymnobucco bonapartei cinereiceps Sharpe, 1891'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/17169'^^xsd:string;
  dwc:collector 'Hiernaux H.'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.14825'^^xsd:double;
  dwc:latitude '1.05644'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17169'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306104'^^xsd:anyURI;
  dwc:observationDate '1947-05-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.066667 4.466667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.066667"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.066667 4.466667)"^^geo:wktLiteral ;
  geo-pos:lat "51.066667"^^xsd:decimal ;
  geo-pos:long "4.466667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/29946" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '59672'^^xsd:integer;
  dwc:scientificName 'Larus ridibundus ridibundus Linnaeus, 1766'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/29946'^^xsd:string;
  dwc:collector 'Hevray P.'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.466667'^^xsd:double;
  dwc:latitude '51.066667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29946'^^xsd:anyURI;
  dwc:aphiaid '437591'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306109'^^xsd:anyURI;
  dwc:observationDate '1979-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '437591'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306129> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8833333333 5.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8833333333"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9163" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20130'^^xsd:integer;
  dwc:scientificName 'Scolopax rusticola Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9163'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.75'^^xsd:double;
  dwc:latitude '49.8833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16167'^^xsd:anyURI;
  dwc:aphiaid '159028'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306129'^^xsd:anyURI;
  dwc:observationDate '1948-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '159028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9166666667 24.5166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.9166666667"^^xsd:decimal ;
  dwc:decimalLongitude "24.5166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/28601" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4186'^^xsd:gYear;
  dwc:scientificName 'Accipiter brevipes (Severtzov, 1850)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/28601'^^xsd:string;
  dwc:yearCollected '1872'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:country 'Greece'^^xsd:string;
  dwc:longitude '24.5166666667'^^xsd:double;
  dwc:latitude '38.9166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306172'^^xsd:anyURI;
  dwc:observationDate '1872-05-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5833333333 -121.9166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.5833333333"^^xsd:decimal ;
  dwc:decimalLongitude "-121.9166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/35112" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '44480'^^xsd:integer;
  dwc:scientificName 'Arenaria interpres morinella (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/35112'^^xsd:string;
  dwc:yearCollected '1928'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-121.9166666667'^^xsd:double;
  dwc:latitude '36.5833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23649'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306184'^^xsd:anyURI;
  dwc:observationDate '1928-08-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.82776 4.02657)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.82776"^^xsd:decimal ;
  dwc:decimalLongitude "4.02657"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7539" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-06-29'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '17060'^^xsd:integer;
  dwc:scientificName 'Perdix perdix perdix (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7539'^^xsd:string;
  dwc:yearCollected '1943'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.02657'^^xsd:double;
  dwc:latitude '50.82776'^^xsd:double;
  dwc:coordinatePrecision '2500'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:14993'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306185'^^xsd:anyURI;
  dwc:observationDate '1943-02-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6166648864 5.1666665077)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.6166648864"^^xsd:decimal ;
  dwc:decimalLongitude "5.1666665077"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/8501" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9757'^^xsd:gYear;
  dwc:scientificName 'Columba palumbus palumbus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Galasse A., Dupond'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/8501'^^xsd:string;
  dwc:collector 'Sacré'^^xsd:string;
  dwc:yearCollected '1891'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.1666665077'^^xsd:double;
  dwc:latitude '50.6166648864'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8501'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306212'^^xsd:anyURI;
  dwc:observationDate '1891-05-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.18333 27.93333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.18333"^^xsd:decimal ;
  dwc:decimalLongitude "27.93333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24167" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '48147'^^xsd:integer;
  dwc:scientificName 'Galerida modesta bucolica (Hartlaub, 1887)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1955'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24167'^^xsd:string;
  dwc:collector 'De Saeger Henri (M.), Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '27.93333'^^xsd:double;
  dwc:latitude '2.18333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24167'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306228'^^xsd:anyURI;
  dwc:observationDate '1952-06-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '51698'^^xsd:integer;
  dwc:scientificName 'Bycanistes cylindricus albotibialis (Cabanis & Reichenow, 1877)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306231'^^xsd:anyURI;
  dwc:observationDate '1954-09-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '51691'^^xsd:integer;
  dwc:scientificName 'Bycanistes cylindricus albotibialis (Cabanis & Reichenow, 1877)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306232'^^xsd:anyURI;
  dwc:observationDate '1954-09-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.15 5.1333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.15"^^xsd:decimal ;
  dwc:decimalLongitude "5.1333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10569" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-31'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '45720'^^xsd:integer;
  dwc:scientificName 'Recurvirostra avosetta avosetta Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1968'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10569'^^xsd:string;
  dwc:yearCollected '1968'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.1333333333'^^xsd:double;
  dwc:latitude '51.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23973'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306243'^^xsd:anyURI;
  dwc:observationDate '1968-05-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2166666667 5.6333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2166666667"^^xsd:decimal ;
  dwc:decimalLongitude "5.6333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/8520" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '45447'^^xsd:integer;
  dwc:scientificName 'Accipiter gentilis gentilis (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Asperslag L. (M.)'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/8520'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.6333333333'^^xsd:double;
  dwc:latitude '50.2166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23658'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306298'^^xsd:anyURI;
  dwc:observationDate '1961-04-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.78333 4.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.78333"^^xsd:decimal ;
  dwc:decimalLongitude "4.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 "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/731" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-31'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6258'^^xsd:gYear;
  dwc:scientificName 'Accipiter gentilis gentilis (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/731'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1874'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.41667'^^xsd:double;
  dwc:latitude '50.78333'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3331'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306302'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.6861 -53.98281)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.6861"^^xsd:decimal ;
  dwc:decimalLongitude "-53.98281"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26601" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-31'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '66729'^^xsd:integer;
  dwc:scientificName 'Phaethornis bourcieri bourcieri (Lesson, 1832)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26601'^^xsd:string;
  dwc:collector 'Billiet Jadin B.J. (Mme)'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'French Guiana'^^xsd:string;
  dwc:longitude '-53.98281'^^xsd:double;
  dwc:latitude '4.6861'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26601'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306318'^^xsd:anyURI;
  dwc:observationDate '1982-11-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8833333333 5.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8833333333"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9206" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-31'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '71744'^^xsd:integer;
  dwc:scientificName 'Coccothraustes coccothraustes (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts - Anspach Marguerite (Mme)'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9206'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.75'^^xsd:double;
  dwc:latitude '49.8833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29049'^^xsd:anyURI;
  dwc:aphiaid '558543'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306330'^^xsd:anyURI;
  dwc:observationDate '2000-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '558543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.44641 12.22287)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.44641"^^xsd:decimal ;
  dwc:decimalLongitude "12.22287"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '37068'^^xsd:integer;
  dwc:scientificName 'Galerida cristata cristata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11149'^^xsd:string;
  dwc:collector 'Musée de Dresden'^^xsd:string;
  dwc:yearCollected '1910'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '12.22287'^^xsd:double;
  dwc:latitude '51.44641'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11149'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306332'^^xsd:anyURI;
  dwc:observationDate '1910-10-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.885833 4.263333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.885833"^^xsd:decimal ;
  dwc:decimalLongitude "4.263333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/16474" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20388'^^xsd:integer;
  dwc:scientificName 'Lullula arborea arborea (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/16474'^^xsd:string;
  dwc:collector 'Van der Haegen P.'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.263333'^^xsd:double;
  dwc:latitude '50.885833'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16474'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306368'^^xsd:anyURI;
  dwc:observationDate '1948-09-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.885833 4.263333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.885833"^^xsd:decimal ;
  dwc:decimalLongitude "4.263333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/16474" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20385'^^xsd:integer;
  dwc:scientificName 'Lullula arborea arborea (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/16474'^^xsd:string;
  dwc:collector 'Van der Haegen P.'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.263333'^^xsd:double;
  dwc:latitude '50.885833'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16474'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306369'^^xsd:anyURI;
  dwc:observationDate '1948-09-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.46667 25.71667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.46667"^^xsd:decimal ;
  dwc:decimalLongitude "25.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 "4000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15139" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-09-29'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '21406'^^xsd:integer;
  dwc:scientificName 'Eurystomus gularis neglectus Neumann, 1908'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15139'^^xsd:string;
  dwc:collector 'Vrijdagh J.M.'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '25.71667'^^xsd:double;
  dwc:latitude '3.46667'^^xsd:double;
  dwc:coordinatePrecision '4000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15139'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306385'^^xsd:anyURI;
  dwc:observationDate '1940-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35 4.6333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.35"^^xsd:decimal ;
  dwc:decimalLongitude "4.6333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2547" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '46001'^^xsd:integer;
  dwc:scientificName 'Numenius phaeopus phaeopus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1969'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2547'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.6333333333'^^xsd:double;
  dwc:latitude '51.35'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23973'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306393'^^xsd:anyURI;
  dwc:observationDate '1967-05-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0666666667 5.5666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0666666667"^^xsd:decimal ;
  dwc:decimalLongitude "5.5666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/8352" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10076'^^xsd:integer;
  dwc:scientificName 'Accipiter gentilis gentilis (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/8352'^^xsd:string;
  dwc:yearCollected '1924'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.5666666667'^^xsd:double;
  dwc:latitude '50.0666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8796'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306400'^^xsd:anyURI;
  dwc:observationDate '1924-01-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7490" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '39681'^^xsd:integer;
  dwc:scientificName 'Fulmarus glacialis glacialis (Linnaeus, 1761)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1957'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7490'^^xsd:string;
  dwc:yearCollected '1953'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:18982'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306411'^^xsd:anyURI;
  dwc:observationDate '1953-03-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.13841 29.60584)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.13841"^^xsd:decimal ;
  dwc:decimalLongitude "29.60584"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24294" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '52448'^^xsd:integer;
  dwc:scientificName 'Streptopelia capicola tropica (Reichenow, 1902)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24294'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.60584'^^xsd:double;
  dwc:latitude '-0.13841'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306416'^^xsd:anyURI;
  dwc:observationDate '1952-07-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.372809 29.63696)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.372809"^^xsd:decimal ;
  dwc:decimalLongitude "29.63696"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15967" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25894'^^xsd:integer;
  dwc:scientificName 'Lybius torquatus zombae (Shelley, 1893)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15967'^^xsd:string;
  dwc:collector 'Bredo H.J.'^^xsd:string;
  dwc:yearCollected '1942'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.63696'^^xsd:double;
  dwc:latitude '-8.372809'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15967'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306423'^^xsd:anyURI;
  dwc:observationDate '1942-08-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.73091 4.48577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.73091"^^xsd:decimal ;
  dwc:decimalLongitude "4.48577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/20450" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '36728'^^xsd:integer;
  dwc:scientificName 'Caprimulgus europaeus europaeus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1955'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/20450'^^xsd:string;
  dwc:collector 'de Selliers E. (M.)'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.48577'^^xsd:double;
  dwc:latitude '50.73091'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20450'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306471'^^xsd:anyURI;
  dwc:observationDate '1954-08-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.54281 29.81096)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.54281"^^xsd:decimal ;
  dwc:decimalLongitude "29.81096"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24134'^^xsd:integer;
  dwc:scientificName 'Eurystomus glaucurus afer (Latham, 1790)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19064'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.81096'^^xsd:double;
  dwc:latitude '0.54281'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306493'^^xsd:anyURI;
  dwc:observationDate '1946-10-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35 3.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.35"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35 3.3)"^^geo:wktLiteral ;
  geo-pos:lat "51.35"^^xsd:decimal ;
  geo-pos:long "3.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/6009" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '19056'^^xsd:integer;
  dwc:scientificName 'Actitis hypoleucos (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/6009'^^xsd:string;
  dwc:yearCollected '1942'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.3'^^xsd:double;
  dwc:latitude '51.35'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16268'^^xsd:anyURI;
  dwc:aphiaid '212603'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306502'^^xsd:anyURI;
  dwc:observationDate '1942-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '212603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306523> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.36 131.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.36"^^xsd:decimal ;
  dwc:decimalLongitude "131.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5579" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9226'^^xsd:integer;
  dwc:scientificName 'Ptilinopus regina xanthogaster (Wagler, 1827)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5579'^^xsd:string;
  dwc:yearCollected '1882'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '131.25'^^xsd:double;
  dwc:latitude '-7.36'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5579'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306523'^^xsd:anyURI;
  dwc:observationDate '1882-09-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24294" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-12'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '52454'^^xsd:integer;
  dwc:scientificName 'Streptopelia semitorquata semitorquata (Rüppell, 1837)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24294'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306532'^^xsd:anyURI;
  dwc:observationDate '1952-05-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.49167 110.00444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.49167"^^xsd:decimal ;
  dwc:decimalLongitude "110.00444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3396" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '7525'^^xsd:gYear;
  dwc:scientificName 'Macropygia phasianella emiliana Bonaparte'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3396'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1874'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '110.00444'^^xsd:double;
  dwc:latitude '-7.49167'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3396'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306539'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.49167 110.00444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.49167"^^xsd:decimal ;
  dwc:decimalLongitude "110.00444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3396" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '7525'^^xsd:gYear;
  dwc:scientificName 'Macropygia phasianella emiliana Bonaparte'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3396'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1874'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '110.00444'^^xsd:double;
  dwc:latitude '-7.49167'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: slide; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3396'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306540'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.766667 5.133333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.766667"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.766667 5.133333)"^^geo:wktLiteral ;
  geo-pos:lat "49.766667"^^xsd:decimal ;
  geo-pos:long "5.133333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9400" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:ave'^^xsd:anyURI;
  dwc:catalogNumber '9749'^^xsd:gYear;
  dwc:scientificName 'Dendrocopos major pinetorum (Brehm, 1831)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9400'^^xsd:string;
  dwc:collector 'Galasse A.'^^xsd:string;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.133333'^^xsd:double;
  dwc:latitude '49.766667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9400'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306555'^^xsd:anyURI;
  dwc:observationDate '1925-05-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.9 -71.2333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-71.2333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26619" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '58368'^^xsd:integer;
  dwc:scientificName 'Falco sparverius cinnamominus Swainson, 1837'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26619'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-71.2333333333'^^xsd:double;
  dwc:latitude '-29.9'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25855'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306572'^^xsd:anyURI;
  dwc:observationDate '1976-10-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306575> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.43359 24.43359)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.43359"^^xsd:decimal ;
  dwc:decimalLongitude "24.43359"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15662" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '26531'^^xsd:integer;
  dwc:scientificName 'Telecanthura ussheri sharpei (Neumann, 1908)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15662'^^xsd:string;
  dwc:collector 'Gilbert G.'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '24.43359'^^xsd:double;
  dwc:latitude '24.43359'^^xsd:double;
  dwc:coordinatePrecision '6000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15662'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306575'^^xsd:anyURI;
  dwc:observationDate '1946-08-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.48333 -70.23333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.48333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.23333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25855" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:ave'^^xsd:anyURI;
  dwc:catalogNumber '58438'^^xsd:integer;
  dwc:scientificName 'Crotophaga sulcirostris Swainson, 1827'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25855'^^xsd:string;
  dwc:collector 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-70.23333'^^xsd:double;
  dwc:latitude '-18.48333'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25855'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306593'^^xsd:anyURI;
  dwc:observationDate '1976-09-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306605> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 39.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 39.5)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "39.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3663'^^xsd:integer;
  dwc:scientificName 'Campethera nubica nubica (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Ethiopia'^^xsd:string;
  dwc:longitude '39.5'^^xsd:double;
  dwc:latitude '9'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306605'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 3.0833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3"^^xsd:decimal ;
  dwc:decimalLongitude "3.0833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10074" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11112C'^^xsd:string;
  dwc:scientificName 'Gallinula chloropus chloropus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10074'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.0833333333'^^xsd:double;
  dwc:latitude '51.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10515'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306634'^^xsd:anyURI;
  dwc:observationDate '1935-02-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 3.0833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3"^^xsd:decimal ;
  dwc:decimalLongitude "3.0833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10074" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11112F'^^xsd:string;
  dwc:scientificName 'Gallinula chloropus chloropus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10074'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.0833333333'^^xsd:double;
  dwc:latitude '51.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10515'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306635'^^xsd:anyURI;
  dwc:observationDate '1935-02-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 3.0833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3"^^xsd:decimal ;
  dwc:decimalLongitude "3.0833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10074" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11154E'^^xsd:string;
  dwc:scientificName 'Gallinula chloropus chloropus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10074'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.0833333333'^^xsd:double;
  dwc:latitude '51.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10515'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306636'^^xsd:anyURI;
  dwc:observationDate '1935-02-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.19559 29.48093)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.19559"^^xsd:decimal ;
  dwc:decimalLongitude "29.48093"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24167" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '47065'^^xsd:integer;
  dwc:scientificName 'Chrysococcyx caprius (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1955'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24167'^^xsd:string;
  dwc:collector 'De Saeger Henri (M.)'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.48093'^^xsd:double;
  dwc:latitude '4.19559'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24167'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306637'^^xsd:anyURI;
  dwc:observationDate '1951-12-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7462" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14835'^^xsd:integer;
  dwc:scientificName 'Mergus merganser merganser Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7462'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12891'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306661'^^xsd:anyURI;
  dwc:observationDate '1940-02-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.03611 29.71361)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.03611"^^xsd:decimal ;
  dwc:decimalLongitude "29.71361"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '52096'^^xsd:integer;
  dwc:scientificName 'Colius striatus kiwuensis Reichenow, 1908'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.71361'^^xsd:double;
  dwc:latitude '-0.03611'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306665'^^xsd:anyURI;
  dwc:observationDate '1954-05-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.03611 29.71361)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.03611"^^xsd:decimal ;
  dwc:decimalLongitude "29.71361"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '52097'^^xsd:integer;
  dwc:scientificName 'Colius striatus kiwuensis Reichenow, 1908'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.71361'^^xsd:double;
  dwc:latitude '-0.03611'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306666'^^xsd:anyURI;
  dwc:observationDate '1954-05-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.639 -74.06641)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.639"^^xsd:decimal ;
  dwc:decimalLongitude "-74.06641"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26894" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '68364'^^xsd:integer;
  dwc:scientificName 'Sephanoides sephanoides (Lesson, 1827)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26894'^^xsd:string;
  dwc:collector 'Fonds Léopold III'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Lago Cucao'^^xsd:string;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-74.06641'^^xsd:double;
  dwc:latitude '-42.639'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26894'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306745'^^xsd:anyURI;
  dwc:observationDate '1985-02-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.1 26.76667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.1"^^xsd:decimal ;
  dwc:decimalLongitude "26.76667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '26484'^^xsd:integer;
  dwc:scientificName 'Cecropis senegalensis monteiri (Hartlaub, 1862)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte , Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.76667'^^xsd:double;
  dwc:latitude '-9.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306753'^^xsd:anyURI;
  dwc:observationDate '1948-08-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.76667 -68.08333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.76667"^^xsd:decimal ;
  dwc:decimalLongitude "-68.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25812" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '57798'^^xsd:integer;
  dwc:scientificName 'Muscisaxicola maculirostris maculirostris d\'Orbigny & Lafresnaye, 1837'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25812'^^xsd:string;
  dwc:collector 'Jacquemart Serge (M.)'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-68.08333'^^xsd:double;
  dwc:latitude '-22.76667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25812'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306768'^^xsd:anyURI;
  dwc:observationDate '1977-11-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.76667 -68.08333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.76667"^^xsd:decimal ;
  dwc:decimalLongitude "-68.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25812" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '57799'^^xsd:integer;
  dwc:scientificName 'Muscisaxicola maculirostris maculirostris d\'Orbigny & Lafresnaye, 1837'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25812'^^xsd:string;
  dwc:collector 'Jacquemart Serge (M.)'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-68.08333'^^xsd:double;
  dwc:latitude '-22.76667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25812'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306769'^^xsd:anyURI;
  dwc:observationDate '1977-11-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.066667 4.366667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.066667"^^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 "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15410" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '17783'^^xsd:integer;
  dwc:scientificName 'Dendrocopos minor hortorum (Brehm, 1831)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15410'^^xsd:string;
  dwc:collector 'Vanderhaegen'^^xsd:string;
  dwc:yearCollected '1945'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.366667'^^xsd:double;
  dwc:latitude '51.066667'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15410'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306770'^^xsd:anyURI;
  dwc:observationDate '1945-10-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306789> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306789> ;
  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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306789>
  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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10795" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '12235'^^xsd:integer;
  dwc:scientificName 'Fratercula arctica grabae (Brehm, 1831)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10795'^^xsd:string;
  dwc:yearCollected '1923'^^xsd:integer;
  dwc:monthCollected '12'^^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: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10795'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306789'^^xsd:anyURI;
  dwc:observationDate '1923-12-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3833333333 4.4666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3833333333"^^xsd:decimal ;
  dwc:decimalLongitude "4.4666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5878" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14555'^^xsd:integer;
  dwc:scientificName 'Falco peregrinus peregrinus Tunstall, 1771'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5878'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.4666666667'^^xsd:double;
  dwc:latitude '51.3833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12231'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306791'^^xsd:anyURI;
  dwc:observationDate '1938-03-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4 12.7166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4"^^xsd:decimal ;
  dwc:decimalLongitude "12.7166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/28455" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15888'^^xsd:integer;
  dwc:scientificName 'Buteo buteo buteo (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/28455'^^xsd:string;
  dwc:yearCollected '1910'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '12.7166666667'^^xsd:double;
  dwc:latitude '51.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11149'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306792'^^xsd:anyURI;
  dwc:observationDate '1910-10-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1863 3.94729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1863"^^xsd:decimal ;
  dwc:decimalLongitude "3.94729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/13927" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14463'^^xsd:integer;
  dwc:scientificName 'Athene noctua vidalii Brehm, 1857'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/13927'^^xsd:string;
  dwc:collector 'Daumerie Roger (M.)'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.94729'^^xsd:double;
  dwc:latitude '51.1863'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13927'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306798'^^xsd:anyURI;
  dwc:observationDate '1929-04-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.85 -97.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.85"^^xsd:decimal ;
  dwc:decimalLongitude "-97.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 "3000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9277" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-03-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '37056'^^xsd:integer;
  dwc:scientificName 'Eremophila alpestris chrysolaema (Wagler, 1831)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Meise Wilhelm (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9277'^^xsd:string;
  dwc:collector 'Génin H. (M.)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1925'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:country 'Mexico'^^xsd:string;
  dwc:longitude '-97.1'^^xsd:double;
  dwc:latitude '18.85'^^xsd:double;
  dwc:coordinatePrecision '3000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9277'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306815'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13 2.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13 2.55)"^^geo:wktLiteral ;
  geo-pos:lat "51.13"^^xsd:decimal ;
  geo-pos:long "2.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "13455" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5484'^^xsd:gYear;
  dwc:scientificName 'Thalasseus sandvicensis sandvicensis Latham, 1787'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '13455'^^xsd:integer;
  dwc:collector 'Proost'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1876'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.55'^^xsd:double;
  dwc:latitude '51.13'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3794'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306818'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35 3.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.35"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35 3.3)"^^geo:wktLiteral ;
  geo-pos:lat "51.35"^^xsd:decimal ;
  geo-pos:long "3.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5989" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1097'^^xsd:gYear;
  dwc:scientificName 'Tringa totanus totanus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Anspach Marguerite (Miss)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5989'^^xsd:string;
  dwc:collector 'Lippens L. (M.)'^^xsd:string;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.3'^^xsd:double;
  dwc:latitude '51.35'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9945'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306849'^^xsd:anyURI;
  dwc:observationDate '1933-08-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.8833333333 -73.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.8833333333"^^xsd:decimal ;
  dwc:decimalLongitude "-73.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.8833333333 -73.3)"^^geo:wktLiteral ;
  geo-pos:lat "-38.8833333333"^^xsd:decimal ;
  geo-pos:long "-73.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26751" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '63662'^^xsd:integer;
  dwc:scientificName 'Anas sibilatrix Poeppig, 1829'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26751'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.3'^^xsd:double;
  dwc:latitude '-38.8833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26139'^^xsd:anyURI;
  dwc:aphiaid '225763'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306903'^^xsd:anyURI;
  dwc:observationDate '1980-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '225763'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.3586 18.47265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.3586"^^xsd:decimal ;
  dwc:decimalLongitude "18.47265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3750" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '3058'^^xsd:gYear;
  dwc:scientificName 'Mirafra apiata apiata (Vieillot, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3750'^^xsd:string;
  dwc:collector 'Du Bus'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1876'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '18.47265'^^xsd:double;
  dwc:latitude '-34.3586'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3750'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306910'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2 121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2"^^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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1074'^^xsd:gYear;
  dwc:scientificName 'Loriculus stigmatus stigmatus (Muller, 1843)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3262'^^xsd:string;
  dwc:collector 'Suyckerbuyk G.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1874'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '121'^^xsd:integer;
  dwc:latitude '-2'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3262'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306920'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.92483 23.58102)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.92483"^^xsd:decimal ;
  dwc:decimalLongitude "23.58102"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6920'^^xsd:gYear;
  dwc:scientificName 'Apus apus apus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1889'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Finland'^^xsd:string;
  dwc:longitude '23.58102'^^xsd:double;
  dwc:latitude '59.92483'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306940'^^xsd:anyURI;
  dwc:observationDate '1889-06-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.233333 8.633333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.233333"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.233333 8.633333)"^^geo:wktLiteral ;
  geo-pos:lat "42.233333"^^xsd:decimal ;
  geo-pos:long "8.633333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23140" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '41915'^^xsd:integer;
  dwc:scientificName 'Lullula arborea pallida (Zarudny, 1902)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1965'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23140'^^xsd:string;
  dwc:collector 'Laenen J.'^^xsd:string;
  dwc:yearCollected '1964'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '8.633333'^^xsd:double;
  dwc:latitude '42.233333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23140'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306950'^^xsd:anyURI;
  dwc:observationDate '1964-06-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306952> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.933333 -52.333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.933333"^^xsd:decimal ;
  dwc:decimalLongitude "-52.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.933333 -52.333333)"^^geo:wktLiteral ;
  geo-pos:lat "4.933333"^^xsd:decimal ;
  geo-pos:long "-52.333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9812" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2002'^^xsd:gYear;
  dwc:scientificName 'Xipholena punicea (Pallas, 1764)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9812'^^xsd:string;
  dwc:collector 'de Selys E.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1932'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:country 'French Guiana'^^xsd:string;
  dwc:longitude '-52.333333'^^xsd:double;
  dwc:latitude '4.933333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9812'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306952'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.13333 24.48333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.13333"^^xsd:decimal ;
  dwc:decimalLongitude "24.48333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19361" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-12-01'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25194'^^xsd:integer;
  dwc:scientificName 'Streptopelia semitorquata semitorquata (Rüppell, 1837)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Vrijdagh J.M.'^^xsd:string;
  dwc:yearIdentified '1954'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19361'^^xsd:string;
  dwc:collector 'Spaute L.'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '24.48333'^^xsd:double;
  dwc:latitude '-6.13333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19361'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306966'^^xsd:anyURI;
  dwc:observationDate '1952-08-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.5166666667 44.4833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.5166666667"^^xsd:decimal ;
  dwc:decimalLongitude "44.4833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/32357" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6138'^^xsd:gYear;
  dwc:scientificName 'Buteo buteo buteo (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/32357'^^xsd:string;
  dwc:yearCollected '1888'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '44.4833333333'^^xsd:double;
  dwc:latitude '48.5166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306968'^^xsd:anyURI;
  dwc:observationDate '1888-05-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3333333333 6.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3333333333"^^xsd:decimal ;
  dwc:decimalLongitude "6.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3333333333 6.05)"^^geo:wktLiteral ;
  geo-pos:lat "48.3333333333"^^xsd:decimal ;
  geo-pos:long "6.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/27698" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '45451'^^xsd:integer;
  dwc:scientificName 'Milvus migrans migrans (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Asperslag L. (M.)'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/27698'^^xsd:string;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '6.05'^^xsd:double;
  dwc:latitude '48.3333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23658'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306973'^^xsd:anyURI;
  dwc:observationDate '1965-05-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.5 17.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.5"^^xsd:decimal ;
  dwc:decimalLongitude "17.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.5 17.2)"^^geo:wktLiteral ;
  geo-pos:lat "-1.5"^^xsd:decimal ;
  geo-pos:long "17.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19416" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20555'^^xsd:integer;
  dwc:scientificName 'Mycteria ibis (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19416'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1942'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '17.2'^^xsd:double;
  dwc:latitude '-1.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13431'^^xsd:anyURI;
  dwc:aphiaid '212705'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306978'^^xsd:anyURI;
  dwc:aphiaIdAccepted '212705'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.1881 21.09375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.1881"^^xsd:decimal ;
  dwc:decimalLongitude "21.09375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '179D'^^xsd:string;
  dwc:scientificName 'Merops apiaster Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Holub de Vienne E.'^^xsd:string;
  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:longitude '21.09375'^^xsd:double;
  dwc:latitude '7.1881'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:6173'^^xsd:anyURI;
  dwc:aphiaid '426232'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306995'^^xsd:anyURI;
  dwc:aphiaIdAccepted '426232'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.05 29.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.05"^^xsd:decimal ;
  dwc:decimalLongitude "29.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.05 29.15)"^^geo:wktLiteral ;
  geo-pos:lat "1.05"^^xsd:decimal ;
  geo-pos:long "29.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/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-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20753'^^xsd:integer;
  dwc:scientificName 'Guttera pucherani verreauxi (Elliot, 1855)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/22225'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.15'^^xsd:double;
  dwc:latitude '1.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17169'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307003'^^xsd:anyURI;
  dwc:observationDate '1947-10-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307013> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '36211'^^xsd:integer;
  dwc:scientificName 'Coracias garrulus garrulus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19064'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Mbumbi'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307013'^^xsd:anyURI;
  dwc:observationDate '1951-12-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.03333 28.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.03333"^^xsd:decimal ;
  dwc:decimalLongitude "28.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.03333 28.8)"^^geo:wktLiteral ;
  geo-pos:lat "-5.03333"^^xsd:decimal ;
  geo-pos:long "28.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-03-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '62116'^^xsd:integer;
  dwc:scientificName 'Chrysococcyx klaas (Stephens, 1815)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26098'^^xsd:string;
  dwc:collector 'Prigogine A.'^^xsd:string;
  dwc:yearCollected '1957'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.8'^^xsd:double;
  dwc:latitude '-5.03333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26098'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307032'^^xsd:anyURI;
  dwc:observationDate '1957-08-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307039> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '51550'^^xsd:integer;
  dwc:scientificName 'Pogoniulus subsulphureus flavimentum (Verreaux J.P. & Verreaux J.B.E., 1851)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1953'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307039'^^xsd:anyURI;
  dwc:observationDate '1953-03-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.466667 25.716667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.466667"^^xsd:decimal ;
  dwc:decimalLongitude "25.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.466667 25.716667)"^^geo:wktLiteral ;
  geo-pos:lat "3.466667"^^xsd:decimal ;
  geo-pos:long "25.716667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11844" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11894'^^xsd:integer;
  dwc:scientificName 'Centropus senegalensis senegalensis (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11844'^^xsd:string;
  dwc:collector 'Vrijdagh J.M.'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '25.716667'^^xsd:double;
  dwc:latitude '3.466667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11844'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307043'^^xsd:anyURI;
  dwc:observationDate '1938-01-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.483333 5.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.483333"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.483333 5.983333)"^^geo:wktLiteral ;
  geo-pos:lat "50.483333"^^xsd:decimal ;
  geo-pos:long "5.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/16268" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '18171'^^xsd:integer;
  dwc:scientificName 'Delichon urbicum urbicum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/16268'^^xsd:string;
  dwc:collector 'Laenen J.'^^xsd:string;
  dwc:yearCollected '1945'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.983333'^^xsd:double;
  dwc:latitude '50.483333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16268'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307067'^^xsd:anyURI;
  dwc:observationDate '1945-06-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.316667 29.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.316667"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23999'^^xsd:integer;
  dwc:scientificName 'Colius striatus kiwuensis Reichenow, 1908'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19064'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.75'^^xsd:double;
  dwc:latitude '0.316667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307068'^^xsd:anyURI;
  dwc:observationDate '1948-11-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.21667 20.86667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.21667"^^xsd:decimal ;
  dwc:decimalLongitude "20.86667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/18156" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24268'^^xsd:integer;
  dwc:scientificName 'Halcyon senegalensis fuscopilea Reichenow, 1906'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1951'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/18156'^^xsd:string;
  dwc:collector 'Herroelen P. (M.)'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '20.86667'^^xsd:double;
  dwc:latitude '-0.21667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:18156'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307082'^^xsd:anyURI;
  dwc:observationDate '1950-09-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307099> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2666666667 3.0333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2666666667"^^xsd:decimal ;
  dwc:decimalLongitude "3.0333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3287" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10372B'^^xsd:string;
  dwc:scientificName 'Calidris alpina alpina (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3287'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.0333333333'^^xsd:double;
  dwc:latitude '51.2666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9163'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307099'^^xsd:anyURI;
  dwc:observationDate '1929-02-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19058" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25751'^^xsd:integer;
  dwc:scientificName 'Tricholaema hirsuta ansorgii Shelley, 1895'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19058'^^xsd:string;
  dwc:collector 'Micha M. (Cmdt.)'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Kabambewa'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19058'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307118'^^xsd:anyURI;
  dwc:observationDate '1947-06-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.08333 29.73333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.08333"^^xsd:decimal ;
  dwc:decimalLongitude "29.73333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '51872'^^xsd:integer;
  dwc:scientificName 'Indicator variegatus Lesson, 1830'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Lubilia'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.73333'^^xsd:double;
  dwc:latitude '-0.08333'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307137'^^xsd:anyURI;
  dwc:observationDate '1954-10-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.03611 29.71361)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.03611"^^xsd:decimal ;
  dwc:decimalLongitude "29.71361"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '70476'^^xsd:integer;
  dwc:scientificName 'Lybius bidentatus aequatorialis (Shelley, 1889)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1953'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.71361'^^xsd:double;
  dwc:latitude '-0.03611'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307138'^^xsd:anyURI;
  dwc:observationDate '1953-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.866664 4.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.866664"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.866664 4.7)"^^geo:wktLiteral ;
  geo-pos:lat "50.866664"^^xsd:decimal ;
  geo-pos:long "4.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/29946" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '56686'^^xsd:integer;
  dwc:scientificName 'Picus viridis viridis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1977'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/29946'^^xsd:string;
  dwc:collector 'Unknown'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.7'^^xsd:double;
  dwc:latitude '50.866664'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29946'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307184'^^xsd:anyURI;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3333333333 3.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3333333333"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3333333333 3.2)"^^geo:wktLiteral ;
  geo-pos:lat "51.3333333333"^^xsd:decimal ;
  geo-pos:long "3.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10628" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72832'^^xsd:integer;
  dwc:scientificName 'Plectrophenax nivalis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'De Ruwe Filip (M.)'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10628'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.2'^^xsd:double;
  dwc:latitude '51.3333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29894'^^xsd:anyURI;
  dwc:aphiaid '383228'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307199'^^xsd:anyURI;
  dwc:observationDate '1997-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '383228'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3333333333 3.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3333333333"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3333333333 3.2)"^^geo:wktLiteral ;
  geo-pos:lat "51.3333333333"^^xsd:decimal ;
  geo-pos:long "3.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10640" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72386'^^xsd:integer;
  dwc:scientificName 'Larus argentatus Pontoppidan, 1763'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Vangeluwe Didier (Mr.)'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10640'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.2'^^xsd:double;
  dwc:latitude '51.3333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29773'^^xsd:anyURI;
  dwc:aphiaid '137138'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307206'^^xsd:anyURI;
  dwc:observationDate '2002-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137138'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307208> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.733333 10.766667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.733333"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.733333 10.766667)"^^geo:wktLiteral ;
  geo-pos:lat "34.733333"^^xsd:decimal ;
  geo-pos:long "10.766667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12153" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '35594'^^xsd:integer;
  dwc:scientificName 'Pterocles orientalis (Linnaeus, 1790)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12153'^^xsd:string;
  dwc:collector 'Bédé P.'^^xsd:string;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '10.766667'^^xsd:double;
  dwc:latitude '34.733333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12153'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307208'^^xsd:anyURI;
  dwc:observationDate '1934-05-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9 4.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9 4.75)"^^geo:wktLiteral ;
  geo-pos:lat "50.9"^^xsd:decimal ;
  geo-pos:long "4.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5959" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2945'^^xsd:gYear;
  dwc:scientificName 'Ardea cinerea cinerea Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5959'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.75'^^xsd:double;
  dwc:latitude '50.9'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10515'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307214'^^xsd:anyURI;
  dwc:observationDate '1935-08-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.833333 4.016667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.833333"^^xsd:decimal ;
  dwc:decimalLongitude "4.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 "2500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25506" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-06-29'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '56300'^^xsd:integer;
  dwc:scientificName 'Alauda arvensis arvensis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1976'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25506'^^xsd:string;
  dwc:collector 'Roggeman Walter (M.)'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.016667'^^xsd:double;
  dwc:latitude '50.833333'^^xsd:double;
  dwc:coordinatePrecision '2500'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25506'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307217'^^xsd:anyURI;
  dwc:observationDate '1976-10-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.216667 2.916667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.216667"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.216667 2.916667)"^^geo:wktLiteral ;
  geo-pos:lat "51.216667"^^xsd:decimal ;
  geo-pos:long "2.916667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26405" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '65762'^^xsd:integer;
  dwc:scientificName 'Larus canus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26405'^^xsd:string;
  dwc:collector 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.916667'^^xsd:double;
  dwc:latitude '51.216667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26405'^^xsd:anyURI;
  dwc:aphiaid '137141'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307218'^^xsd:anyURI;
  dwc:observationDate '1982-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8833333333 5.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8833333333"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9215" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72580'^^xsd:integer;
  dwc:scientificName 'Turdus philomelos Brehm, 1831'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts - Anspach Marguerite (Mme)'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9215'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.75'^^xsd:double;
  dwc:latitude '49.8833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29895'^^xsd:anyURI;
  dwc:aphiaid '558603'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307291'^^xsd:anyURI;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '558603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.6333333333 21.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.6333333333"^^xsd:decimal ;
  dwc:decimalLongitude "21.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.6333333333 21.9)"^^geo:wktLiteral ;
  geo-pos:lat "37.6333333333"^^xsd:decimal ;
  geo-pos:long "21.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/28615" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4186'^^xsd:gYear;
  dwc:scientificName 'Accipiter brevipes (Severtzov, 1850)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/28615'^^xsd:string;
  dwc:yearCollected '1889'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'Greece'^^xsd:string;
  dwc:longitude '21.9'^^xsd:double;
  dwc:latitude '37.6333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307295'^^xsd:anyURI;
  dwc:observationDate '1889-05-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7374" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10162F'^^xsd:string;
  dwc:scientificName 'Aythya fuligula Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7374'^^xsd:string;
  dwc:yearCollected '1922'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8796'^^xsd:anyURI;
  dwc:aphiaid '159164'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307298'^^xsd:anyURI;
  dwc:observationDate '1922-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '159164'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307299> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.45861 14.71472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.45861"^^xsd:decimal ;
  dwc:decimalLongitude "14.71472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '46215'^^xsd:integer;
  dwc:scientificName 'Tockus erythrorhynchus (Temminck, 1823)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1969'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19862'^^xsd:string;
  dwc:collector 'Laenen J.'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Chad'^^xsd:string;
  dwc:longitude '14.71472'^^xsd:double;
  dwc:latitude '13.45861'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19862'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307299'^^xsd:anyURI;
  dwc:observationDate '1954-05-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.4175 -83.69806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.4175"^^xsd:decimal ;
  dwc:decimalLongitude "-83.69806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12756" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24761'^^xsd:integer;
  dwc:scientificName 'Zenaida aurita (Temminck, 1810)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12756'^^xsd:string;
  dwc:collector 'Robert R. (R.P.)'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'Cuba'^^xsd:string;
  dwc:longitude '-83.69806'^^xsd:double;
  dwc:latitude '22.4175'^^xsd:double;
  dwc:coordinatePrecision '3000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12756'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307345'^^xsd:anyURI;
  dwc:observationDate '1939-10-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.4175 -83.69806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.4175"^^xsd:decimal ;
  dwc:decimalLongitude "-83.69806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12756" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24760'^^xsd:integer;
  dwc:scientificName 'Zenaida aurita (Temminck, 1810)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12756'^^xsd:string;
  dwc:collector 'Robert R. (R.P.)'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'Cuba'^^xsd:string;
  dwc:longitude '-83.69806'^^xsd:double;
  dwc:latitude '22.4175'^^xsd:double;
  dwc:coordinatePrecision '3000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12756'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307346'^^xsd:anyURI;
  dwc:observationDate '1939-10-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.75 4.58333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.75"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.75 4.58333)"^^geo:wktLiteral ;
  geo-pos:lat "50.75"^^xsd:decimal ;
  geo-pos:long "4.58333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/988" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '16687'^^xsd:integer;
  dwc:scientificName 'Gallinula chloropus chloropus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/988'^^xsd:string;
  dwc:yearCollected '1945'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.58333'^^xsd:double;
  dwc:latitude '50.75'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:14586'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307382'^^xsd:anyURI;
  dwc:observationDate '1945-03-25'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307439> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4833333333 -70.3333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.4833333333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26515" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '58409'^^xsd:integer;
  dwc:scientificName 'Larus modestus Tschudi, 1823'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26515'^^xsd:string;
  dwc:collector 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-70.3333333333'^^xsd:double;
  dwc:latitude '-18.4833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25855'^^xsd:anyURI;
  dwc:aphiaid '225995'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307439'^^xsd:anyURI;
  dwc:observationDate '1976-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '1801672'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4833333333 -70.3333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.4833333333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26515" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '58407'^^xsd:integer;
  dwc:scientificName 'Larus modestus Tschudi, 1823'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26515'^^xsd:string;
  dwc:collector 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-70.3333333333'^^xsd:double;
  dwc:latitude '-18.4833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25855'^^xsd:anyURI;
  dwc:aphiaid '225995'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307440'^^xsd:anyURI;
  dwc:observationDate '1976-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '1801672'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4833333333 -70.3333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.4833333333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26515" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '58410'^^xsd:integer;
  dwc:scientificName 'Larus modestus Tschudi, 1823'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26515'^^xsd:string;
  dwc:collector 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-70.3333333333'^^xsd:double;
  dwc:latitude '-18.4833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25855'^^xsd:anyURI;
  dwc:aphiaid '225995'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307441'^^xsd:anyURI;
  dwc:observationDate '1976-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '1801672'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.15 5.1333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.15"^^xsd:decimal ;
  dwc:decimalLongitude "5.1333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10576" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '52797'^^xsd:integer;
  dwc:scientificName 'Tringa glareola Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1969'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10576'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.1333333333'^^xsd:double;
  dwc:latitude '51.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24197'^^xsd:anyURI;
  dwc:aphiaid '225916'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307447'^^xsd:anyURI;
  dwc:observationDate '1969-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '225916'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2 121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2 121)"^^geo:wktLiteral ;
  geo-pos:lat "-2"^^xsd:decimal ;
  geo-pos:long "121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4654'^^xsd:integer;
  dwc:scientificName 'Hemiprocne mystacea confirmata Stresemann, 1914'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Unknown'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '121'^^xsd:integer;
  dwc:latitude '-2'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307464'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.15 5.1333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.15"^^xsd:decimal ;
  dwc:decimalLongitude "5.1333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10570" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '48241'^^xsd:integer;
  dwc:scientificName 'Gallinago gallinago gallinago Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1969'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10570'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.1333333333'^^xsd:double;
  dwc:latitude '51.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24197'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307478'^^xsd:anyURI;
  dwc:observationDate '1969-09-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.1166666667 29.5666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.1166666667"^^xsd:decimal ;
  dwc:decimalLongitude "29.5666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19095" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '42572'^^xsd:integer;
  dwc:scientificName 'Haliaeetus vocifer (Daudin, 1800)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1957'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19095'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Liki'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.5666666667'^^xsd:double;
  dwc:latitude '-0.1166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20432'^^xsd:anyURI;
  dwc:aphiaid '212677'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307492'^^xsd:anyURI;
  dwc:observationDate '1954-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '212677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.35 43.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.35"^^xsd:decimal ;
  dwc:decimalLongitude "43.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 "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5229" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '8610'^^xsd:gYear;
  dwc:scientificName 'Coracopsis vasa comorensis (Peters, 1854)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5229'^^xsd:string;
  dwc:collector 'Humblot'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1885'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:country 'Comoros'^^xsd:string;
  dwc:longitude '43.2'^^xsd:double;
  dwc:latitude '-11.35'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5229'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307512'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307513> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.35 43.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.35"^^xsd:decimal ;
  dwc:decimalLongitude "43.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 "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5229" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '8610'^^xsd:integer;
  dwc:scientificName 'Coracopsis vasa comorensis (Peters, 1854)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5229'^^xsd:string;
  dwc:collector 'Humblot'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1885'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:country 'Comoros'^^xsd:string;
  dwc:longitude '43.2'^^xsd:double;
  dwc:latitude '-11.35'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5229'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307513'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.05 28.1833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.05"^^xsd:decimal ;
  dwc:decimalLongitude "28.1833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/17172" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '62021'^^xsd:integer;
  dwc:scientificName 'Actophilornis africanus (Gmelin, 1789)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/17172'^^xsd:string;
  dwc:collector 'Prigogine A.'^^xsd:string;
  dwc:yearCollected '1953'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.1833333333'^^xsd:double;
  dwc:latitude '-3.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26098'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307535'^^xsd:anyURI;
  dwc:observationDate '1953-06-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.58389 8.78139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.58389"^^xsd:decimal ;
  dwc:decimalLongitude "8.78139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '55408'^^xsd:integer;
  dwc:scientificName 'Dendropicos goertae koenigi (Neumann, 1903)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25062'^^xsd:string;
  dwc:collector 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Niger'^^xsd:string;
  dwc:longitude '8.78139'^^xsd:double;
  dwc:latitude '18.58389'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307553'^^xsd:anyURI;
  dwc:observationDate '1974-06-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.19 4.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.19"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.19 4.39)"^^geo:wktLiteral ;
  geo-pos:lat "50.19"^^xsd:decimal ;
  geo-pos:long "4.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/13914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '14946'^^xsd:integer;
  dwc:scientificName 'Syrrhaptes paradoxus (Pallas, 1773)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/13914'^^xsd:string;
  dwc:collector 'Cajot'^^xsd:string;
  dwc:yearCollected '1880'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.39'^^xsd:double;
  dwc:latitude '50.19'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13914'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307574'^^xsd:anyURI;
  dwc:observationDate '1880-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.2333333333 28.7833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.2333333333"^^xsd:decimal ;
  dwc:decimalLongitude "28.7833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19562" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '57013'^^xsd:integer;
  dwc:scientificName 'Tringa ochropus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:yearIdentified '1977'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19562'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.7833333333'^^xsd:double;
  dwc:latitude '-2.2333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29946'^^xsd:anyURI;
  dwc:aphiaid '212622'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307583'^^xsd:anyURI;
  dwc:observationDate '1969-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '212622'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.2 28.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.2"^^xsd:decimal ;
  dwc:decimalLongitude "28.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.2 28.05)"^^geo:wktLiteral ;
  geo-pos:lat "-1.2"^^xsd:decimal ;
  geo-pos:long "28.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24294" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '52251'^^xsd:integer;
  dwc:scientificName 'Ceuthmochares aereus aereus (Vieillot, 1817)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24294'^^xsd:string;
  dwc:collector 'De Witte D.W.'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.05'^^xsd:double;
  dwc:latitude '-1.2'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307598'^^xsd:anyURI;
  dwc:observationDate '1954-04-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.15 3.3333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.15"^^xsd:decimal ;
  dwc:decimalLongitude "3.3333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1872" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11166D'^^xsd:string;
  dwc:scientificName 'Falco tinnunculus tinnunculus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1872'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.3333333333'^^xsd:double;
  dwc:latitude '51.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10515'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307609'^^xsd:anyURI;
  dwc:observationDate '1935-09-25'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.6833333333 29.1333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.6833333333"^^xsd:decimal ;
  dwc:decimalLongitude "29.1333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/16002" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23083'^^xsd:integer;
  dwc:scientificName 'Vanellus spinosus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/16002'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.1333333333'^^xsd:double;
  dwc:latitude '3.6833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19059'^^xsd:anyURI;
  dwc:aphiaid '212620'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307613'^^xsd:anyURI;
  dwc:observationDate '1946-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '212620'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '26024'^^xsd:integer;
  dwc:scientificName 'Dendropicos poecilolaemus Reichenow, 1893'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19064'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307622'^^xsd:anyURI;
  dwc:observationDate '1949-10-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.641111 5.571667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.641111"^^xsd:decimal ;
  dwc:decimalLongitude "5.571667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3750" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '342e'^^xsd:string;
  dwc:scientificName 'Melanocorypha calandra calandra (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3750'^^xsd:string;
  dwc:collector 'Institut zoologique Edouard Van Beneden'^^xsd:string;
  dwc:yearCollected '1917'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.571667'^^xsd:double;
  dwc:latitude '50.641111'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3750'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307632'^^xsd:anyURI;
  dwc:observationDate '1917-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.5166666667 30.4333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.5166666667"^^xsd:decimal ;
  dwc:decimalLongitude "30.4333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/32625" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '46181'^^xsd:integer;
  dwc:scientificName 'Francolinus levaillantii kikuyuensis Ogilvie-Grant, 1897'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1969'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/32625'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:country 'Rwanda'^^xsd:string;
  dwc:longitude '30.4333333333'^^xsd:double;
  dwc:latitude '-1.5166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23046'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307642'^^xsd:anyURI;
  dwc:observationDate '1948-10-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.6042 120.9822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.6042"^^xsd:decimal ;
  dwc:decimalLongitude "120.9822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-12-01'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '7028'^^xsd:gYear;
  dwc:scientificName 'Actenoides lindsayi lindsayi (Vigors, 1831)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Lannoy'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Philippines'^^xsd:string;
  dwc:longitude '120.9822'^^xsd:double;
  dwc:latitude '14.6042'^^xsd:double;
  dwc:coordinatePrecision '3000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307681'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307693> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9333333333 27.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.9333333333"^^xsd:decimal ;
  dwc:decimalLongitude "27.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9333333333 27.2)"^^geo:wktLiteral ;
  geo-pos:lat "-8.9333333333"^^xsd:decimal ;
  geo-pos:long "27.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23631" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '23035'^^xsd:integer;
  dwc:scientificName 'Lissotis melanogaster melanogaster (Rüppell, 1835)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23631'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '27.2'^^xsd:double;
  dwc:latitude '-8.9333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307693'^^xsd:anyURI;
  dwc:observationDate '1947-03-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2333333333 12.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2333333333"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2333333333 12.3)"^^geo:wktLiteral ;
  geo-pos:lat "51.2333333333"^^xsd:decimal ;
  geo-pos:long "12.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/28333" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15723'^^xsd:integer;
  dwc:scientificName 'Anas platyrhynchos platyrhynchos Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/28333'^^xsd:string;
  dwc:yearCollected '1920'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '12.3'^^xsd:double;
  dwc:latitude '51.2333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11149'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307754'^^xsd:anyURI;
  dwc:observationDate '1920-10-31'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.75428 48.85062)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.75428"^^xsd:decimal ;
  dwc:decimalLongitude "48.85062"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5083" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '8361'^^xsd:integer;
  dwc:scientificName 'Dendrocopos major poelzami (Bogdanov, 1879)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5083'^^xsd:string;
  dwc:collector 'Tancré'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1884'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:country 'Azerbaijan'^^xsd:string;
  dwc:longitude '48.85062'^^xsd:double;
  dwc:latitude '38.75428'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5083'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307772'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7386" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10489E'^^xsd:string;
  dwc:scientificName 'Larus ridibundus ridibundus Linnaeus, 1766'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Ch'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7386'^^xsd:string;
  dwc:collector 'Legrand 1 (Dr.)'^^xsd:string;
  dwc:yearCollected '1922'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8796'^^xsd:anyURI;
  dwc:aphiaid '437591'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307777'^^xsd:anyURI;
  dwc:observationDate '1922-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '437591'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307778> ;
  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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307778>
  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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5846'^^xsd:integer;
  dwc:scientificName 'Picoides villosus harrisi (Audubon, 1838)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23649'^^xsd:string;
  dwc:collector 'Schneider'^^xsd:string;
  dwc:yearCollected '1876'^^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: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4102'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307778'^^xsd:anyURI;
  dwc:observationDate '1876-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.366667 -58.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.366667"^^xsd:decimal ;
  dwc:decimalLongitude "-58.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.366667 -58.75)"^^geo:wktLiteral ;
  geo-pos:lat "-3.366667"^^xsd:decimal ;
  geo-pos:long "-58.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24822" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '54482'^^xsd:integer;
  dwc:scientificName 'Pipra rubrocapilla Temminck, 1821'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24822'^^xsd:string;
  dwc:collector 'Musée de Vienne'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Rio Madeira'^^xsd:string;
  dwc:country 'Brazil'^^xsd:string;
  dwc:longitude '-58.75'^^xsd:double;
  dwc:latitude '-3.366667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24822'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307785'^^xsd:anyURI;
  dwc:observationDate '1930-02-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.1 26.76667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.1"^^xsd:decimal ;
  dwc:decimalLongitude "26.76667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23308'^^xsd:integer;
  dwc:scientificName 'Turtur chalcospilos (Wagler, 1827)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.76667'^^xsd:double;
  dwc:latitude '-9.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307796'^^xsd:anyURI;
  dwc:observationDate '1948-08-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6333333333 5.7666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.6333333333"^^xsd:decimal ;
  dwc:decimalLongitude "5.7666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5843" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72470'^^xsd:integer;
  dwc:scientificName 'Turdus philomelos Brehm, 1831'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Defourny Hugues (M.)'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5843'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.7666666667'^^xsd:double;
  dwc:latitude '50.6333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29887'^^xsd:anyURI;
  dwc:aphiaid '558603'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307807'^^xsd:anyURI;
  dwc:observationDate '2002-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '558603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.31667 26.53333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.31667"^^xsd:decimal ;
  dwc:decimalLongitude "26.53333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/16297" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25639'^^xsd:integer;
  dwc:scientificName 'Indicator meliphilus angolensis Monard, 1934'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/16297'^^xsd:string;
  dwc:collector 'Lefebure L. (R.P.)'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.53333'^^xsd:double;
  dwc:latitude '-10.31667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16297'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307809'^^xsd:anyURI;
  dwc:observationDate '1948-04-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307831> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.181389 7.886111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.181389"^^xsd:decimal ;
  dwc:decimalLongitude "7.886111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '37062'^^xsd:integer;
  dwc:scientificName 'Eremophila alpestris flava (Gmelin, 1789)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11149'^^xsd:string;
  dwc:collector 'Musée de Dresden'^^xsd:string;
  dwc:yearCollected '1919'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '7.886111'^^xsd:double;
  dwc:latitude '54.181389'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11149'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307831'^^xsd:anyURI;
  dwc:observationDate '1919-10-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.333333 29.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.333333"^^xsd:decimal ;
  dwc:decimalLongitude "29.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24167" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '47038'^^xsd:integer;
  dwc:scientificName 'Centropus senegalensis senegalensis (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24167'^^xsd:string;
  dwc:collector 'De Saeger Henri (M.)'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.25'^^xsd:double;
  dwc:latitude '4.333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24167'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307850'^^xsd:anyURI;
  dwc:observationDate '1950-06-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.19559 29.48093)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.19559"^^xsd:decimal ;
  dwc:decimalLongitude "29.48093"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24167" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '46924'^^xsd:integer;
  dwc:scientificName 'Streptopelia vinacea (Gmelin, 1789)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1954'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24167'^^xsd:string;
  dwc:collector 'De Saeger Henri (M.)'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.48093'^^xsd:double;
  dwc:latitude '4.19559'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24167'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307856'^^xsd:anyURI;
  dwc:observationDate '1950-09-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.5 110)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.5"^^xsd:decimal ;
  dwc:decimalLongitude "110"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/29346" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1932'^^xsd:gYear;
  dwc:scientificName 'Stiltia isabella (Vieillot, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/29346'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1847'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '110'^^xsd:integer;
  dwc:latitude '-7.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:704'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307862'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 12.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3"^^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 "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11377'^^xsd:integer;
  dwc:scientificName 'Dendrocopos medius medius (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11149'^^xsd:string;
  dwc:collector 'Musée de Dresden'^^xsd:string;
  dwc:yearCollected '1918'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '12.4'^^xsd:double;
  dwc:latitude '51.3'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11149'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307865'^^xsd:anyURI;
  dwc:observationDate '1918-12-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.75 48.8333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.75"^^xsd:decimal ;
  dwc:decimalLongitude "48.8333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/91" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6241'^^xsd:gYear;
  dwc:scientificName 'Milvus migrans migrans (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/91'^^xsd:string;
  dwc:yearCollected '1889'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'Azerbaijan'^^xsd:string;
  dwc:longitude '48.8333333333'^^xsd:double;
  dwc:latitude '38.75'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307879'^^xsd:anyURI;
  dwc:observationDate '1889-04-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307886> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3333333333 3.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3333333333"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3333333333 3.2)"^^geo:wktLiteral ;
  geo-pos:lat "51.3333333333"^^xsd:decimal ;
  geo-pos:long "3.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10651" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-04-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72250'^^xsd:integer;
  dwc:scientificName 'Larus fuscus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Vangeluwe Didier (Mr.)'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10651'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.2'^^xsd:double;
  dwc:latitude '51.3333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29603'^^xsd:anyURI;
  dwc:aphiaid '137142'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307886'^^xsd:anyURI;
  dwc:observationDate '2001-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.31667 29.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.31667"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '52016'^^xsd:integer;
  dwc:scientificName 'Ceyx pictus pictus (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.75'^^xsd:double;
  dwc:latitude '0.31667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307909'^^xsd:anyURI;
  dwc:observationDate '1952-07-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307953> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.24 30.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.24"^^xsd:decimal ;
  dwc:decimalLongitude "30.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.24 30.26)"^^geo:wktLiteral ;
  geo-pos:lat "1.24"^^xsd:decimal ;
  geo-pos:long "30.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/20432" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '48127'^^xsd:integer;
  dwc:scientificName 'Alcedo cristata cristata Pallas, 1764'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1955'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/20432'^^xsd:string;
  dwc:collector 'Mission des Lacs Semliki'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '30.26'^^xsd:double;
  dwc:latitude '1.24'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20432'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307953'^^xsd:anyURI;
  dwc:observationDate '1954-04-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3052 114.5186)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3052"^^xsd:decimal ;
  dwc:decimalLongitude "114.5186"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/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 '2012-09-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '34875'^^xsd:integer;
  dwc:scientificName 'Hemiprocne longipennis longipennis (Rafinesque, 1802)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9796'^^xsd:string;
  dwc:collector 'S.A.R. le Prince Léopold'^^xsd:string;
  dwc:yearCollected '1932'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '114.5186'^^xsd:double;
  dwc:latitude '-8.3052'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9796'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307966'^^xsd:anyURI;
  dwc:observationDate '1932-04-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.6666666667 15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.6666666667"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.6666666667 15)"^^geo:wktLiteral ;
  geo-pos:lat "53.6666666667"^^xsd:decimal ;
  geo-pos:long "15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/28506" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4209'^^xsd:gYear;
  dwc:scientificName 'Aquila clanga Pallas, 1811'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/28506'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '15'^^xsd:integer;
  dwc:latitude '53.6666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307985'^^xsd:anyURI;
  dwc:observationDate '1887-05-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.45 6.0333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.45"^^xsd:decimal ;
  dwc:decimalLongitude "6.0333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2020" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72392'^^xsd:integer;
  dwc:scientificName 'Regulus ignicapillus (Temminck, 1820)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Degros André (M.)'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2020'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '6.0333333333'^^xsd:double;
  dwc:latitude '50.45'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29792'^^xsd:anyURI;
  dwc:aphiaid '558582'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308038'^^xsd:anyURI;
  dwc:observationDate '2002-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '558582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.8433 26.7035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.8433"^^xsd:decimal ;
  dwc:decimalLongitude "26.7035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23370'^^xsd:integer;
  dwc:scientificName 'Streptopelia semitorquata semitorquata (Rüppell, 1837)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.7035'^^xsd:double;
  dwc:latitude '-8.8433'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308042'^^xsd:anyURI;
  dwc:observationDate '1947-10-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.3166666667 29.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.3166666667"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/21111" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24031'^^xsd:integer;
  dwc:scientificName 'Colius striatus kiwuensis Reichenow, 1908'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/21111'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.75'^^xsd:double;
  dwc:latitude '0.3166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308067'^^xsd:anyURI;
  dwc:observationDate '1949-10-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.3166666667 29.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.3166666667"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/21111" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24032'^^xsd:integer;
  dwc:scientificName 'Colius striatus kiwuensis Reichenow, 1908'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/21111'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.75'^^xsd:double;
  dwc:latitude '0.3166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308068'^^xsd:anyURI;
  dwc:observationDate '1949-10-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48 90)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48 90)"^^geo:wktLiteral ;
  geo-pos:lat "48"^^xsd:decimal ;
  geo-pos:long "90"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-06-01'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9209'^^xsd:gYear;
  dwc:scientificName 'Syrrhaptes paradoxus (Pallas, 1773)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1890'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '90'^^xsd:integer;
  dwc:latitude '48'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308109'^^xsd:anyURI;
  dwc:observationDate '1890-05-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24042'^^xsd:integer;
  dwc:scientificName 'Colius striatus kiwuensis Reichenow, 1908'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Schifter H.'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19064'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Kasalala'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308118'^^xsd:anyURI;
  dwc:observationDate '1951-01-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.316667 29.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.316667"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24036'^^xsd:integer;
  dwc:scientificName 'Colius striatus kiwuensis Reichenow, 1908'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19064'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.75'^^xsd:double;
  dwc:latitude '0.316667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308127'^^xsd:anyURI;
  dwc:observationDate '1949-10-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.183333 3.083333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.183333"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.183333 3.083333)"^^geo:wktLiteral ;
  geo-pos:lat "51.183333"^^xsd:decimal ;
  geo-pos:long "3.083333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26405" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '64972'^^xsd:integer;
  dwc:scientificName 'Larus canus canus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26405'^^xsd:string;
  dwc:collector 'Renkin P.'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.083333'^^xsd:double;
  dwc:latitude '51.183333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26405'^^xsd:anyURI;
  dwc:aphiaid '437589'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308140'^^xsd:anyURI;
  dwc:observationDate '1982-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '437589'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.2 102.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.2"^^xsd:decimal ;
  dwc:decimalLongitude "102.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2400" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3163'^^xsd:gYear;
  dwc:scientificName 'Actenoides concretus concretus (Temminck, 1825)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2400'^^xsd:string;
  dwc:collector 'Lacordaire Jean-Baptiste-Henri Dominique (M.)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1862'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '102.25'^^xsd:double;
  dwc:latitude '2.2'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:2400'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308141'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308159> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.46667 28.81667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.46667"^^xsd:decimal ;
  dwc:decimalLongitude "28.81667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19495" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '62015'^^xsd:integer;
  dwc:scientificName 'Francolinus squamatus schuetti Cabanis, 1880'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19495'^^xsd:string;
  dwc:collector 'Prigogine A.'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.81667'^^xsd:double;
  dwc:latitude '-0.46667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26098'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308159'^^xsd:anyURI;
  dwc:observationDate '1949-09-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.46667 28.81667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.46667"^^xsd:decimal ;
  dwc:decimalLongitude "28.81667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19495" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '62012'^^xsd:integer;
  dwc:scientificName 'Francolinus squamatus schuetti Cabanis, 1880'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19495'^^xsd:string;
  dwc:collector 'Prigogine A.'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.81667'^^xsd:double;
  dwc:latitude '-0.46667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26098'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308160'^^xsd:anyURI;
  dwc:observationDate '1949-09-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18 -92.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18"^^xsd:decimal ;
  dwc:decimalLongitude "-92.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/30818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2256'^^xsd:gYear;
  dwc:scientificName 'Egretta caerulea (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/30818'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1929'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Mexico'^^xsd:string;
  dwc:longitude '-92.66667'^^xsd:double;
  dwc:latitude '18'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:aphiaid '159114'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308164'^^xsd:anyURI;
  dwc:aphiaIdAccepted '159114'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308173> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.42 -110.214)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.42"^^xsd:decimal ;
  dwc:decimalLongitude "-110.214"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '44087'^^xsd:integer;
  dwc:scientificName 'Melanerpes formicivorus formicivorus (Swainson, 1827)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Chicago Field Museum of Natural History'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23649'^^xsd:string;
  dwc:collector 'Chicago Field Museum of Natural History'^^xsd:string;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-110.214'^^xsd:double;
  dwc:latitude '31.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23649'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308173'^^xsd:anyURI;
  dwc:observationDate '1905-04-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.1841666667 29.4488888889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.1841666667"^^xsd:decimal ;
  dwc:decimalLongitude "29.4488888889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15221" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15971'^^xsd:integer;
  dwc:scientificName 'Lophaetus occipitalis (Daudin, 1800)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Schouteden'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15221'^^xsd:string;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Edouard'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.4488888889'^^xsd:double;
  dwc:latitude '-1.1841666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12088'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308175'^^xsd:anyURI;
  dwc:observationDate '1934-05-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.26667 26.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.26667"^^xsd:decimal ;
  dwc:decimalLongitude "26.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.26667 26.45)"^^geo:wktLiteral ;
  geo-pos:lat "-8.26667"^^xsd:decimal ;
  geo-pos:long "26.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23895'^^xsd:integer;
  dwc:scientificName 'Caprimulgus europaeus europaeus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Lufira'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.45'^^xsd:double;
  dwc:latitude '-8.26667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308191'^^xsd:anyURI;
  dwc:observationDate '1947-10-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.6833333333 29.1333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.6833333333"^^xsd:decimal ;
  dwc:decimalLongitude "29.1333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/16006" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '22485'^^xsd:integer;
  dwc:scientificName 'Egretta alba melanorhynchos (Wagler, 1827)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1947'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/16006'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.1333333333'^^xsd:double;
  dwc:latitude '3.6833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19059'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308237'^^xsd:anyURI;
  dwc:observationDate '1946-05-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.816667 4.433333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.816667"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.816667 4.433333)"^^geo:wktLiteral ;
  geo-pos:lat "50.816667"^^xsd:decimal ;
  geo-pos:long "4.433333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2729" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-21'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6010'^^xsd:integer;
  dwc:scientificName 'Streptopelia turtur turtur (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2729'^^xsd:string;
  dwc:collector 'Meuris Chasse'^^xsd:string;
  dwc:yearCollected '1859'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.433333'^^xsd:double;
  dwc:latitude '50.816667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:2729'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308294'^^xsd:anyURI;
  dwc:observationDate '1859-06-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308309> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2666666667 16.0666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2666666667"^^xsd:decimal ;
  dwc:decimalLongitude "16.0666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/8193" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '16763'^^xsd:integer;
  dwc:scientificName 'Pandion haliaetus haliaetus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/8193'^^xsd:string;
  dwc:yearCollected '1945'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '16.0666666667'^^xsd:double;
  dwc:latitude '51.2666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:14763'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308309'^^xsd:anyURI;
  dwc:observationDate '1945-09-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.766667 5.133333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.766667"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.766667 5.133333)"^^geo:wktLiteral ;
  geo-pos:lat "49.766667"^^xsd:decimal ;
  geo-pos:long "5.133333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/8822" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9748'^^xsd:gYear;
  dwc:scientificName 'Dendrocopos major pinetorum (Brehm, 1831)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/8822'^^xsd:string;
  dwc:collector 'Galasse A.'^^xsd:string;
  dwc:yearCollected '1924'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.133333'^^xsd:double;
  dwc:latitude '49.766667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8822'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308380'^^xsd:anyURI;
  dwc:observationDate '1924-05-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308399> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.85 24.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.85"^^xsd:decimal ;
  dwc:decimalLongitude "24.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.85 24.35)"^^geo:wktLiteral ;
  geo-pos:lat "-5.85"^^xsd:decimal ;
  geo-pos:long "24.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26643" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '66912'^^xsd:integer;
  dwc:scientificName 'Colius striatus kiwuensis Reichenow, 1908'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26643'^^xsd:string;
  dwc:collector 'Prigogine A.'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '24.35'^^xsd:double;
  dwc:latitude '-5.85'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26643'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308399'^^xsd:anyURI;
  dwc:observationDate '1983-05-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0166666667 3.6333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0166666667"^^xsd:decimal ;
  dwc:decimalLongitude "3.6333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/8760" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '19250'^^xsd:integer;
  dwc:scientificName 'Ixobrychus minutus minutus (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/8760'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.6333333333'^^xsd:double;
  dwc:latitude '51.0166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15702'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308421'^^xsd:anyURI;
  dwc:observationDate '1947-08-31'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.25 29.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.25"^^xsd:decimal ;
  dwc:decimalLongitude "29.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '62077'^^xsd:integer;
  dwc:scientificName 'Ruwenzorornis johnstoni johnstoni (Sharpe, 1901)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26098'^^xsd:string;
  dwc:collector 'Prigogine A.'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.25'^^xsd:double;
  dwc:latitude '-0.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26098'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308432'^^xsd:anyURI;
  dwc:observationDate '1950-05-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7372" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-02-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10350'^^xsd:integer;
  dwc:scientificName 'Podiceps grisegena grisegena (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7372'^^xsd:string;
  dwc:yearCollected '1922'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8796'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308449'^^xsd:anyURI;
  dwc:observationDate '1922-02-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.1881 21.09375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.1881"^^xsd:decimal ;
  dwc:decimalLongitude "21.09375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9812" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9378'^^xsd:gYear;
  dwc:scientificName 'Centropus senegalensis senegalensis (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9812'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1941'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '21.09375'^^xsd:double;
  dwc:latitude '7.1881'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9812'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308451'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.707 28.668)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.707"^^xsd:decimal ;
  dwc:decimalLongitude "28.668"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '62097'^^xsd:integer;
  dwc:scientificName 'Musophaga rossae Gould, 1852'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26098'^^xsd:string;
  dwc:collector 'Prigogine A.'^^xsd:string;
  dwc:yearCollected '1953'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.668'^^xsd:double;
  dwc:latitude '-4.707'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26098'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308452'^^xsd:anyURI;
  dwc:observationDate '1953-08-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8666666667 4.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.8666666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8666666667 4.7)"^^geo:wktLiteral ;
  geo-pos:lat "50.8666666667"^^xsd:decimal ;
  geo-pos:long "4.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5369" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72928'^^xsd:integer;
  dwc:scientificName 'Carduelis chloris (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Debrun N.'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5369'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.7'^^xsd:double;
  dwc:latitude '50.8666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:30280'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308497'^^xsd:anyURI;
  dwc:observationDate '2002-07-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308498> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8166666667 4.5166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.8166666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.5166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9038" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10058C'^^xsd:string;
  dwc:scientificName 'Falco tinnunculus tinnunculus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9038'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.5166666667'^^xsd:double;
  dwc:latitude '50.8166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9473'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308498'^^xsd:anyURI;
  dwc:observationDate '1931-10-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308527> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.21667 20.86667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.21667"^^xsd:decimal ;
  dwc:decimalLongitude "20.86667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/18156" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24154'^^xsd:integer;
  dwc:scientificName 'Eurystomus gularis neglectus Neumann, 1908'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1951'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/18156'^^xsd:string;
  dwc:collector 'Herroelen P. (M.)'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '20.86667'^^xsd:double;
  dwc:latitude '-0.21667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:18156'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308527'^^xsd:anyURI;
  dwc:observationDate '1950-09-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308528> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.21667 20.86667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.21667"^^xsd:decimal ;
  dwc:decimalLongitude "20.86667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/18156" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24155'^^xsd:integer;
  dwc:scientificName 'Eurystomus gularis neglectus Neumann, 1908'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1951'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/18156'^^xsd:string;
  dwc:collector 'Herroelen P. (M.)'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '20.86667'^^xsd:double;
  dwc:latitude '-0.21667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:18156'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308528'^^xsd:anyURI;
  dwc:observationDate '1950-09-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5166666667 9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.5166666667"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5166666667 9.55)"^^geo:wktLiteral ;
  geo-pos:lat "54.5166666667"^^xsd:decimal ;
  geo-pos:long "9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/28564" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2362'^^xsd:gYear;
  dwc:scientificName 'Charadrius alexandrinus alexandrinus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/28564'^^xsd:string;
  dwc:yearCollected '1890'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '9.55'^^xsd:double;
  dwc:latitude '54.5166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308547'^^xsd:anyURI;
  dwc:observationDate '1890-06-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6333333333 5.5666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.6333333333"^^xsd:decimal ;
  dwc:decimalLongitude "5.5666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11257" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2812'^^xsd:gYear;
  dwc:scientificName 'Botaurus stellaris stellaris (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11257'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1929'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.5666666667'^^xsd:double;
  dwc:latitude '50.6333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308634'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1666666667 4.1333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1666666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.1333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/8765" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5687'^^xsd:gYear;
  dwc:scientificName 'Cygnus cygnus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/8765'^^xsd:string;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.1333333333'^^xsd:double;
  dwc:latitude '51.1666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:2884'^^xsd:anyURI;
  dwc:aphiaid '159089'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308660'^^xsd:anyURI;
  dwc:observationDate '1971-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '159089'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25432'^^xsd:integer;
  dwc:scientificName 'Rhinopomastus cyanomelas schalowi Neumann, 1900'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.51667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308675'^^xsd:anyURI;
  dwc:observationDate '1947-08-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.5 27.6166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.5"^^xsd:decimal ;
  dwc:decimalLongitude "27.6166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/20417" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6097'^^xsd:gYear;
  dwc:scientificName 'Polyboroides typus pectoralis Sharpe, 1903'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/20417'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1902'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '27.6166666667'^^xsd:double;
  dwc:latitude '2.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:6860'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308681'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308743> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.2 102.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.2"^^xsd:decimal ;
  dwc:decimalLongitude "102.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "15000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4733" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-28'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6954'^^xsd:gYear;
  dwc:scientificName 'Apus pacificus pacificus (Latham, 1802)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4733'^^xsd:string;
  dwc:collector 'Rolland'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1847'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '102.25'^^xsd:double;
  dwc:latitude '2.2'^^xsd:double;
  dwc:coordinatePrecision '15000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4733'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308743'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25 135)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25"^^xsd:decimal ;
  dwc:decimalLongitude "135"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-02-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1825'^^xsd:integer;
  dwc:scientificName 'Dacelo novaeguineae (Hermann, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Dechange 2, Musée de Bruxelles'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '135'^^xsd:integer;
  dwc:latitude '-25'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308756'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25 135)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25"^^xsd:decimal ;
  dwc:decimalLongitude "135"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-02-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1825'^^xsd:gYear;
  dwc:scientificName 'Dacelo novaeguineae (Hermann, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Dechange 2, Musée de Bruxelles'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '135'^^xsd:integer;
  dwc:latitude '-25'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308757'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1356 5.64646)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1356"^^xsd:decimal ;
  dwc:decimalLongitude "5.64646"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23658" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '45209'^^xsd:integer;
  dwc:scientificName 'Asio otus otus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Asperslag L. (M.)'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23658'^^xsd:string;
  dwc:collector 'Asperslag L. (M.)'^^xsd:string;
  dwc:yearCollected '1953'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.64646'^^xsd:double;
  dwc:latitude '50.1356'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23658'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308765'^^xsd:anyURI;
  dwc:observationDate '1953-04-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23 -102)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23"^^xsd:decimal ;
  dwc:decimalLongitude "-102"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5519" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '8997'^^xsd:integer;
  dwc:scientificName 'Empidonax hammondii (Xantus de Vesey, 1858)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5519'^^xsd:string;
  dwc:collector 'Boucard Adolphe (M.)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1887'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-102'^^xsd:integer;
  dwc:latitude '23'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5519'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308768'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18 -92.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18"^^xsd:decimal ;
  dwc:decimalLongitude "-92.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/30818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4308'^^xsd:integer;
  dwc:scientificName 'Falco rufigularis rufigularis Daudin, 1800'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/30818'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1845'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Mexico'^^xsd:string;
  dwc:longitude '-92.66667'^^xsd:double;
  dwc:latitude '18'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308781'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 4.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3"^^xsd:decimal ;
  dwc:decimalLongitude "4.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 "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24197" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-28'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '48229'^^xsd:integer;
  dwc:scientificName 'Jynx torquilla torquilla Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1969'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24197'^^xsd:string;
  dwc:collector 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.3'^^xsd:double;
  dwc:latitude '51.3'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24197'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308787'^^xsd:anyURI;
  dwc:observationDate '1969-09-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.49167 110.00444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.49167"^^xsd:decimal ;
  dwc:decimalLongitude "110.00444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-28'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4401'^^xsd:integer;
  dwc:scientificName 'Strix seloputo Horsfield, 1821'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Du Bus'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '110.00444'^^xsd:double;
  dwc:latitude '-7.49167'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308810'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.483333 8.266667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.483333"^^xsd:decimal ;
  dwc:decimalLongitude "8.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.483333 8.266667)"^^geo:wktLiteral ;
  geo-pos:lat "34.483333"^^xsd:decimal ;
  geo-pos:long "8.266667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12153" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-28'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '35696'^^xsd:integer;
  dwc:scientificName 'Galerida cristata macrorhyncha Tristram, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12153'^^xsd:string;
  dwc:collector 'Bédé P.'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '8.266667'^^xsd:double;
  dwc:latitude '34.483333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12153'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308818'^^xsd:anyURI;
  dwc:observationDate '1938-04-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.9166666667 -74.1166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.9166666667"^^xsd:decimal ;
  dwc:decimalLongitude "-74.1166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26859" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-28'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '35548'^^xsd:integer;
  dwc:scientificName 'Ortalis garrula (Humboldt, 1805)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts - Anspach Marguerite (Mme)'^^xsd:string;
  dwc:yearIdentified '1957'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26859'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Colombia'^^xsd:string;
  dwc:longitude '-74.1166666667'^^xsd:double;
  dwc:latitude '9.9166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20634'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308821'^^xsd:anyURI;
  dwc:observationDate '1946-12-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.2 102.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.2"^^xsd:decimal ;
  dwc:decimalLongitude "102.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2400" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-28'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6851'^^xsd:integer;
  dwc:scientificName 'Megalaima australis cyanotis (Blyth, 1847)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2400'^^xsd:string;
  dwc:collector 'Lacordaire Jean-Baptiste-Henri Dominique (M.)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1862'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '102.25'^^xsd:double;
  dwc:latitude '2.2'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:2400'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308839'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7421" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-28'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10407'^^xsd:integer;
  dwc:scientificName 'Charadrius alexandrinus alexandrinus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7421'^^xsd:string;
  dwc:yearCollected '1926'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8874'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308870'^^xsd:anyURI;
  dwc:observationDate '1926-05-31'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.49167 110.00444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.49167"^^xsd:decimal ;
  dwc:decimalLongitude "110.00444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/478" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-28'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1399'^^xsd:gYear;
  dwc:scientificName 'Pitta guajana guajana (Müller, 1776)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/478'^^xsd:string;
  dwc:collector 'Du Bus'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1847'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '110.00444'^^xsd:double;
  dwc:latitude '-7.49167'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:478'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308871'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.349997 48.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.349997"^^xsd:decimal ;
  dwc:decimalLongitude "48.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.349997 48.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.349997"^^xsd:decimal ;
  geo-pos:long "48.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-01'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '432B'^^xsd:string;
  dwc:scientificName 'Larus ichthyaetus Pallas, 1773'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '48.05'^^xsd:double;
  dwc:latitude '46.349997'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:aphiaid '212627'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308920'^^xsd:anyURI;
  dwc:observationDate '1887-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '212627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308921> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7353" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-01'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11084'^^xsd:integer;
  dwc:scientificName 'Melanitta nigra nigra (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Anspach Marguerite (Miss)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7353'^^xsd:string;
  dwc:yearCollected '1912'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8383'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308921'^^xsd:anyURI;
  dwc:observationDate '1912-02-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.68333 29.13333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.68333"^^xsd:decimal ;
  dwc:decimalLongitude "29.13333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/21614" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-28'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '46669'^^xsd:integer;
  dwc:scientificName 'Crinifer zonurus (Ruppell, 1835)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'de Roo A.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/21614'^^xsd:string;
  dwc:collector 'Hostie Paul (M.)'^^xsd:string;
  dwc:yearCollected '1958'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.13333'^^xsd:double;
  dwc:latitude '3.68333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:21614'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308926'^^xsd:anyURI;
  dwc:observationDate '1958-07-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.68333 29.13333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.68333"^^xsd:decimal ;
  dwc:decimalLongitude "29.13333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/21614" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-28'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '46668'^^xsd:integer;
  dwc:scientificName 'Crinifer zonurus (Ruppell, 1835)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'de Roo A.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/21614'^^xsd:string;
  dwc:collector 'Hostie Paul (M.)'^^xsd:string;
  dwc:yearCollected '1958'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.13333'^^xsd:double;
  dwc:latitude '3.68333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:21614'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308927'^^xsd:anyURI;
  dwc:observationDate '1958-07-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308930> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 39.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 39.5)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "39.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3671'^^xsd:integer;
  dwc:scientificName 'Colius striatus leucotis Ruppell, 1839'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Ethiopia'^^xsd:string;
  dwc:longitude '39.5'^^xsd:double;
  dwc:latitude '9'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308930'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308932> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 -53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "-53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12140" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-01'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4842'^^xsd:integer;
  dwc:scientificName 'Spizaetus tyrannus tyrannus (Wied, 1820)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R.F.'^^xsd:string;
  dwc:yearIdentified '1963'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12140'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1951'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Brazil'^^xsd:string;
  dwc:longitude '-53'^^xsd:integer;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:1348'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308932'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308972> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-01'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25559'^^xsd:integer;
  dwc:scientificName 'Pogoniulus scolopaceus flavisquamatus (Verreaux J.P. & Verreaux J.B.E., 1855)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1951'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19064'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308972'^^xsd:anyURI;
  dwc:observationDate '1950-03-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308981> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.15 5.1333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.15"^^xsd:decimal ;
  dwc:decimalLongitude "5.1333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10567" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-01'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '45716'^^xsd:integer;
  dwc:scientificName 'Recurvirostra avosetta avosetta Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1968'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10567'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.1333333333'^^xsd:double;
  dwc:latitude '51.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23973'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308981'^^xsd:anyURI;
  dwc:observationDate '1967-06-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 2.5833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1"^^xsd:decimal ;
  dwc:decimalLongitude "2.5833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3322" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4318'^^xsd:integer;
  dwc:scientificName 'Podiceps cristatus cristatus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen Walter (Prof.)'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3322'^^xsd:string;
  dwc:yearCollected '1956'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.5833333333'^^xsd:double;
  dwc:latitude '51.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20901'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309001'^^xsd:anyURI;
  dwc:observationDate '1956-03-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.73091 4.48577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.73091"^^xsd:decimal ;
  dwc:decimalLongitude "4.48577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9800" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9938'^^xsd:gYear;
  dwc:scientificName 'Caprimulgus europaeus europaeus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Galasse A.'^^xsd:string;
  dwc:yearIdentified '1912'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9800'^^xsd:string;
  dwc:collector 'Galasse A.'^^xsd:string;
  dwc:yearCollected '1912'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.48577'^^xsd:double;
  dwc:latitude '50.73091'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9800'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309019'^^xsd:anyURI;
  dwc:observationDate '1912-05-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.6861 -53.98281)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.6861"^^xsd:decimal ;
  dwc:decimalLongitude "-53.98281"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26601" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-02'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '66737'^^xsd:integer;
  dwc:scientificName 'Topaza pella pella (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26601'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'French Guiana'^^xsd:string;
  dwc:longitude '-53.98281'^^xsd:double;
  dwc:latitude '4.6861'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26601'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309022'^^xsd:anyURI;
  dwc:observationDate '1982-11-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.05 4.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.05"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/16237" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20151'^^xsd:integer;
  dwc:scientificName 'Larus argentatus argentatus (Pontoppidan, 1763)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/16237'^^xsd:string;
  dwc:collector 'Van der Haegen P.'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Netherlands'^^xsd:string;
  dwc:longitude '4.5'^^xsd:double;
  dwc:latitude '53.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16327'^^xsd:anyURI;
  dwc:aphiaid '232047'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309054'^^xsd:anyURI;
  dwc:observationDate '1948-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '232047'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309097> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.5166666667 25.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.5166666667"^^xsd:decimal ;
  dwc:decimalLongitude "25.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.5166666667 25.2)"^^geo:wktLiteral ;
  geo-pos:lat "-10.5166666667"^^xsd:decimal ;
  geo-pos:long "25.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23883" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20576'^^xsd:integer;
  dwc:scientificName 'Ciconia abdimii Lichtenstein, 1823'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23883'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '25.2'^^xsd:double;
  dwc:latitude '-10.5166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17809'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309097'^^xsd:anyURI;
  dwc:observationDate '1950-04-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.1 26.76667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.1"^^xsd:decimal ;
  dwc:decimalLongitude "26.76667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24415'^^xsd:integer;
  dwc:scientificName 'Merops pusillus meridionalis (Sharpe, 1892)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.76667'^^xsd:double;
  dwc:latitude '-9.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309104'^^xsd:anyURI;
  dwc:observationDate '1948-08-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 5.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 5.05)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "5.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/27904" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '45380'^^xsd:integer;
  dwc:scientificName 'Aythya ferina Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Asperslag L. (M.)'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/27904'^^xsd:string;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.05'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23658'^^xsd:anyURI;
  dwc:aphiaid '232037'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309137'^^xsd:anyURI;
  dwc:observationDate '1965-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '232037'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0166666667 2.8333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0166666667"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/8723" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-02-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14886'^^xsd:integer;
  dwc:scientificName 'Podiceps cristatus cristatus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/8723'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.8333333333'^^xsd:double;
  dwc:latitude '51.0166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12545'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309150'^^xsd:anyURI;
  dwc:observationDate '1939-01-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.91111 -98.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.91111"^^xsd:decimal ;
  dwc:decimalLongitude "-98.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.91111 -98.38)"^^geo:wktLiteral ;
  geo-pos:lat "47.91111"^^xsd:decimal ;
  geo-pos:long "-98.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '44286'^^xsd:integer;
  dwc:scientificName 'Larus pipixcan Wagler, 1831'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Chicago Field Museum of Natural History'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23649'^^xsd:string;
  dwc:collector 'Chicago Field Museum of Natural History'^^xsd:string;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Stump Lake'^^xsd:string;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-98.38'^^xsd:double;
  dwc:latitude '47.91111'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23649'^^xsd:anyURI;
  dwc:aphiaid '159077'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309168'^^xsd:anyURI;
  dwc:observationDate '1905-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '159077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10 -76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10"^^xsd:decimal ;
  dwc:decimalLongitude "-76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '8700'^^xsd:gYear;
  dwc:scientificName 'Zimmerius gracilipes (Sclater & Salvin, 1868)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Du Bus'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-76'^^xsd:integer;
  dwc:latitude '-10'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309171'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309173> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 39.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 39.5)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "39.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3664'^^xsd:integer;
  dwc:scientificName 'Campethera nubica nubica (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1949'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:country 'Ethiopia'^^xsd:string;
  dwc:longitude '39.5'^^xsd:double;
  dwc:latitude '9'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17039'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309173'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.35027 18.47909)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.35027"^^xsd:decimal ;
  dwc:decimalLongitude "18.47909"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4644'^^xsd:integer;
  dwc:scientificName 'Caprimulgus rufigena rufigena Smith, 1845'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1209'^^xsd:string;
  dwc:collector 'Verreaux'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1850'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '18.47909'^^xsd:double;
  dwc:latitude '-34.35027'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:1209'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309175'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.25 -3.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.25"^^xsd:decimal ;
  dwc:decimalLongitude "-3.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/33837" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1581'^^xsd:gYear;
  dwc:scientificName 'Gyps fulvus fulvus (Hablizl, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/33837'^^xsd:string;
  dwc:yearCollected '1888'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'Spain'^^xsd:string;
  dwc:longitude '-3.25'^^xsd:double;
  dwc:latitude '37.25'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309291'^^xsd:anyURI;
  dwc:observationDate '1888-01-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 4.2333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1"^^xsd:decimal ;
  dwc:decimalLongitude "4.2333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2352" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4853'^^xsd:gYear;
  dwc:scientificName 'Hieraaetus fasciatus fasciatus (Vieillot, 1822)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2352'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1889'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.2333333333'^^xsd:double;
  dwc:latitude '51.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5629'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309331'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.366667 29.633333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.366667"^^xsd:decimal ;
  dwc:decimalLongitude "29.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.366667 29.633333)"^^geo:wktLiteral ;
  geo-pos:lat "-8.366667"^^xsd:decimal ;
  geo-pos:long "29.633333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15333" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '21490'^^xsd:integer;
  dwc:scientificName 'Tockus nasutus epirhinus (Sundevall, 1851)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15333'^^xsd:string;
  dwc:collector 'Bredo H.J.'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.633333'^^xsd:double;
  dwc:latitude '-8.366667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15333'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309354'^^xsd:anyURI;
  dwc:observationDate '1940-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.366667 29.633333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.366667"^^xsd:decimal ;
  dwc:decimalLongitude "29.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.366667 29.633333)"^^geo:wktLiteral ;
  geo-pos:lat "-8.366667"^^xsd:decimal ;
  geo-pos:long "29.633333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15333" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '21492'^^xsd:integer;
  dwc:scientificName 'Tockus nasutus epirhinus (Sundevall, 1851)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15333'^^xsd:string;
  dwc:collector 'Bredo H.J.'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.633333'^^xsd:double;
  dwc:latitude '-8.366667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15333'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309355'^^xsd:anyURI;
  dwc:observationDate '1940-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.83333 4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.83333"^^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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/16268" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '19113'^^xsd:integer;
  dwc:scientificName 'Galerida cristata cristata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/16268'^^xsd:string;
  dwc:collector 'Laenen J.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1942'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '4'^^xsd:integer;
  dwc:latitude '50.83333'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16268'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309384'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05 3.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05 3.95)"^^geo:wktLiteral ;
  geo-pos:lat "51.05"^^xsd:decimal ;
  geo-pos:long "3.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7940" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10370C'^^xsd:string;
  dwc:scientificName 'Tringa erythropus (Pallas, 1764)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7940'^^xsd:string;
  dwc:yearCollected '1916'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.95'^^xsd:double;
  dwc:latitude '51.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9120'^^xsd:anyURI;
  dwc:aphiaid '159029'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309385'^^xsd:anyURI;
  dwc:observationDate '1916-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '159029'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.233333 12.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.233333"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.233333 12.3)"^^geo:wktLiteral ;
  geo-pos:lat "51.233333"^^xsd:decimal ;
  geo-pos:long "12.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11381'^^xsd:integer;
  dwc:scientificName 'Dendrocopos medius medius (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11149'^^xsd:string;
  dwc:collector 'Musée de Dresden'^^xsd:string;
  dwc:yearCollected '1920'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '12.3'^^xsd:double;
  dwc:latitude '51.233333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11149'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309401'^^xsd:anyURI;
  dwc:observationDate '1920-10-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309403> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.1 26.76667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.1"^^xsd:decimal ;
  dwc:decimalLongitude "26.76667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24168'^^xsd:integer;
  dwc:scientificName 'Eurystomus glaucurus suahelicus Neumann, 1905'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.76667'^^xsd:double;
  dwc:latitude '-9.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309403'^^xsd:anyURI;
  dwc:observationDate '1948-09-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.5166666667 -62.1333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.5166666667"^^xsd:decimal ;
  dwc:decimalLongitude "-62.1333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/31295" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '67917'^^xsd:integer;
  dwc:scientificName 'Bubulcus ibis ibis (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/31295'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'Paraguay'^^xsd:string;
  dwc:longitude '-62.1333333333'^^xsd:double;
  dwc:latitude '-20.5166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26801'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309404'^^xsd:anyURI;
  dwc:observationDate '1984-05-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.5166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.5166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19723" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '22715'^^xsd:integer;
  dwc:scientificName 'Haliaeetus vocifer (Daudin, 1800)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19723'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.5166666667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:aphiaid '212677'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309426'^^xsd:anyURI;
  dwc:observationDate '1947-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '212677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8 5.0666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8"^^xsd:decimal ;
  dwc:decimalLongitude "5.0666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2390" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9811'^^xsd:integer;
  dwc:scientificName 'Buteo buteo buteo (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Galasse A.'^^xsd:string;
  dwc:yearIdentified '1922'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2390'^^xsd:string;
  dwc:yearCollected '1922'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.0666666667'^^xsd:double;
  dwc:latitude '49.8'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8723'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309443'^^xsd:anyURI;
  dwc:observationDate '1922-05-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28 3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28"^^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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19161" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-31'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '40040'^^xsd:integer;
  dwc:scientificName 'Alaemon alaudipes alaudipes (Desfontaines, 1789)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1957'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19161'^^xsd:string;
  dwc:collector 'Laenen J.'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '3'^^xsd:integer;
  dwc:latitude '28'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19161'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309469'^^xsd:anyURI;
  dwc:observationDate '1951-05-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.0671 29.4595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.0671"^^xsd:decimal ;
  dwc:decimalLongitude "29.4595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25885" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-29'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '60500'^^xsd:integer;
  dwc:scientificName 'Pogoniulus bilineatus mfumbiri (Ogilvie-Grant, 1907)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25885'^^xsd:string;
  dwc:collector 'Prigogine A., Gaugris'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:country 'Burundi'^^xsd:string;
  dwc:longitude '29.4595'^^xsd:double;
  dwc:latitude '-3.0671'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25885'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309484'^^xsd:anyURI;
  dwc:observationDate '1978-12-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.42639 101.82308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.42639"^^xsd:decimal ;
  dwc:decimalLongitude "101.82308"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10839" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11692'^^xsd:integer;
  dwc:scientificName 'Pelargopsis capensis burmanica Sharpe, 1870'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10839'^^xsd:string;
  dwc:collector 'Flemming Johannes'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '101.82308'^^xsd:double;
  dwc:latitude '6.42639'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10839'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309488'^^xsd:anyURI;
  dwc:observationDate '1931-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309489> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.42639 101.82308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.42639"^^xsd:decimal ;
  dwc:decimalLongitude "101.82308"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.42639 101.82308)"^^geo:wktLiteral ;
  geo-pos:lat "6.42639"^^xsd:decimal ;
  geo-pos:long "101.82308"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10839" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11691'^^xsd:integer;
  dwc:scientificName 'Pelargopsis capensis burmanica Sharpe, 1870'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10839'^^xsd:string;
  dwc:collector 'Flemming Johannes'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '101.82308'^^xsd:double;
  dwc:latitude '6.42639'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10839'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309489'^^xsd:anyURI;
  dwc:observationDate '1931-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309503> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 4.5833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3"^^xsd:decimal ;
  dwc:decimalLongitude "4.5833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 4.5833333333)"^^geo:wktLiteral ;
  geo-pos:lat "51.3"^^xsd:decimal ;
  geo-pos:long "4.5833333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/8729" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15071'^^xsd:integer;
  dwc:scientificName 'Numenius arquata arquata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/8729'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.5833333333'^^xsd:double;
  dwc:latitude '51.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12231'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309503'^^xsd:anyURI;
  dwc:observationDate '1938-08-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309511> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.5 15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.5"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.5 15)"^^geo:wktLiteral ;
  geo-pos:lat "68.5"^^xsd:decimal ;
  geo-pos:long "15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/31123" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '861C'^^xsd:string;
  dwc:scientificName 'Somateria mollissima mollissima (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/31123'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1900'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:country 'Norway'^^xsd:string;
  dwc:longitude '15'^^xsd:integer;
  dwc:latitude '68.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:6733'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309511'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309580> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.89556 8.44333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.89556"^^xsd:decimal ;
  dwc:decimalLongitude "8.44333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.89556 8.44333)"^^geo:wktLiteral ;
  geo-pos:lat "36.89556"^^xsd:decimal ;
  geo-pos:long "8.44333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/16411" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '40116'^^xsd:integer;
  dwc:scientificName 'Upupa epops epops Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/16411'^^xsd:string;
  dwc:collector 'Laenen J.'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'Algeria'^^xsd:string;
  dwc:longitude '8.44333'^^xsd:double;
  dwc:latitude '36.89556'^^xsd:double;
  dwc:coordinatePrecision '3000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16411'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309580'^^xsd:anyURI;
  dwc:observationDate '1948-09-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.85 3.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.85"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.85 3.6)"^^geo:wktLiteral ;
  geo-pos:lat "50.85"^^xsd:decimal ;
  geo-pos:long "3.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9732" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10815c'^^xsd:string;
  dwc:scientificName 'Picus viridis viridis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Anspach Marguerite (Miss)'^^xsd:string;
  dwc:yearIdentified '1935'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9732'^^xsd:string;
  dwc:collector 'Piret  (Abbé)'^^xsd:string;
  dwc:yearCollected '1932'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.6'^^xsd:double;
  dwc:latitude '50.85'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9732'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309581'^^xsd:anyURI;
  dwc:observationDate '1932-07-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1166666667 2.6833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1166666667"^^xsd:decimal ;
  dwc:decimalLongitude "2.6833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1166666667 2.6833333333)"^^geo:wktLiteral ;
  geo-pos:lat "51.1166666667"^^xsd:decimal ;
  geo-pos:long "2.6833333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7656" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15011'^^xsd:integer;
  dwc:scientificName 'Philomachus pugnax (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7656'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.6833333333'^^xsd:double;
  dwc:latitude '51.1166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12889'^^xsd:anyURI;
  dwc:aphiaid '159046'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309590'^^xsd:anyURI;
  dwc:observationDate '1939-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '159046'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.64361 5.59444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.64361"^^xsd:decimal ;
  dwc:decimalLongitude "5.59444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.64361 5.59444)"^^geo:wktLiteral ;
  geo-pos:lat "49.64361"^^xsd:decimal ;
  geo-pos:long "5.59444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/13927" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14480'^^xsd:integer;
  dwc:scientificName 'Tyto alba alba (Scopoli, 1769)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/13927'^^xsd:string;
  dwc:collector 'Daumerie Roger (M.)'^^xsd:string;
  dwc:yearCollected '1921'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.59444'^^xsd:double;
  dwc:latitude '49.64361'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13927'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309600'^^xsd:anyURI;
  dwc:observationDate '1921-05-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 4.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 4.5)"^^geo:wktLiteral ;
  geo-pos:lat "51.1"^^xsd:decimal ;
  geo-pos:long "4.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1278'^^xsd:gYear;
  dwc:scientificName 'Columba palumbus palumbus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts - Anspach Marguerite (Mme)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1893'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.5'^^xsd:double;
  dwc:latitude '51.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309604'^^xsd:anyURI;
  dwc:observationDate '1893-05-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.535 -71.3427777778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.535"^^xsd:decimal ;
  dwc:decimalLongitude "-71.3427777778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.535 -71.3427777778)"^^geo:wktLiteral ;
  geo-pos:lat "-16.535"^^xsd:decimal ;
  geo-pos:long "-71.3427777778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/31512" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '7323'^^xsd:integer;
  dwc:scientificName 'Jacana jacana jacana (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/31512'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1858'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:country 'Peru'^^xsd:string;
  dwc:longitude '-71.3427777778'^^xsd:double;
  dwc:latitude '-16.535'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:2042'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309613'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.71667 29.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.71667"^^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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.71667 29.75)"^^geo:wktLiteral ;
  geo-pos:lat "0.71667"^^xsd:decimal ;
  geo-pos:long "29.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '52425'^^xsd:integer;
  dwc:scientificName 'Pachycoccyx audeberti validus (Reichenow, 1879)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1955'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Djuma'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.75'^^xsd:double;
  dwc:latitude '0.71667'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309621'^^xsd:anyURI;
  dwc:observationDate '1955-10-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.08333 4.83333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.08333"^^xsd:decimal ;
  dwc:decimalLongitude "4.83333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.08333 4.83333)"^^geo:wktLiteral ;
  geo-pos:lat "53.08333"^^xsd:decimal ;
  geo-pos:long "4.83333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/31057" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72149'^^xsd:integer;
  dwc:scientificName 'Uria aalge (Pontoppidan, 1763)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Lenglet Georges (Dr.)'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/31057'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Netherlands'^^xsd:string;
  dwc:longitude '4.83333'^^xsd:double;
  dwc:latitude '53.08333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29501'^^xsd:anyURI;
  dwc:aphiaid '137133'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309638'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137133'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.083333 3.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.083333"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.083333 3.05)"^^geo:wktLiteral ;
  geo-pos:lat "51.083333"^^xsd:decimal ;
  geo-pos:long "3.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9296" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10038d'^^xsd:string;
  dwc:scientificName 'Dendrocopos major pinetorum (Brehm, 1831)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9296'^^xsd:string;
  dwc:collector 'de Lalaing Max (M.)'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.05'^^xsd:double;
  dwc:latitude '51.083333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9296'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309677'^^xsd:anyURI;
  dwc:observationDate '1930-03-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.6666666667 15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.6666666667"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.6666666667 15)"^^geo:wktLiteral ;
  geo-pos:lat "53.6666666667"^^xsd:decimal ;
  geo-pos:long "15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/28504" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '45797'^^xsd:integer;
  dwc:scientificName 'Falco peregrinus peregrinus Tunstall, 1771'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/28504'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1935'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '15'^^xsd:integer;
  dwc:latitude '53.6666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10544'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309681'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2 -77.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2"^^xsd:decimal ;
  dwc:decimalLongitude "-77.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2 -77.5)"^^geo:wktLiteral ;
  geo-pos:lat "-2"^^xsd:decimal ;
  geo-pos:long "-77.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2560" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3901'^^xsd:integer;
  dwc:scientificName 'Scytalopus micropterus (Sclater, 1858)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2560'^^xsd:string;
  dwc:collector 'Linden L.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1866'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-77.5'^^xsd:double;
  dwc:latitude '-2'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:2560'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309690'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.78333 4.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.78333"^^xsd:decimal ;
  dwc:decimalLongitude "4.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 "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.78333 4.41667)"^^geo:wktLiteral ;
  geo-pos:lat "50.78333"^^xsd:decimal ;
  geo-pos:long "4.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/731" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '65386'^^xsd:integer;
  dwc:scientificName 'Columba palumbus palumbus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/731'^^xsd:string;
  dwc:collector 'Boulenger Georges Albert (M.), Claine Auguste (M.), Grimaert G.F., Poirot'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.41667'^^xsd:double;
  dwc:latitude '50.78333'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26420'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309708'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309709> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.471667 -72.936944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.471667"^^xsd:decimal ;
  dwc:decimalLongitude "-72.936944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.471667 -72.936944)"^^geo:wktLiteral ;
  geo-pos:lat "-41.471667"^^xsd:decimal ;
  geo-pos:long "-72.936944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26894" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '68360'^^xsd:integer;
  dwc:scientificName 'Megaceryle torquata (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26894'^^xsd:string;
  dwc:collector 'Fonds Léopold III'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-72.936944'^^xsd:double;
  dwc:latitude '-41.471667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26894'^^xsd:anyURI;
  dwc:aphiaid '567849'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309709'^^xsd:anyURI;
  dwc:observationDate '1984-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '567849'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.49167 110.00444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.49167"^^xsd:decimal ;
  dwc:decimalLongitude "110.00444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.49167 110.00444)"^^geo:wktLiteral ;
  geo-pos:lat "-7.49167"^^xsd:decimal ;
  geo-pos:long "110.00444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3502" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1914'^^xsd:gYear;
  dwc:scientificName 'Megalaima corvina (Temminck, 1831)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3502'^^xsd:string;
  dwc:collector 'Suyckerbuyk G.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1875'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '110.00444'^^xsd:double;
  dwc:latitude '-7.49167'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3502'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309713'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9 4.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9 4.1)"^^geo:wktLiteral ;
  geo-pos:lat "50.9"^^xsd:decimal ;
  geo-pos:long "4.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1187" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72372'^^xsd:integer;
  dwc:scientificName 'Picus viridis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Baten Lea (Mme)'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1187'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.1'^^xsd:double;
  dwc:latitude '50.9'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: none; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29763'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309721'^^xsd:anyURI;
  dwc:observationDate '2002-11-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.331 -68.010278)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.331"^^xsd:decimal ;
  dwc:decimalLongitude "-68.010278"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.331 -68.010278)"^^geo:wktLiteral ;
  geo-pos:lat "-22.331"^^xsd:decimal ;
  geo-pos:long "-68.010278"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26747" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-02-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '63705'^^xsd:integer;
  dwc:scientificName 'Oreopholus ruficollis (Wagler, 1776)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26747'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-68.010278'^^xsd:double;
  dwc:latitude '-22.331'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26139'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309737'^^xsd:anyURI;
  dwc:observationDate '1980-02-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.331 -68.010278)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.331"^^xsd:decimal ;
  dwc:decimalLongitude "-68.010278"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.331 -68.010278)"^^geo:wktLiteral ;
  geo-pos:lat "-22.331"^^xsd:decimal ;
  geo-pos:long "-68.010278"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26747" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-02-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '63708'^^xsd:integer;
  dwc:scientificName 'Oreopholus ruficollis (Wagler, 1776)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26747'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-68.010278'^^xsd:double;
  dwc:latitude '-22.331'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26139'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309738'^^xsd:anyURI;
  dwc:observationDate '1980-02-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.331 -68.010278)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.331"^^xsd:decimal ;
  dwc:decimalLongitude "-68.010278"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.331 -68.010278)"^^geo:wktLiteral ;
  geo-pos:lat "-22.331"^^xsd:decimal ;
  geo-pos:long "-68.010278"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26747" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-02-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '63709'^^xsd:integer;
  dwc:scientificName 'Oreopholus ruficollis (Wagler, 1776)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26747'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-68.010278'^^xsd:double;
  dwc:latitude '-22.331'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26139'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309739'^^xsd:anyURI;
  dwc:observationDate '1980-02-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8 4.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.8"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8 4.4)"^^geo:wktLiteral ;
  geo-pos:lat "50.8"^^xsd:decimal ;
  geo-pos:long "4.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2141" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10025B'^^xsd:string;
  dwc:scientificName 'Gallinula chloropus chloropus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2141'^^xsd:string;
  dwc:yearCollected '1926'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.4'^^xsd:double;
  dwc:latitude '50.8'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8874'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309755'^^xsd:anyURI;
  dwc:observationDate '1926-05-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.1666666667 106.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.1666666667"^^xsd:decimal ;
  dwc:decimalLongitude "106.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.1666666667 106.8)"^^geo:wktLiteral ;
  geo-pos:lat "-6.1666666667"^^xsd:decimal ;
  geo-pos:long "106.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/29036" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1419'^^xsd:gYear;
  dwc:scientificName 'Gallirallus striatus gularis (Horsfield, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/29036'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1882'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '106.8'^^xsd:double;
  dwc:latitude '-6.1666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4870'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309762'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309766> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6666666667 -79.4166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-79.4166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6666666667 -79.4166666667)"^^geo:wktLiteral ;
  geo-pos:lat "43.6666666667"^^xsd:decimal ;
  geo-pos:long "-79.4166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12595" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '823C'^^xsd:string;
  dwc:scientificName 'Arenaria interpres morinella (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12595'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1873'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-79.4166666667'^^xsd:double;
  dwc:latitude '43.6666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3111'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309766'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69096 9.14062)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69096"^^xsd:decimal ;
  dwc:decimalLongitude "9.14062"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69096 9.14062)"^^geo:wktLiteral ;
  geo-pos:lat "48.69096"^^xsd:decimal ;
  geo-pos:long "9.14062"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  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:ave'^^xsd:anyURI;
  dwc:catalogNumber '1609'^^xsd:gYear;
  dwc:scientificName 'Columba livia domestica Gmelin, 1789'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1932'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '9.14062'^^xsd:double;
  dwc:latitude '48.69096'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9812'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309772'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69096 9.14062)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69096"^^xsd:decimal ;
  dwc:decimalLongitude "9.14062"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69096 9.14062)"^^geo:wktLiteral ;
  geo-pos:lat "48.69096"^^xsd:decimal ;
  geo-pos:long "9.14062"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  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:ave'^^xsd:anyURI;
  dwc:catalogNumber '10466'^^xsd:integer;
  dwc:scientificName 'Columba livia domestica Gmelin, 1789'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1932'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '9.14062'^^xsd:double;
  dwc:latitude '48.69096'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9812'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309773'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69096 9.14062)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69096"^^xsd:decimal ;
  dwc:decimalLongitude "9.14062"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69096 9.14062)"^^geo:wktLiteral ;
  geo-pos:lat "48.69096"^^xsd:decimal ;
  geo-pos:long "9.14062"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  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:ave'^^xsd:anyURI;
  dwc:catalogNumber '1609'^^xsd:gYear;
  dwc:scientificName 'Columba livia domestica Gmelin, 1789'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1932'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '9.14062'^^xsd:double;
  dwc:latitude '48.69096'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9812'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309774'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7 5.4166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7"^^xsd:decimal ;
  dwc:decimalLongitude "5.4166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7 5.4166666667)"^^geo:wktLiteral ;
  geo-pos:lat "49.7"^^xsd:decimal ;
  geo-pos:long "5.4166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2599" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11072E'^^xsd:string;
  dwc:scientificName 'Accipiter nisus nisus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Anspach Marguerite (Miss)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2599'^^xsd:string;
  dwc:yearCollected '1932'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.4166666667'^^xsd:double;
  dwc:latitude '49.7'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9732'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309793'^^xsd:anyURI;
  dwc:observationDate '1932-10-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309888> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  geo-pos:lat "0.91667"^^xsd:decimal ;
  geo-pos:long "29.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '51692'^^xsd:integer;
  dwc:scientificName 'Bycanistes cylindricus albotibialis (Cabanis & Reichenow, 1877)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1955'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309888'^^xsd:anyURI;
  dwc:observationDate '1955-02-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5166666667 5.8166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.5166666667"^^xsd:decimal ;
  dwc:decimalLongitude "5.8166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5166666667 5.8166666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.5166666667"^^xsd:decimal ;
  geo-pos:long "5.8166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/8855" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72917'^^xsd:integer;
  dwc:scientificName 'Parus major Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Finck Sébastien (M.)'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/8855'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.8166666667'^^xsd:double;
  dwc:latitude '50.5166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:30278'^^xsd:anyURI;
  dwc:aphiaid '558568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309904'^^xsd:anyURI;
  dwc:observationDate '2004-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '558568'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5833333333 -121.9166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.5833333333"^^xsd:decimal ;
  dwc:decimalLongitude "-121.9166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5833333333 -121.9166666667)"^^geo:wktLiteral ;
  geo-pos:lat "36.5833333333"^^xsd:decimal ;
  geo-pos:long "-121.9166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/35107" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '44257'^^xsd:integer;
  dwc:scientificName 'Phalacrocorax penicillatus Brandt, 1837'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/35107'^^xsd:string;
  dwc:yearCollected '1918'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-121.9166666667'^^xsd:double;
  dwc:latitude '36.5833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23649'^^xsd:anyURI;
  dwc:aphiaid '343951'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309906'^^xsd:anyURI;
  dwc:observationDate '1918-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '343951'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309914> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.76711 4.43428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.76711"^^xsd:decimal ;
  dwc:decimalLongitude "4.43428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.76711 4.43428)"^^geo:wktLiteral ;
  geo-pos:lat "50.76711"^^xsd:decimal ;
  geo-pos:long "4.43428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/16268" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '18201'^^xsd:integer;
  dwc:scientificName 'Asio otus otus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/16268'^^xsd:string;
  dwc:collector 'Laenen  (Miss)'^^xsd:string;
  dwc:yearCollected '1943'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.43428'^^xsd:double;
  dwc:latitude '50.76711'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16268'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309914'^^xsd:anyURI;
  dwc:observationDate '1943-04-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309930> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38056 4.37582)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38056"^^xsd:decimal ;
  dwc:decimalLongitude "4.37582"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38056 4.37582)"^^geo:wktLiteral ;
  geo-pos:lat "50.38056"^^xsd:decimal ;
  geo-pos:long "4.37582"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10515" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10816e'^^xsd:string;
  dwc:scientificName 'Jynx torquilla torquilla Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10515'^^xsd:string;
  dwc:collector 'Anspach Marguerite (Miss)'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.37582'^^xsd:double;
  dwc:latitude '50.38056'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10515'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309930'^^xsd:anyURI;
  dwc:observationDate '1935-04-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2833333333 3.2333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2833333333"^^xsd:decimal ;
  dwc:decimalLongitude "3.2333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2833333333 3.2333333333)"^^geo:wktLiteral ;
  geo-pos:lat "51.2833333333"^^xsd:decimal ;
  geo-pos:long "3.2333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3666" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '133B'^^xsd:string;
  dwc:scientificName 'Gallinago gallinago gallinago Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3666'^^xsd:string;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.2333333333'^^xsd:double;
  dwc:latitude '51.2833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11021'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309963'^^xsd:anyURI;
  dwc:observationDate '1933-09-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.50273 4.87604)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.50273"^^xsd:decimal ;
  dwc:decimalLongitude "4.87604"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.50273 4.87604)"^^geo:wktLiteral ;
  geo-pos:lat "50.50273"^^xsd:decimal ;
  geo-pos:long "4.87604"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11117" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6005'^^xsd:gYear;
  dwc:scientificName 'Tyto alba alba (Scopoli, 1769)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11117'^^xsd:string;
  dwc:collector 'Piret  (Abbé)'^^xsd:string;
  dwc:yearCollected '1937'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.87604'^^xsd:double;
  dwc:latitude '50.50273'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11117'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309988'^^xsd:anyURI;
  dwc:observationDate '1937-01-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33772 4.62735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.33772"^^xsd:decimal ;
  dwc:decimalLongitude "4.62735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33772 4.62735)"^^geo:wktLiteral ;
  geo-pos:lat "51.33772"^^xsd:decimal ;
  geo-pos:long "4.62735"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2556" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '46016'^^xsd:integer;
  dwc:scientificName 'Gallinula chloropus chloropus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1968'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2556'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.62735'^^xsd:double;
  dwc:latitude '51.33772'^^xsd:double;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23973'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310002'^^xsd:anyURI;
  dwc:observationDate '1967-06-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.65"^^xsd:decimal ;
  geo-pos:long "26.51667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23784'^^xsd:integer;
  dwc:scientificName 'Chrysococcyx cupreus Shaw, 1792'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1953'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte , Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.51667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310031'^^xsd:anyURI;
  dwc:observationDate '1948-12-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 4.216667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 4.216667)"^^geo:wktLiteral ;
  geo-pos:lat "51.3"^^xsd:decimal ;
  geo-pos:long "4.216667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10285" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11108D'^^xsd:string;
  dwc:scientificName 'Larus canus canus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Anspach Marguerite (Miss)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10285'^^xsd:string;
  dwc:collector 'Jacobs'^^xsd:string;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.216667'^^xsd:double;
  dwc:latitude '51.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10285'^^xsd:anyURI;
  dwc:aphiaid '437589'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310032'^^xsd:anyURI;
  dwc:observationDate '1934-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '437589'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310099> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5 12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5 12)"^^geo:wktLiteral ;
  geo-pos:lat "51.5"^^xsd:decimal ;
  geo-pos:long "12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/28370" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1436'^^xsd:gYear;
  dwc:scientificName 'Falco subbuteo subbuteo Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/28370'^^xsd:string;
  dwc:yearCollected '1890'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '12'^^xsd:integer;
  dwc:latitude '51.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310099'^^xsd:anyURI;
  dwc:observationDate '1890-06-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310114> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.68333 29.13333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.68333"^^xsd:decimal ;
  dwc:decimalLongitude "29.13333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.68333 29.13333)"^^geo:wktLiteral ;
  geo-pos:lat "3.68333"^^xsd:decimal ;
  geo-pos:long "29.13333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/21614" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-04-28'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '46638'^^xsd:integer;
  dwc:scientificName 'Merops bulocki frenatus Hartlaub, 1854'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'de Roo A.'^^xsd:string;
  dwc:yearIdentified '1969'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/21614'^^xsd:string;
  dwc:collector 'Hostie Paul (M.)'^^xsd:string;
  dwc:yearCollected '1957'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.13333'^^xsd:double;
  dwc:latitude '3.68333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:21614'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310114'^^xsd:anyURI;
  dwc:observationDate '1957-06-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.0666666667 -124.1333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.0666666667"^^xsd:decimal ;
  dwc:decimalLongitude "-124.1333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.0666666667 -124.1333333333)"^^geo:wktLiteral ;
  geo-pos:lat "41.0666666667"^^xsd:decimal ;
  geo-pos:long "-124.1333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/35227" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '44346'^^xsd:integer;
  dwc:scientificName 'Oceanodroma leucorhoa (Vieillot, 1818)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Devillers Pierre (M.)'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/35227'^^xsd:string;
  dwc:yearCollected '1911'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-124.1333333333'^^xsd:double;
  dwc:latitude '41.0666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23649'^^xsd:anyURI;
  dwc:aphiaid '137192'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310131'^^xsd:anyURI;
  dwc:observationDate '1911-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137192'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3166666667 3.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3166666667"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3166666667 3.3)"^^geo:wktLiteral ;
  geo-pos:lat "51.3166666667"^^xsd:decimal ;
  geo-pos:long "3.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10152" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15655'^^xsd:integer;
  dwc:scientificName 'Anas clypeata Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10152'^^xsd:string;
  dwc:yearCollected '1944'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.3'^^xsd:double;
  dwc:latitude '51.3166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:14446'^^xsd:anyURI;
  dwc:aphiaid '158941'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310150'^^xsd:anyURI;
  dwc:observationDate '1944-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '1461476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5333333333 4.8666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.5333333333"^^xsd:decimal ;
  dwc:decimalLongitude "4.8666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5333333333 4.8666666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.5333333333"^^xsd:decimal ;
  geo-pos:long "4.8666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9932" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-12'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10129'^^xsd:integer;
  dwc:scientificName 'Tetrax tetrax tetrax (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9932'^^xsd:string;
  dwc:yearCollected '1911'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.8666666667'^^xsd:double;
  dwc:latitude '50.5333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8491'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310183'^^xsd:anyURI;
  dwc:observationDate '1911-08-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.7833333333 29.2833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.7833333333"^^xsd:decimal ;
  dwc:decimalLongitude "29.2833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.7833333333 29.2833333333)"^^geo:wktLiteral ;
  geo-pos:lat "-0.7833333333"^^xsd:decimal ;
  geo-pos:long "29.2833333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/21969" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11942'^^xsd:integer;
  dwc:scientificName 'Colius striatus kiwuensis Reichenow, 1908'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Schouteden Henri (Dr.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/21969'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.), Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Rwindi'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.2833333333'^^xsd:double;
  dwc:latitude '-0.7833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12088'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310234'^^xsd:anyURI;
  dwc:observationDate '1934-11-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.15 27.0166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.15"^^xsd:decimal ;
  dwc:decimalLongitude "27.0166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.15 27.0166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-7.15"^^xsd:decimal ;
  geo-pos:long "27.0166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23053" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '22921'^^xsd:integer;
  dwc:scientificName 'Numida meleagris marungensis Schalow, 1884'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23053'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Lufira;Senze'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '27.0166666667'^^xsd:double;
  dwc:latitude '-7.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310250'^^xsd:anyURI;
  dwc:observationDate '1948-02-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  geo-pos:lat "0.91667"^^xsd:decimal ;
  geo-pos:long "29.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '51679'^^xsd:integer;
  dwc:scientificName 'Caprimulgus natalensis natalensis Smith, 1845'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310256'^^xsd:anyURI;
  dwc:observationDate '1954-11-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310257> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  geo-pos:lat "0.91667"^^xsd:decimal ;
  geo-pos:long "29.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '70443'^^xsd:integer;
  dwc:scientificName 'Caprimulgus natalensis natalensis Smith, 1845'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310257'^^xsd:anyURI;
  dwc:observationDate '1954-11-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 39.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 39.5)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "39.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/27142" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4694'^^xsd:integer;
  dwc:scientificName 'Melierax poliopterus Cabanis, 1869'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/27142'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1849'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:country 'Ethiopia'^^xsd:string;
  dwc:longitude '39.5'^^xsd:double;
  dwc:latitude '9'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:1129'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310262'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310279> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33772 4.62735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.33772"^^xsd:decimal ;
  dwc:decimalLongitude "4.62735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33772 4.62735)"^^geo:wktLiteral ;
  geo-pos:lat "51.33772"^^xsd:decimal ;
  geo-pos:long "4.62735"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2557" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '46010'^^xsd:integer;
  dwc:scientificName 'Tringa glareola Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1969'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2557'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.62735'^^xsd:double;
  dwc:latitude '51.33772'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23973'^^xsd:anyURI;
  dwc:aphiaid '225916'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310279'^^xsd:anyURI;
  dwc:observationDate '1967-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '225916'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8333333333 14.5833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8333333333"^^xsd:decimal ;
  dwc:decimalLongitude "14.5833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8333333333 14.5833333333)"^^geo:wktLiteral ;
  geo-pos:lat "12.8333333333"^^xsd:decimal ;
  geo-pos:long "14.5833333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12728" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '39981'^^xsd:integer;
  dwc:scientificName 'Merops bulocki frenatus Hartlaub, 1854'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12728'^^xsd:string;
  dwc:collector 'Laenen J.'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'Chad'^^xsd:string;
  dwc:longitude '14.5833333333'^^xsd:double;
  dwc:latitude '12.8333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19862'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310297'^^xsd:anyURI;
  dwc:observationDate '1954-03-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9666666667 5.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9666666667"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9666666667 5.5)"^^geo:wktLiteral ;
  geo-pos:lat "50.9666666667"^^xsd:decimal ;
  geo-pos:long "5.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4549" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '45301'^^xsd:integer;
  dwc:scientificName 'Numenius arquata arquata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Asperslag L. (M.)'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4549'^^xsd:string;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.5'^^xsd:double;
  dwc:latitude '50.9666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23658'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310305'^^xsd:anyURI;
  dwc:observationDate '1965-04-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3 15.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.3"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3 15.3)"^^geo:wktLiteral ;
  geo-pos:lat "-4.3"^^xsd:decimal ;
  geo-pos:long "15.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/18710" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '55868'^^xsd:integer;
  dwc:scientificName 'Falco ardosiaceus Vieillot, 1823'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1976'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/18710'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1947'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '15.3'^^xsd:double;
  dwc:latitude '-4.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15854'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310306'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.25 5.4833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.25"^^xsd:decimal ;
  dwc:decimalLongitude "5.4833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.25 5.4833333333)"^^geo:wktLiteral ;
  geo-pos:lat "51.25"^^xsd:decimal ;
  geo-pos:long "5.4833333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1044" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '61930'^^xsd:integer;
  dwc:scientificName 'Buteo buteo buteo (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1044'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.4833333333'^^xsd:double;
  dwc:latitude '51.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26088'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310343'^^xsd:anyURI;
  dwc:observationDate '1980-01-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.35027 18.47909)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.35027"^^xsd:decimal ;
  dwc:decimalLongitude "18.47909"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.35027 18.47909)"^^geo:wktLiteral ;
  geo-pos:lat "-34.35027"^^xsd:decimal ;
  geo-pos:long "18.47909"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/341" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '7017'^^xsd:integer;
  dwc:scientificName 'Alcedo semitorquata Swainson, 1923'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/341'^^xsd:string;
  dwc:collector 'Du Bus'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1847'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '18.47909'^^xsd:double;
  dwc:latitude '-34.35027'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:341'^^xsd:anyURI;
  dwc:aphiaid '212591'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310347'^^xsd:anyURI;
  dwc:aphiaIdAccepted '212591'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.65839 -52.33868)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.65839"^^xsd:decimal ;
  dwc:decimalLongitude "-52.33868"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.65839 -52.33868)"^^geo:wktLiteral ;
  geo-pos:lat "4.65839"^^xsd:decimal ;
  geo-pos:long "-52.33868"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26362" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '65173'^^xsd:integer;
  dwc:scientificName 'Manacus manacus manacus (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26362'^^xsd:string;
  dwc:collector 'Jadin B'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Comté'^^xsd:string;
  dwc:country 'French Guiana'^^xsd:string;
  dwc:longitude '-52.33868'^^xsd:double;
  dwc:latitude '4.65839'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26362'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310404'^^xsd:anyURI;
  dwc:observationDate '1981-11-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310417> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4333333333 6.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4333333333"^^xsd:decimal ;
  dwc:decimalLongitude "6.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4333333333 6.2)"^^geo:wktLiteral ;
  geo-pos:lat "50.4333333333"^^xsd:decimal ;
  geo-pos:long "6.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2667" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '19225'^^xsd:integer;
  dwc:scientificName 'Falco tinnunculus tinnunculus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2667'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '6.2'^^xsd:double;
  dwc:latitude '50.4333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17557'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310417'^^xsd:anyURI;
  dwc:observationDate '1950-10-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.41 177.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.41"^^xsd:decimal ;
  dwc:decimalLongitude "177.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.41 177.18)"^^geo:wktLiteral ;
  geo-pos:lat "-17.41"^^xsd:decimal ;
  geo-pos:long "177.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5070" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '8336'^^xsd:integer;
  dwc:scientificName 'Ptilinopus victor (Gould, 1872)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5070'^^xsd:string;
  dwc:collector 'Finsch O.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1884'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:country 'Fiji'^^xsd:string;
  dwc:longitude '177.18'^^xsd:double;
  dwc:latitude '-17.41'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5070'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310438'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.5333333333 -57.3333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.5333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-57.3333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.5333333333 -57.3333333333)"^^geo:wktLiteral ;
  geo-pos:lat "-35.5333333333"^^xsd:decimal ;
  geo-pos:long "-57.3333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/168" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15668'^^xsd:integer;
  dwc:scientificName 'Channa torquata (Oken, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/168'^^xsd:string;
  dwc:yearCollected '1924'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Argentina'^^xsd:string;
  dwc:longitude '-57.3333333333'^^xsd:double;
  dwc:latitude '-35.5333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310445'^^xsd:anyURI;
  dwc:observationDate '1924-11-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.5333333333 -57.3333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.5333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-57.3333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.5333333333 -57.3333333333)"^^geo:wktLiteral ;
  geo-pos:lat "-35.5333333333"^^xsd:decimal ;
  geo-pos:long "-57.3333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/168" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15669'^^xsd:integer;
  dwc:scientificName 'Channa torquata (Oken, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/168'^^xsd:string;
  dwc:yearCollected '1924'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Argentina'^^xsd:string;
  dwc:longitude '-57.3333333333'^^xsd:double;
  dwc:latitude '-35.5333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310446'^^xsd:anyURI;
  dwc:observationDate '1924-11-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.150003 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.150003"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.150003 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.150003"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23658" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '45253'^^xsd:integer;
  dwc:scientificName 'Sterna albifrons albifrons Pallas, 1714'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Asperslag L. (M.)'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23658'^^xsd:string;
  dwc:collector 'Asperslag L. (M.)'^^xsd:string;
  dwc:yearCollected '1957'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.150003'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23658'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310448'^^xsd:anyURI;
  dwc:observationDate '1957-05-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.22985 -78.52495)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.22985"^^xsd:decimal ;
  dwc:decimalLongitude "-78.52495"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.22985 -78.52495)"^^geo:wktLiteral ;
  geo-pos:lat "-0.22985"^^xsd:decimal ;
  geo-pos:long "-78.52495"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3267" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '8527'^^xsd:gYear;
  dwc:scientificName 'Sayornis nigricans latirostris (Cabanis & Heine, 1859)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3267'^^xsd:string;
  dwc:collector 'De Ville M.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1874'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:country 'Ecuador'^^xsd:string;
  dwc:longitude '-78.52495'^^xsd:double;
  dwc:latitude '-0.22985'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3267'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310457'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.95 4.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.95"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.95 4.3)"^^geo:wktLiteral ;
  geo-pos:lat "50.95"^^xsd:decimal ;
  geo-pos:long "4.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10398" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14627'^^xsd:integer;
  dwc:scientificName 'Accipiter nisus nisus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10398'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.3'^^xsd:double;
  dwc:latitude '50.95'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12169'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310493'^^xsd:anyURI;
  dwc:observationDate '1938-10-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310510> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8 5.0666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8"^^xsd:decimal ;
  dwc:decimalLongitude "5.0666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8 5.0666666667)"^^geo:wktLiteral ;
  geo-pos:lat "49.8"^^xsd:decimal ;
  geo-pos:long "5.0666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2388" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9788'^^xsd:gYear;
  dwc:scientificName 'Buteo buteo buteo (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Galasse A.'^^xsd:string;
  dwc:yearIdentified '1922'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2388'^^xsd:string;
  dwc:yearCollected '1922'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.0666666667'^^xsd:double;
  dwc:latitude '49.8'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9400'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310510'^^xsd:anyURI;
  dwc:observationDate '1922-04-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310513> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.66696 -110.83517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.66696"^^xsd:decimal ;
  dwc:decimalLongitude "-110.83517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.66696 -110.83517)"^^geo:wktLiteral ;
  geo-pos:lat "58.66696"^^xsd:decimal ;
  geo-pos:long "-110.83517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10536" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '36808'^^xsd:integer;
  dwc:scientificName 'Empidonax minimus (Baird W.M. & Baird S.F., 1843)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10536'^^xsd:string;
  dwc:collector 'Hinsche W.'^^xsd:string;
  dwc:yearCollected '1932'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'Athabasca River'^^xsd:string;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-110.83517'^^xsd:double;
  dwc:latitude '58.66696'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10536'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310513'^^xsd:anyURI;
  dwc:observationDate '1932-05-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.63333 26.11667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.63333"^^xsd:decimal ;
  dwc:decimalLongitude "26.11667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.63333 26.11667)"^^geo:wktLiteral ;
  geo-pos:lat "-2.63333"^^xsd:decimal ;
  geo-pos:long "26.11667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/16921" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '62001'^^xsd:integer;
  dwc:scientificName 'Francolinus lathami schubotzi Reichenow, 1912'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/16921'^^xsd:string;
  dwc:collector 'Prigogine A.'^^xsd:string;
  dwc:yearCollected '1959'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.11667'^^xsd:double;
  dwc:latitude '-2.63333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26098'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310563'^^xsd:anyURI;
  dwc:observationDate '1959-07-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310571> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.5166666667 25.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.5166666667"^^xsd:decimal ;
  dwc:decimalLongitude "25.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.5166666667 25.2)"^^geo:wktLiteral ;
  geo-pos:lat "-10.5166666667"^^xsd:decimal ;
  geo-pos:long "25.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/17451" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20636'^^xsd:integer;
  dwc:scientificName 'Falco dickinsoni Sclater, 1864'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/17451'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '25.2'^^xsd:double;
  dwc:latitude '-10.5166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15663'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310571'^^xsd:anyURI;
  dwc:observationDate '1940-05-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.07 28.18522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.07"^^xsd:decimal ;
  dwc:decimalLongitude "28.18522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.07 28.18522)"^^geo:wktLiteral ;
  geo-pos:lat "-3.07"^^xsd:decimal ;
  geo-pos:long "28.18522"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '62195'^^xsd:integer;
  dwc:scientificName 'Halcyon senegalensis (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26098'^^xsd:string;
  dwc:collector 'Prigogine A.'^^xsd:string;
  dwc:yearCollected '1958'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.18522'^^xsd:double;
  dwc:latitude '-3.07'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26098'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310572'^^xsd:anyURI;
  dwc:observationDate '1958-02-25'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310575> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 4.733333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 4.733333)"^^geo:wktLiteral ;
  geo-pos:lat "51.1"^^xsd:decimal ;
  geo-pos:long "4.733333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11117" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11060e'^^xsd:string;
  dwc:scientificName 'Dendrocopos minor hortorum (Brehm, 1831)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11117'^^xsd:string;
  dwc:collector 'Hanssens A.'^^xsd:string;
  dwc:yearCollected '1937'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.733333'^^xsd:double;
  dwc:latitude '51.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11117'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310575'^^xsd:anyURI;
  dwc:observationDate '1937-07-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.82052 30.43887)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.82052"^^xsd:decimal ;
  dwc:decimalLongitude "30.43887"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.82052 30.43887)"^^geo:wktLiteral ;
  geo-pos:lat "-6.82052"^^xsd:decimal ;
  geo-pos:long "30.43887"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5633" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-31'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9274'^^xsd:integer;
  dwc:scientificName 'Dendropicos fuscescens hartlaubi Malherbe, 1849'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5633'^^xsd:string;
  dwc:collector 'Storms Emile'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Tanzania'^^xsd:string;
  dwc:longitude '30.43887'^^xsd:double;
  dwc:latitude '-6.82052'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5633'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310604'^^xsd:anyURI;
  dwc:observationDate '1883-03-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.5333333333 88.3666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.5333333333"^^xsd:decimal ;
  dwc:decimalLongitude "88.3666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.5333333333 88.3666666667)"^^geo:wktLiteral ;
  geo-pos:lat "22.5333333333"^^xsd:decimal ;
  geo-pos:long "88.3666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/29453" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4850'^^xsd:integer;
  dwc:scientificName 'Aviceda leuphotes leuphotes Dumont de Sainte Croix, 1820'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/29453'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1850'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '88.3666666667'^^xsd:double;
  dwc:latitude '22.5333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:1424'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310635'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.983333 4.833333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.983333"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.983333 4.833333)"^^geo:wktLiteral ;
  geo-pos:lat "50.983333"^^xsd:decimal ;
  geo-pos:long "4.833333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10649b'^^xsd:string;
  dwc:scientificName 'Alauda arvensis arvensis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.), Spas Arm.'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1894'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.833333'^^xsd:double;
  dwc:latitude '50.983333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310653'^^xsd:anyURI;
  dwc:observationDate '1894-06-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310654> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.983333 4.833333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.983333"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.983333 4.833333)"^^geo:wktLiteral ;
  geo-pos:lat "50.983333"^^xsd:decimal ;
  geo-pos:long "4.833333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10647e'^^xsd:string;
  dwc:scientificName 'Alauda arvensis arvensis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.), Spas Arm.'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1894'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.833333'^^xsd:double;
  dwc:latitude '50.983333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310654'^^xsd:anyURI;
  dwc:observationDate '1894-06-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.716667 3.833333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.716667"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.716667 3.833333)"^^geo:wktLiteral ;
  geo-pos:lat "50.716667"^^xsd:decimal ;
  geo-pos:long "3.833333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4386" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6755'^^xsd:gYear;
  dwc:scientificName 'Coccyzus americanus americanus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4386'^^xsd:string;
  dwc:collector 'Fontaine A.'^^xsd:string;
  dwc:yearCollected '1874'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.833333'^^xsd:double;
  dwc:latitude '50.716667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4386'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310662'^^xsd:anyURI;
  dwc:observationDate '1874-10-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.11058 15.03479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.11058"^^xsd:decimal ;
  dwc:decimalLongitude "15.03479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.11058 15.03479)"^^geo:wktLiteral ;
  geo-pos:lat "12.11058"^^xsd:decimal ;
  geo-pos:long "15.03479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '40111'^^xsd:integer;
  dwc:scientificName 'Rhinopomastus aterrimus aterrimus (Stephens, 1826)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19862'^^xsd:string;
  dwc:collector 'Laenen J.'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Chad'^^xsd:string;
  dwc:longitude '15.03479'^^xsd:double;
  dwc:latitude '12.11058'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19862'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310681'^^xsd:anyURI;
  dwc:observationDate '1954-05-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.233333 12.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.233333"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.233333 12.3)"^^geo:wktLiteral ;
  geo-pos:lat "51.233333"^^xsd:decimal ;
  geo-pos:long "12.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11363'^^xsd:integer;
  dwc:scientificName 'Dendrocopos minor hortorum (Brehm, 1831)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11149'^^xsd:string;
  dwc:collector 'Musée de Dresden'^^xsd:string;
  dwc:yearCollected '1922'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '12.3'^^xsd:double;
  dwc:latitude '51.233333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11149'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310682'^^xsd:anyURI;
  dwc:observationDate '1922-04-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310703> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2 -77.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2"^^xsd:decimal ;
  dwc:decimalLongitude "-77.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2 -77.5)"^^geo:wktLiteral ;
  geo-pos:lat "-2"^^xsd:decimal ;
  geo-pos:long "-77.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2560" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6877'^^xsd:integer;
  dwc:scientificName 'Eubucco richardsoni richardsoni (Gray, 1846)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2560'^^xsd:string;
  dwc:collector 'Linden J.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1866'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-77.5'^^xsd:double;
  dwc:latitude '-2'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:2560'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310703'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.75 -97.91667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.75"^^xsd:decimal ;
  dwc:decimalLongitude "-97.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.75 -97.91667)"^^geo:wktLiteral ;
  geo-pos:lat "18.75"^^xsd:decimal ;
  geo-pos:long "-97.91667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5519" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9059'^^xsd:integer;
  dwc:scientificName 'Sayornis saya saya (Bonaparte, 1825)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5519'^^xsd:string;
  dwc:collector 'Boucard Adolphe (M.)'^^xsd:string;
  dwc:yearCollected '1866'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:country 'Mexico'^^xsd:string;
  dwc:longitude '-97.91667'^^xsd:double;
  dwc:latitude '18.75'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5519'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310716'^^xsd:anyURI;
  dwc:observationDate '1866-02-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310788> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.18417 29.44889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.18417"^^xsd:decimal ;
  dwc:decimalLongitude "29.44889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.18417 29.44889)"^^geo:wktLiteral ;
  geo-pos:lat "-1.18417"^^xsd:decimal ;
  geo-pos:long "29.44889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/13221" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-29'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11871'^^xsd:integer;
  dwc:scientificName 'Chrysococcyx caprius (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Schouteden Henri (Dr.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/13221'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.44889'^^xsd:double;
  dwc:latitude '-1.18417'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13221'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310788'^^xsd:anyURI;
  dwc:observationDate '1934-05-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.4 30.4333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.4"^^xsd:decimal ;
  dwc:decimalLongitude "30.4333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.4 30.4333333333)"^^geo:wktLiteral ;
  geo-pos:lat "1.4"^^xsd:decimal ;
  geo-pos:long "30.4333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/17666" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1261'^^xsd:integer;
  dwc:scientificName 'Ardea melanocephala Vigors & Children, 1826'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1954'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/17666'^^xsd:string;
  dwc:yearCollected '1953'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '30.4333333333'^^xsd:double;
  dwc:latitude '1.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20432'^^xsd:anyURI;
  dwc:aphiaid '212667'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310824'^^xsd:anyURI;
  dwc:observationDate '1953-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '212667'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-15.46667 -67.53333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-15.46667"^^xsd:decimal ;
  dwc:decimalLongitude "-67.53333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-15.46667 -67.53333)"^^geo:wktLiteral ;
  geo-pos:lat "-15.46667"^^xsd:decimal ;
  geo-pos:long "-67.53333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25855" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '58552'^^xsd:integer;
  dwc:scientificName 'Myrmeciza atrothorax Boddaert, 1783'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25855'^^xsd:string;
  dwc:collector 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Bolivia'^^xsd:string;
  dwc:longitude '-67.53333'^^xsd:double;
  dwc:latitude '-15.46667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25855'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310855'^^xsd:anyURI;
  dwc:observationDate '1976-09-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310872> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7424" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10407D'^^xsd:string;
  dwc:scientificName 'Charadrius alexandrinus alexandrinus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7424'^^xsd:string;
  dwc:yearCollected '1926'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8874'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310872'^^xsd:anyURI;
  dwc:observationDate '1926-08-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8666666667 4.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.8666666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8666666667 4.7)"^^geo:wktLiteral ;
  geo-pos:lat "50.8666666667"^^xsd:decimal ;
  geo-pos:long "4.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5385" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72822'^^xsd:integer;
  dwc:scientificName 'Erithacus rubecula (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Debrun N.'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5385'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.7'^^xsd:double;
  dwc:latitude '50.8666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:30235'^^xsd:anyURI;
  dwc:aphiaid '558552'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310875'^^xsd:anyURI;
  dwc:observationDate '1997-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '558552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.35 48.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.35"^^xsd:decimal ;
  dwc:decimalLongitude "48.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.35 48.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.35"^^xsd:decimal ;
  geo-pos:long "48.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/32318" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6241'^^xsd:gYear;
  dwc:scientificName 'Milvus migrans migrans (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/32318'^^xsd:string;
  dwc:yearCollected '1889'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '48.05'^^xsd:double;
  dwc:latitude '46.35'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310882'^^xsd:anyURI;
  dwc:observationDate '1889-04-25'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310888> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.5666666667 28.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.5666666667"^^xsd:decimal ;
  dwc:decimalLongitude "28.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.5666666667 28.8)"^^geo:wktLiteral ;
  geo-pos:lat "-0.5666666667"^^xsd:decimal ;
  geo-pos:long "28.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/13813" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '22316'^^xsd:integer;
  dwc:scientificName 'Phalacrocorax africanus africanus (Gmelin, 1789)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/13813'^^xsd:string;
  dwc:yearCollected '1943'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.8'^^xsd:double;
  dwc:latitude '-0.5666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310888'^^xsd:anyURI;
  dwc:observationDate '1943-01-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  geo-pos:lat "0.91667"^^xsd:decimal ;
  geo-pos:long "29.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '51531'^^xsd:integer;
  dwc:scientificName 'Pogoniulus leucolaimus (Verreaux J.P. & Verreaux J.B.E., 1851)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1955'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310893'^^xsd:anyURI;
  dwc:observationDate '1955-05-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7666666667 24.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7666666667"^^xsd:decimal ;
  dwc:decimalLongitude "24.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7666666667 24.45)"^^geo:wktLiteral ;
  geo-pos:lat "0.7666666667"^^xsd:decimal ;
  geo-pos:long "24.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/22640" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-23'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20808'^^xsd:integer;
  dwc:scientificName 'Sarothrura pulchra centralis Neumann, 1908'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/22640'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '24.45'^^xsd:double;
  dwc:latitude '0.7666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15662'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310903'^^xsd:anyURI;
  dwc:observationDate '1947-02-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7394" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10345'^^xsd:integer;
  dwc:scientificName 'Actitis hypoleucos (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7394'^^xsd:string;
  dwc:yearCollected '1923'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8796'^^xsd:anyURI;
  dwc:aphiaid '212603'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310988'^^xsd:anyURI;
  dwc:observationDate '1923-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '212603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311000> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.8433 26.7035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.8433"^^xsd:decimal ;
  dwc:decimalLongitude "26.7035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.8433 26.7035)"^^geo:wktLiteral ;
  geo-pos:lat "-8.8433"^^xsd:decimal ;
  geo-pos:long "26.7035"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24342'^^xsd:integer;
  dwc:scientificName 'Ceryle rudis rudis (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.7035'^^xsd:double;
  dwc:latitude '-8.8433'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311000'^^xsd:anyURI;
  dwc:observationDate '1947-10-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311008> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.5333333333 -70.7166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.5333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.5333333333 -70.7166666667)"^^geo:wktLiteral ;
  geo-pos:lat "18.5333333333"^^xsd:decimal ;
  geo-pos:long "-70.7166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26978" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '8555'^^xsd:integer;
  dwc:scientificName 'Perdix hodgsoniae sifanica Przewalski, 1876'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26978'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1886'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Dominican Republic'^^xsd:string;
  dwc:longitude '-70.7166666667'^^xsd:double;
  dwc:latitude '18.5333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5387'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311008'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7493" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '36925'^^xsd:integer;
  dwc:scientificName 'Melanitta nigra nigra (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1954'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7493'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19484'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311033'^^xsd:anyURI;
  dwc:observationDate '1954-01-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.4833333333 8.2666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.4833333333"^^xsd:decimal ;
  dwc:decimalLongitude "8.2666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.4833333333 8.2666666667)"^^geo:wktLiteral ;
  geo-pos:lat "34.4833333333"^^xsd:decimal ;
  geo-pos:long "8.2666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/34411" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '35580'^^xsd:integer;
  dwc:scientificName 'Falco tinnunculus tinnunculus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/34411'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '8.2666666667'^^xsd:double;
  dwc:latitude '34.4833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12153'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311058'^^xsd:anyURI;
  dwc:observationDate '1935-05-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5333333333 5.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.5333333333"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5333333333 5.8)"^^geo:wktLiteral ;
  geo-pos:lat "50.5333333333"^^xsd:decimal ;
  geo-pos:long "5.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9085" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72592'^^xsd:integer;
  dwc:scientificName 'Pandion haliaetus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Vangeluwe Didier (Mr.)'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9085'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.8'^^xsd:double;
  dwc:latitude '50.5333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29951'^^xsd:anyURI;
  dwc:aphiaid '159377'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311144'^^xsd:anyURI;
  dwc:observationDate '2003-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '159377'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10 -76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10"^^xsd:decimal ;
  dwc:decimalLongitude "-76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10 -76)"^^geo:wktLiteral ;
  geo-pos:lat "-10"^^xsd:decimal ;
  geo-pos:long "-76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-02-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2648'^^xsd:integer;
  dwc:scientificName 'Todirostrum cinereum cinereum (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Unknown'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-76'^^xsd:integer;
  dwc:latitude '-10'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311147'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.6833333333 5.8166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.6833333333"^^xsd:decimal ;
  dwc:decimalLongitude "5.8166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.6833333333 5.8166666667)"^^geo:wktLiteral ;
  geo-pos:lat "49.6833333333"^^xsd:decimal ;
  geo-pos:long "5.8166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1539" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72314'^^xsd:integer;
  dwc:scientificName 'Tyto alba (Scopoli, 1769)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Defourny Hugues (M.)'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1539'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.8166666667'^^xsd:double;
  dwc:latitude '49.6833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29681'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311160'^^xsd:anyURI;
  dwc:observationDate '2002-03-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.589722 25.265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.589722"^^xsd:decimal ;
  dwc:decimalLongitude "25.265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.589722 25.265)"^^geo:wktLiteral ;
  geo-pos:lat "76.589722"^^xsd:decimal ;
  geo-pos:long "25.265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23658" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '45482'^^xsd:integer;
  dwc:scientificName 'Uria lomvia lomvia (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Asperslag L. (M.)'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23658'^^xsd:string;
  dwc:collector 'Asperslag L. (M.)'^^xsd:string;
  dwc:yearCollected '1956'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Svalbard and Jan Mayen Islands'^^xsd:string;
  dwc:longitude '25.265'^^xsd:double;
  dwc:latitude '76.589722'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23658'^^xsd:anyURI;
  dwc:aphiaid '567411'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311171'^^xsd:anyURI;
  dwc:observationDate '1956-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '567411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.65 5.7166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.65"^^xsd:decimal ;
  dwc:decimalLongitude "5.7166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.65 5.7166666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.65"^^xsd:decimal ;
  geo-pos:long "5.7166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2769" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72629'^^xsd:integer;
  dwc:scientificName 'Alauda arvensis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Thomas Robert (M.)'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2769'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.7166666667'^^xsd:double;
  dwc:latitude '50.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29905'^^xsd:anyURI;
  dwc:aphiaid '558531'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311177'^^xsd:anyURI;
  dwc:observationDate '1998-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '558531'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311201> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.51667 25.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.51667"^^xsd:decimal ;
  dwc:decimalLongitude "25.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.51667 25.2)"^^geo:wktLiteral ;
  geo-pos:lat "-10.51667"^^xsd:decimal ;
  geo-pos:long "25.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15663" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '21414'^^xsd:integer;
  dwc:scientificName 'Eurystomus glaucurus suahelicus Neumann, 1905'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15663'^^xsd:string;
  dwc:collector 'Lefebure L. (R.P.)'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '25.2'^^xsd:double;
  dwc:latitude '-10.51667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15663'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311201'^^xsd:anyURI;
  dwc:observationDate '1946-11-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.51667 25.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.51667"^^xsd:decimal ;
  dwc:decimalLongitude "25.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.51667 25.2)"^^geo:wktLiteral ;
  geo-pos:lat "-10.51667"^^xsd:decimal ;
  geo-pos:long "25.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15663" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '21411'^^xsd:integer;
  dwc:scientificName 'Eurystomus glaucurus suahelicus Neumann, 1905'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15663'^^xsd:string;
  dwc:collector 'Lefebure L. (R.P.)'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '25.2'^^xsd:double;
  dwc:latitude '-10.51667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15663'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311202'^^xsd:anyURI;
  dwc:observationDate '1946-11-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311224> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 28)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/32207" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-29'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6176'^^xsd:gYear;
  dwc:scientificName 'Falco biarmicus feldeggii Schlegel, 1843'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/32207'^^xsd:string;
  dwc:yearCollected '1896'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Romania'^^xsd:string;
  dwc:longitude '28'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311224'^^xsd:anyURI;
  dwc:observationDate '1896-04-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.83333 4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.83333"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.83333 4)"^^geo:wktLiteral ;
  geo-pos:lat "50.83333"^^xsd:decimal ;
  geo-pos:long "4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15117" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '19545'^^xsd:integer;
  dwc:scientificName 'Delichon urbicum urbicum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15117'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '4'^^xsd:integer;
  dwc:latitude '50.83333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15957'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311252'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.46667 25.71667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.46667"^^xsd:decimal ;
  dwc:decimalLongitude "25.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.46667 25.71667)"^^geo:wktLiteral ;
  geo-pos:lat "3.46667"^^xsd:decimal ;
  geo-pos:long "25.71667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15139" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-29'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '21121'^^xsd:integer;
  dwc:scientificName 'Chrysococcyx caprius (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15139'^^xsd:string;
  dwc:collector 'Vrijdagh J.M.'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '25.71667'^^xsd:double;
  dwc:latitude '3.46667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15139'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311259'^^xsd:anyURI;
  dwc:observationDate '1940-02-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.5 -75.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.5"^^xsd:decimal ;
  dwc:decimalLongitude "-75.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.5 -75.5)"^^geo:wktLiteral ;
  geo-pos:lat "-9.5"^^xsd:decimal ;
  geo-pos:long "-75.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25855" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '58450'^^xsd:integer;
  dwc:scientificName 'Chloroceryle americana americana (Gmelin, 1788)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25855'^^xsd:string;
  dwc:collector 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Peru'^^xsd:string;
  dwc:longitude '-75.5'^^xsd:double;
  dwc:latitude '-9.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25855'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311266'^^xsd:anyURI;
  dwc:observationDate '1976-08-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.85 4.2666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.85"^^xsd:decimal ;
  dwc:decimalLongitude "4.2666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.85 4.2666666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.85"^^xsd:decimal ;
  geo-pos:long "4.2666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3390" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-29'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '19017'^^xsd:integer;
  dwc:scientificName 'Gallinula chloropus chloropus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3390'^^xsd:string;
  dwc:yearCollected '1945'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.2666666667'^^xsd:double;
  dwc:latitude '50.85'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16268'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311272'^^xsd:anyURI;
  dwc:observationDate '1945-10-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3707 12.73938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3707"^^xsd:decimal ;
  dwc:decimalLongitude "12.73938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3707 12.73938)"^^geo:wktLiteral ;
  geo-pos:lat "51.3707"^^xsd:decimal ;
  geo-pos:long "12.73938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11354'^^xsd:integer;
  dwc:scientificName 'Dendrocopos major pinetorum (Brehm, 1831)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11149'^^xsd:string;
  dwc:collector 'Musée de Dresden'^^xsd:string;
  dwc:yearCollected '1924'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '12.73938'^^xsd:double;
  dwc:latitude '51.3707'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11149'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311316'^^xsd:anyURI;
  dwc:observationDate '1924-12-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.35027 18.47909)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.35027"^^xsd:decimal ;
  dwc:decimalLongitude "18.47909"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.35027 18.47909)"^^geo:wktLiteral ;
  geo-pos:lat "-34.35027"^^xsd:decimal ;
  geo-pos:long "18.47909"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/683" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6689'^^xsd:integer;
  dwc:scientificName 'Tauraco corythaix corythaix (Wagler, 1827)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/683'^^xsd:string;
  dwc:collector 'Du Bus'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1901'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '18.47909'^^xsd:double;
  dwc:latitude '-34.35027'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:6836'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311318'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311319> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.35027 18.47909)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.35027"^^xsd:decimal ;
  dwc:decimalLongitude "18.47909"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.35027 18.47909)"^^geo:wktLiteral ;
  geo-pos:lat "-34.35027"^^xsd:decimal ;
  geo-pos:long "18.47909"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/683" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6688'^^xsd:integer;
  dwc:scientificName 'Tauraco corythaix corythaix (Wagler, 1827)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/683'^^xsd:string;
  dwc:collector 'Du Bus'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1901'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '18.47909'^^xsd:double;
  dwc:latitude '-34.35027'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:6836'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311319'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8 5.0666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8"^^xsd:decimal ;
  dwc:decimalLongitude "5.0666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8 5.0666666667)"^^geo:wktLiteral ;
  geo-pos:lat "49.8"^^xsd:decimal ;
  geo-pos:long "5.0666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2388" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9809'^^xsd:gYear;
  dwc:scientificName 'Accipiter gentilis gentilis (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Galasse A.'^^xsd:string;
  dwc:yearIdentified '1922'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2388'^^xsd:string;
  dwc:yearCollected '1922'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.0666666667'^^xsd:double;
  dwc:latitude '49.8'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9400'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311334'^^xsd:anyURI;
  dwc:observationDate '1922-04-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7833333333 5.6333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7833333333"^^xsd:decimal ;
  dwc:decimalLongitude "5.6333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7833333333 5.6333333333)"^^geo:wktLiteral ;
  geo-pos:lat "49.7833333333"^^xsd:decimal ;
  geo-pos:long "5.6333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11633" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '48270'^^xsd:integer;
  dwc:scientificName 'Scolopax rusticola Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1969'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11633'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.6333333333'^^xsd:double;
  dwc:latitude '49.7833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24197'^^xsd:anyURI;
  dwc:aphiaid '159028'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311364'^^xsd:anyURI;
  dwc:observationDate '1969-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '159028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6333333333 5.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.6333333333"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6333333333 5.8)"^^geo:wktLiteral ;
  geo-pos:lat "50.6333333333"^^xsd:decimal ;
  geo-pos:long "5.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5316" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72889'^^xsd:integer;
  dwc:scientificName 'Turdus merula Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Defourny Hugues (M.)'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5316'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.8'^^xsd:double;
  dwc:latitude '50.6333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:30322'^^xsd:anyURI;
  dwc:aphiaid '558602'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311400'^^xsd:anyURI;
  dwc:observationDate '2003-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '558602'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.616667 29.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.616667"^^xsd:decimal ;
  dwc:decimalLongitude "29.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.616667 29.1)"^^geo:wktLiteral ;
  geo-pos:lat "-1.616667"^^xsd:decimal ;
  geo-pos:long "29.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12088" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '17889'^^xsd:integer;
  dwc:scientificName 'Larus cirrocephalus poiocephalus Swainson, 1837'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12088'^^xsd:string;
  dwc:collector 'Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.1'^^xsd:double;
  dwc:latitude '-1.616667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12088'^^xsd:anyURI;
  dwc:aphiaid '567446'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311406'^^xsd:anyURI;
  dwc:observationDate '1934-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '567446'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9166666667 4.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9166666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9166666667 4.7)"^^geo:wktLiteral ;
  geo-pos:lat "50.9166666667"^^xsd:decimal ;
  geo-pos:long "4.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10345" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '45409'^^xsd:integer;
  dwc:scientificName 'Podiceps cristatus cristatus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Asperslag L. (M.)'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10345'^^xsd:string;
  dwc:yearCollected '1962'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.7'^^xsd:double;
  dwc:latitude '50.9166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23658'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311409'^^xsd:anyURI;
  dwc:observationDate '1962-06-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.4 29.08333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.4"^^xsd:decimal ;
  dwc:decimalLongitude "29.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.4 29.08333)"^^geo:wktLiteral ;
  geo-pos:lat "-0.4"^^xsd:decimal ;
  geo-pos:long "29.08333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-04-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '62159'^^xsd:integer;
  dwc:scientificName 'Colius striatus kiwuensis Reichenow, 1908'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26098'^^xsd:string;
  dwc:collector 'Prigogine A.'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.08333'^^xsd:double;
  dwc:latitude '-0.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26098'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311410'^^xsd:anyURI;
  dwc:observationDate '1950-04-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50 5.7666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50"^^xsd:decimal ;
  dwc:decimalLongitude "5.7666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50 5.7666666667)"^^geo:wktLiteral ;
  geo-pos:lat "50"^^xsd:decimal ;
  geo-pos:long "5.7666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7299" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20088'^^xsd:integer;
  dwc:scientificName 'Accipiter nisus nisus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7299'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.7666666667'^^xsd:double;
  dwc:latitude '50'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16295'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311413'^^xsd:anyURI;
  dwc:observationDate '1948-10-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.53333 -99.26667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.53333"^^xsd:decimal ;
  dwc:decimalLongitude "-99.26667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.53333 -99.26667)"^^geo:wktLiteral ;
  geo-pos:lat "19.53333"^^xsd:decimal ;
  geo-pos:long "-99.26667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9277" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-29'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4109'^^xsd:integer;
  dwc:scientificName 'Cynanthus latirostris latirostris Swainson, 1827'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Meise Wilhelm (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9277'^^xsd:string;
  dwc:collector 'Génin H. (M.)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1925'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:country 'Mexico'^^xsd:string;
  dwc:longitude '-99.26667'^^xsd:double;
  dwc:latitude '19.53333'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9277'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311437'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 88.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.75"^^xsd:decimal ;
  dwc:decimalLongitude "88.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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 88.5)"^^geo:wktLiteral ;
  geo-pos:lat "27.75"^^xsd:decimal ;
  geo-pos:long "88.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-31'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10904'^^xsd:integer;
  dwc:scientificName 'Galerida deva (Sykes, 1832)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1886'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '88.5'^^xsd:double;
  dwc:latitude '27.75'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311443'^^xsd:anyURI;
  dwc:observationDate '1886-04-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.8433 26.7035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.8433"^^xsd:decimal ;
  dwc:decimalLongitude "26.7035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.8433 26.7035)"^^geo:wktLiteral ;
  geo-pos:lat "-8.8433"^^xsd:decimal ;
  geo-pos:long "26.7035"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23290'^^xsd:integer;
  dwc:scientificName 'Turtur chalcospilos (Wagler, 1827)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.7035'^^xsd:double;
  dwc:latitude '-8.8433'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311476'^^xsd:anyURI;
  dwc:observationDate '1947-11-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.74056 10.76028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.74056"^^xsd:decimal ;
  dwc:decimalLongitude "10.76028"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.74056 10.76028)"^^geo:wktLiteral ;
  geo-pos:lat "34.74056"^^xsd:decimal ;
  geo-pos:long "10.76028"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12153" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-31'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '35669'^^xsd:integer;
  dwc:scientificName 'Streptopelia turtur turtur (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12153'^^xsd:string;
  dwc:collector 'Bédé P.'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '10.76028'^^xsd:double;
  dwc:latitude '34.74056'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12153'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311522'^^xsd:anyURI;
  dwc:observationDate '1938-02-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.65"^^xsd:decimal ;
  geo-pos:long "26.51667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-31'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24338'^^xsd:integer;
  dwc:scientificName 'Ceryle rudis rudis (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.51667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311534'^^xsd:anyURI;
  dwc:observationDate '1947-08-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2158 29.5636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.2158"^^xsd:decimal ;
  dwc:decimalLongitude "29.5636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2158 29.5636)"^^geo:wktLiteral ;
  geo-pos:lat "-3.2158"^^xsd:decimal ;
  geo-pos:long "29.5636"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25885" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-31'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '60504'^^xsd:integer;
  dwc:scientificName 'Pogoniulus bilineatus jacksoni (Sharpe, 1897)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25885'^^xsd:string;
  dwc:collector 'Prigogine A., Gaugris'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'Burundi'^^xsd:string;
  dwc:longitude '29.5636'^^xsd:double;
  dwc:latitude '-3.2158'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25885'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311547'^^xsd:anyURI;
  dwc:observationDate '1978-06-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311550> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.5166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.5166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.5166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.65"^^xsd:decimal ;
  geo-pos:long "26.5166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19978" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-31'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '22394'^^xsd:integer;
  dwc:scientificName 'Dendrocygna bicolor (Vieillot, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19978'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.5166666667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:aphiaid '212674'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311550'^^xsd:anyURI;
  dwc:observationDate '1949-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '212674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311568> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.1666666667 30.4833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.1666666667"^^xsd:decimal ;
  dwc:decimalLongitude "30.4833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.1666666667 30.4833333333)"^^geo:wktLiteral ;
  geo-pos:lat "19.1666666667"^^xsd:decimal ;
  geo-pos:long "30.4833333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/33864" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3853'^^xsd:gYear;
  dwc:scientificName 'Mycteria ibis (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/33864'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1854'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:country 'Sudan'^^xsd:string;
  dwc:longitude '30.4833333333'^^xsd:double;
  dwc:latitude '19.1666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:1816'^^xsd:anyURI;
  dwc:aphiaid '212705'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311568'^^xsd:anyURI;
  dwc:aphiaIdAccepted '212705'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.81417 -73.24583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.81417"^^xsd:decimal ;
  dwc:decimalLongitude "-73.24583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.81417 -73.24583)"^^geo:wktLiteral ;
  geo-pos:lat "-39.81417"^^xsd:decimal ;
  geo-pos:long "-73.24583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26894" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-02-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '68483'^^xsd:integer;
  dwc:scientificName 'Elaenia albiceps chilensis Hellmayr, 1927'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26894'^^xsd:string;
  dwc:collector 'Fonds Léopold III'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.24583'^^xsd:double;
  dwc:latitude '-39.81417'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26894'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311609'^^xsd:anyURI;
  dwc:observationDate '1985-01-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 4.7333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1"^^xsd:decimal ;
  dwc:decimalLongitude "4.7333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 4.7333333333)"^^geo:wktLiteral ;
  geo-pos:lat "51.1"^^xsd:decimal ;
  geo-pos:long "4.7333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5710" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '821C'^^xsd:string;
  dwc:scientificName 'Calidris alba (Pallas, 1764)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen Walter (Prof.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5710'^^xsd:string;
  dwc:yearCollected '1937'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.7333333333'^^xsd:double;
  dwc:latitude '51.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11117'^^xsd:anyURI;
  dwc:aphiaid '159084'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311621'^^xsd:anyURI;
  dwc:observationDate '1937-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '159084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9 4.3666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9"^^xsd:decimal ;
  dwc:decimalLongitude "4.3666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9 4.3666666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.9"^^xsd:decimal ;
  geo-pos:long "4.3666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/6096" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20359'^^xsd:integer;
  dwc:scientificName 'Buteo buteo buteo (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen Walter (Prof.)'^^xsd:string;
  dwc:yearIdentified '1952'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/6096'^^xsd:string;
  dwc:yearCollected '1945'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.3666666667'^^xsd:double;
  dwc:latitude '50.9'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:14869'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311634'^^xsd:anyURI;
  dwc:observationDate '1945-12-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7351" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11076B'^^xsd:string;
  dwc:scientificName 'Branta bernicla bernicla (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Anspach Marguerite (Miss)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7351'^^xsd:string;
  dwc:yearCollected '1912'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8383'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311659'^^xsd:anyURI;
  dwc:observationDate '1912-01-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12 -42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12"^^xsd:decimal ;
  dwc:decimalLongitude "-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 "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12 -42)"^^geo:wktLiteral ;
  geo-pos:lat "-12"^^xsd:decimal ;
  geo-pos:long "-42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1759" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '8200'^^xsd:integer;
  dwc:scientificName 'Columbina minuta minuta (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1759'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1853'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Brazil'^^xsd:string;
  dwc:longitude '-42'^^xsd:integer;
  dwc:latitude '-12'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:1759'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311662'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8166666667 4.5166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.8166666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.5166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8166666667 4.5166666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.8166666667"^^xsd:decimal ;
  geo-pos:long "4.5166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9040" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10060D'^^xsd:string;
  dwc:scientificName 'Falco tinnunculus tinnunculus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9040'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.5166666667'^^xsd:double;
  dwc:latitude '50.8166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9473'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311717'^^xsd:anyURI;
  dwc:observationDate '1931-10-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311736> ;
  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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311736>
  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 "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12525" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '35875'^^xsd:integer;
  dwc:scientificName 'Larus fuscus graellsii Brehm, 1857'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12525'^^xsd:string;
  dwc:collector 'Billet'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '19'^^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 '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12525'^^xsd:anyURI;
  dwc:aphiaid '148796'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311736'^^xsd:anyURI;
  dwc:observationDate '1939-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '148796'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311740> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.75 3.9166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.75"^^xsd:decimal ;
  dwc:decimalLongitude "3.9166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.75 3.9166666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.75"^^xsd:decimal ;
  geo-pos:long "3.9166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7024" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15231'^^xsd:integer;
  dwc:scientificName 'Gallinula chloropus chloropus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7024'^^xsd:string;
  dwc:yearCollected '1919'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.9166666667'^^xsd:double;
  dwc:latitude '50.75'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13927'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311740'^^xsd:anyURI;
  dwc:observationDate '1919-06-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.39 -70.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.39"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.39 -70.24)"^^geo:wktLiteral ;
  geo-pos:lat "-23.39"^^xsd:decimal ;
  geo-pos:long "-70.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25509" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '56258'^^xsd:integer;
  dwc:scientificName 'Larus modestus Tschudi, 1823'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Devillers Pierre (M.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25509'^^xsd:string;
  dwc:collector 'Devillers Pierre (M.)'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-70.24'^^xsd:double;
  dwc:latitude '-23.39'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25509'^^xsd:anyURI;
  dwc:aphiaid '225995'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311746'^^xsd:anyURI;
  dwc:observationDate '1976-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '1801672'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4 12.7166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4"^^xsd:decimal ;
  dwc:decimalLongitude "12.7166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4 12.7166666667)"^^geo:wktLiteral ;
  geo-pos:lat "51.4"^^xsd:decimal ;
  geo-pos:long "12.7166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/28460" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15713'^^xsd:integer;
  dwc:scientificName 'Anas crecca crecca Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/28460'^^xsd:string;
  dwc:yearCollected '1912'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '12.7166666667'^^xsd:double;
  dwc:latitude '51.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11149'^^xsd:anyURI;
  dwc:aphiaid '410016'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311754'^^xsd:anyURI;
  dwc:observationDate '1912-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '410016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.25 27.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.25"^^xsd:decimal ;
  dwc:decimalLongitude "27.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.25 27.2)"^^geo:wktLiteral ;
  geo-pos:lat "-9.25"^^xsd:decimal ;
  geo-pos:long "27.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23900'^^xsd:integer;
  dwc:scientificName 'Caprimulgus natalensis natalensis Smith, 1845'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '27.2'^^xsd:double;
  dwc:latitude '-9.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311809'^^xsd:anyURI;
  dwc:observationDate '1948-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.5822 -72.5239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.5822"^^xsd:decimal ;
  dwc:decimalLongitude "-72.5239"^^xsd:decimal ;
  dwc: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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.5822 -72.5239)"^^geo:wktLiteral ;
  geo-pos:lat "-41.5822"^^xsd:decimal ;
  geo-pos:long "-72.5239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26894" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '68354'^^xsd:integer;
  dwc:scientificName 'Enicognathus ferrugineus minor (Chapman, 1919)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26894'^^xsd:string;
  dwc:collector 'Fonds Léopold III'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-72.5239'^^xsd:double;
  dwc:latitude '-41.5822'^^xsd:double;
  dwc:coordinatePrecision '20000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26894'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311810'^^xsd:anyURI;
  dwc:observationDate '1985-01-31'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.5822 -72.5239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.5822"^^xsd:decimal ;
  dwc:decimalLongitude "-72.5239"^^xsd:decimal ;
  dwc: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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.5822 -72.5239)"^^geo:wktLiteral ;
  geo-pos:lat "-41.5822"^^xsd:decimal ;
  geo-pos:long "-72.5239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26894" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '68354'^^xsd:integer;
  dwc:scientificName 'Enicognathus ferrugineus minor (Chapman, 1919)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26894'^^xsd:string;
  dwc:collector 'Fonds Léopold III'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-72.5239'^^xsd:double;
  dwc:latitude '-41.5822'^^xsd:double;
  dwc:coordinatePrecision '20000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26894'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311811'^^xsd:anyURI;
  dwc:observationDate '1985-01-31'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  geo-pos:lat "0.91667"^^xsd:decimal ;
  geo-pos:long "29.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '36212'^^xsd:integer;
  dwc:scientificName 'Apaloderma narina brachyurum (Chapin, 1923)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19064'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Mbumbi'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311835'^^xsd:anyURI;
  dwc:observationDate '1951-12-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311864> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.37278 29.63702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.37278"^^xsd:decimal ;
  dwc:decimalLongitude "29.63702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.37278 29.63702)"^^geo:wktLiteral ;
  geo-pos:lat "-8.37278"^^xsd:decimal ;
  geo-pos:long "29.63702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15333" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25480'^^xsd:integer;
  dwc:scientificName 'Trachyphonus vaillantii suahelicus Reichenow, 1887'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15333'^^xsd:string;
  dwc:collector 'Bredo H.J.'^^xsd:string;
  dwc:yearCollected '1941'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.63702'^^xsd:double;
  dwc:latitude '-8.37278'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15333'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311864'^^xsd:anyURI;
  dwc:observationDate '1941-11-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.37278 29.63702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.37278"^^xsd:decimal ;
  dwc:decimalLongitude "29.63702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.37278 29.63702)"^^geo:wktLiteral ;
  geo-pos:lat "-8.37278"^^xsd:decimal ;
  geo-pos:long "29.63702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15333" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25479'^^xsd:integer;
  dwc:scientificName 'Trachyphonus vaillantii suahelicus Reichenow, 1887'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15333'^^xsd:string;
  dwc:collector 'Bredo H.J.'^^xsd:string;
  dwc:yearCollected '1941'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.63702'^^xsd:double;
  dwc:latitude '-8.37278'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15333'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311865'^^xsd:anyURI;
  dwc:observationDate '1941-11-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1e-06 25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1e-06"^^xsd:decimal ;
  dwc:decimalLongitude "25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1e-06 25)"^^geo:wktLiteral ;
  geo-pos:lat "1e-06"^^xsd:decimal ;
  geo-pos:long "25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5928" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '1940'^^xsd:gYear;
  dwc:scientificName 'Lybius bidentatus bidentatus (Shaw, 1798)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5928'^^xsd:string;
  dwc:collector 'Otlet'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1892'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '25'^^xsd:integer;
  dwc:latitude '1e-06'^^xsd:string;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5928'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311874'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311932> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.900003 -8.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.900003"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.900003 -8.45)"^^geo:wktLiteral ;
  geo-pos:lat "36.900003"^^xsd:decimal ;
  geo-pos:long "-8.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/16411" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '39864'^^xsd:integer;
  dwc:scientificName 'Chlidonias niger niger (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1957'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/16411'^^xsd:string;
  dwc:collector 'Laenen J.'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Algeria'^^xsd:string;
  dwc:longitude '-8.45'^^xsd:double;
  dwc:latitude '36.900003'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16411'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311932'^^xsd:anyURI;
  dwc:observationDate '1948-09-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311933> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.900003 -8.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.900003"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.900003 -8.45)"^^geo:wktLiteral ;
  geo-pos:lat "36.900003"^^xsd:decimal ;
  geo-pos:long "-8.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/16411" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '39865'^^xsd:integer;
  dwc:scientificName 'Chlidonias niger niger (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1957'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/16411'^^xsd:string;
  dwc:collector 'Laenen J.'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Algeria'^^xsd:string;
  dwc:longitude '-8.45'^^xsd:double;
  dwc:latitude '36.900003'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16411'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311933'^^xsd:anyURI;
  dwc:observationDate '1948-09-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.983333 25.933333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.983333"^^xsd:decimal ;
  dwc:decimalLongitude "25.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.983333 25.933333)"^^geo:wktLiteral ;
  geo-pos:lat "2.983333"^^xsd:decimal ;
  geo-pos:long "25.933333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15132" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '21115'^^xsd:integer;
  dwc:scientificName 'Chrysococcyx cupreus Shaw, 1792'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15132'^^xsd:string;
  dwc:collector 'Van Woensel v.W. (R.P.)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '25.933333'^^xsd:double;
  dwc:latitude '2.983333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15132'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311935'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311936> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.341 3.286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.341"^^xsd:decimal ;
  dwc:decimalLongitude "3.286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.341 3.286)"^^geo:wktLiteral ;
  geo-pos:lat "51.341"^^xsd:decimal ;
  geo-pos:long "3.286"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-01-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11098D'^^xsd:string;
  dwc:scientificName 'Tringa nebularia (Gunnerus, 1767)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/891'^^xsd:string;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.286'^^xsd:double;
  dwc:latitude '51.341'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10749'^^xsd:anyURI;
  dwc:aphiaid '158968'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311936'^^xsd:anyURI;
  dwc:observationDate '1936-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '158968'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  geo-pos:lat "0.91667"^^xsd:decimal ;
  geo-pos:long "29.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25761'^^xsd:integer;
  dwc:scientificName 'Tricholaema hirsuta ansorgii Shelley, 1895'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19064'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311960'^^xsd:anyURI;
  dwc:observationDate '1949-11-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8666666667 4.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.8666666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8666666667 4.7)"^^geo:wktLiteral ;
  geo-pos:lat "50.8666666667"^^xsd:decimal ;
  geo-pos:long "4.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5384" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72598'^^xsd:integer;
  dwc:scientificName 'Sylvia atricapilla (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Debrun N.'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5384'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.7'^^xsd:double;
  dwc:latitude '50.8666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29974'^^xsd:anyURI;
  dwc:aphiaid '558593'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311980'^^xsd:anyURI;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '558593'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6666666667 3.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.6666666667"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6666666667 3.35)"^^geo:wktLiteral ;
  geo-pos:lat "50.6666666667"^^xsd:decimal ;
  geo-pos:long "3.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7590" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3618'^^xsd:gYear;
  dwc:scientificName 'Gallinula chloropus chloropus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7590'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1847'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.35'^^xsd:double;
  dwc:latitude '50.6666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:927'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311988'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311993> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.883333 5.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.883333"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.883333 5.65)"^^geo:wktLiteral ;
  geo-pos:lat "50.883333"^^xsd:decimal ;
  geo-pos:long "5.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/13728" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '13388'^^xsd:integer;
  dwc:scientificName 'Dendrocopos minor hortorum (Brehm, 1831)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1947'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/13728'^^xsd:string;
  dwc:collector 'de Chestret  (Baron)'^^xsd:string;
  dwc:yearCollected '1880'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.65'^^xsd:double;
  dwc:latitude '50.883333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13728'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311993'^^xsd:anyURI;
  dwc:observationDate '1880-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312030> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6333333333 5.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.6333333333"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6333333333 5.8)"^^geo:wktLiteral ;
  geo-pos:lat "50.6333333333"^^xsd:decimal ;
  geo-pos:long "5.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5323" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '73034'^^xsd:integer;
  dwc:scientificName 'Sturnus vulgaris Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Defourny Hugues (M.)'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5323'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.8'^^xsd:double;
  dwc:latitude '50.6333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:30428'^^xsd:anyURI;
  dwc:aphiaid '558591'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312030'^^xsd:anyURI;
  dwc:observationDate '2004-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '558591'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.5166666667 25.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.5166666667"^^xsd:decimal ;
  dwc:decimalLongitude "25.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.5166666667 25.2)"^^geo:wktLiteral ;
  geo-pos:lat "-10.5166666667"^^xsd:decimal ;
  geo-pos:long "25.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/17448" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20655'^^xsd:integer;
  dwc:scientificName 'Kaupifalco monogrammicus meridionalis (Hartlaub, 1860)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1947'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/17448'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '25.2'^^xsd:double;
  dwc:latitude '-10.5166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15137'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312043'^^xsd:anyURI;
  dwc:observationDate '1940-04-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.65"^^xsd:decimal ;
  geo-pos:long "26.51667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23735'^^xsd:integer;
  dwc:scientificName 'Chrysococcyx caprius (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte , Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.51667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312073'^^xsd:anyURI;
  dwc:observationDate '1948-12-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.65"^^xsd:decimal ;
  geo-pos:long "26.51667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23743'^^xsd:integer;
  dwc:scientificName 'Chrysococcyx caprius (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte , Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.51667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312074'^^xsd:anyURI;
  dwc:observationDate '1948-12-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312078> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 39.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 39.5)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "39.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/27142" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4766'^^xsd:integer;
  dwc:scientificName 'Micronisus gabar niger (Vieillot, 1823)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/27142'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1849'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:country 'Ethiopia'^^xsd:string;
  dwc:longitude '39.5'^^xsd:double;
  dwc:latitude '9'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:1137'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312078'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312099> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.66667 27.46667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.66667"^^xsd:decimal ;
  dwc:decimalLongitude "27.46667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.66667 27.46667)"^^geo:wktLiteral ;
  geo-pos:lat "-11.66667"^^xsd:decimal ;
  geo-pos:long "27.46667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/17254" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25526'^^xsd:integer;
  dwc:scientificName 'Pogoniulus chrysoconus extoni (Layard, 1871)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/17254'^^xsd:string;
  dwc:collector 'De Bont'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '27.46667'^^xsd:double;
  dwc:latitude '-11.66667'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17254'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312099'^^xsd:anyURI;
  dwc:observationDate '1948-02-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8333333333 4.3833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.8333333333"^^xsd:decimal ;
  dwc:decimalLongitude "4.3833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8333333333 4.3833333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.8333333333"^^xsd:decimal ;
  geo-pos:long "4.3833333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3927" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5983'^^xsd:integer;
  dwc:scientificName 'Crex crex (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3927'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1863'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.3833333333'^^xsd:double;
  dwc:latitude '50.8333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:2729'^^xsd:anyURI;
  dwc:aphiaid '416690'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312125'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416690'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.5166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.5166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.5166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.65"^^xsd:decimal ;
  geo-pos:long "26.5166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/20162" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23263'^^xsd:integer;
  dwc:scientificName 'Rhynchops flavirostris Vieillot, 1789'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/20162'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.5166666667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:aphiaid '212828'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312132'^^xsd:anyURI;
  dwc:observationDate '1948-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '212828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.5166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.5166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.5166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.65"^^xsd:decimal ;
  geo-pos:long "26.5166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/20162" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23265'^^xsd:integer;
  dwc:scientificName 'Rhynchops flavirostris Vieillot, 1789'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/20162'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.5166666667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:aphiaid '212828'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312133'^^xsd:anyURI;
  dwc:observationDate '1948-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '212828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.278 28.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.278"^^xsd:decimal ;
  dwc:decimalLongitude "28.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.278 28.12)"^^geo:wktLiteral ;
  geo-pos:lat "-3.278"^^xsd:decimal ;
  geo-pos:long "28.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '62213'^^xsd:integer;
  dwc:scientificName 'Coracias garrulus garrulus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26098'^^xsd:string;
  dwc:collector 'Prigogine A.'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.12'^^xsd:double;
  dwc:latitude '-3.278'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26098'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312151'^^xsd:anyURI;
  dwc:observationDate '1951-11-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4666666667 4.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4666666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4666666667 4.9)"^^geo:wktLiteral ;
  geo-pos:lat "50.4666666667"^^xsd:decimal ;
  geo-pos:long "4.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2369" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14570'^^xsd:integer;
  dwc:scientificName 'Buteo buteo buteo (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2369'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.9'^^xsd:double;
  dwc:latitude '50.4666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12847'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312152'^^xsd:anyURI;
  dwc:observationDate '1940-01-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5666666667 5.9666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.5666666667"^^xsd:decimal ;
  dwc:decimalLongitude "5.9666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5666666667 5.9666666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.5666666667"^^xsd:decimal ;
  geo-pos:long "5.9666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5783" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '45385'^^xsd:integer;
  dwc:scientificName 'Phasianus colchicus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Asperslag L. (M.)'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5783'^^xsd:string;
  dwc:yearCollected '1906'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.9666666667'^^xsd:double;
  dwc:latitude '50.5666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23658'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312163'^^xsd:anyURI;
  dwc:observationDate '1906-05-25'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.142777 -80.854444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.142777"^^xsd:decimal ;
  dwc:decimalLongitude "-80.854444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.142777 -80.854444)"^^geo:wktLiteral ;
  geo-pos:lat "27.142777"^^xsd:decimal ;
  geo-pos:long "-80.854444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '44234'^^xsd:integer;
  dwc:scientificName 'Conuropsis carolinensis (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23649'^^xsd:string;
  dwc:collector 'Musée de Chicago'^^xsd:string;
  dwc:yearCollected '1893'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Kissimmee River'^^xsd:string;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-80.854444'^^xsd:double;
  dwc:latitude '27.142777'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23649'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312168'^^xsd:anyURI;
  dwc:observationDate '1893-01-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.5 -100.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.5"^^xsd:decimal ;
  dwc:decimalLongitude "-100.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.5 -100.5)"^^geo:wktLiteral ;
  geo-pos:lat "22.5"^^xsd:decimal ;
  geo-pos:long "-100.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9277" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5977'^^xsd:integer;
  dwc:scientificName 'Melanerpes formicivorus formicivorus (Swainson, 1827)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Meise Wilhelm (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9277'^^xsd:string;
  dwc:collector 'Génin A.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1925'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:country 'Mexico'^^xsd:string;
  dwc:longitude '-100.5'^^xsd:double;
  dwc:latitude '22.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9277'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312171'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.5 -100.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.5"^^xsd:decimal ;
  dwc:decimalLongitude "-100.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.5 -100.5)"^^geo:wktLiteral ;
  geo-pos:lat "22.5"^^xsd:decimal ;
  geo-pos:long "-100.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9277" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5977'^^xsd:integer;
  dwc:scientificName 'Melanerpes formicivorus formicivorus (Swainson, 1827)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Meise Wilhelm (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9277'^^xsd:string;
  dwc:collector 'Génin A.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1925'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:country 'Mexico'^^xsd:string;
  dwc:longitude '-100.5'^^xsd:double;
  dwc:latitude '22.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9277'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312172'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.83333 12.83333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.83333"^^xsd:decimal ;
  dwc:decimalLongitude "12.83333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.83333 12.83333)"^^geo:wktLiteral ;
  geo-pos:lat "42.83333"^^xsd:decimal ;
  geo-pos:long "12.83333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9812" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10322'^^xsd:integer;
  dwc:scientificName 'Alauda arvensis cantarella Bonaparte, 1850'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9812'^^xsd:string;
  dwc:collector 'de Selys E.'^^xsd:string;
  dwc:yearCollected '1932'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '12.83333'^^xsd:double;
  dwc:latitude '42.83333'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9812'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312184'^^xsd:anyURI;
  dwc:observationDate '1932-07-25'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.1 26.76667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.1"^^xsd:decimal ;
  dwc:decimalLongitude "26.76667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.1 26.76667)"^^geo:wktLiteral ;
  geo-pos:lat "-9.1"^^xsd:decimal ;
  geo-pos:long "26.76667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23375'^^xsd:integer;
  dwc:scientificName 'Streptopelia semitorquata semitorquata (Rüppell, 1837)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.76667'^^xsd:double;
  dwc:latitude '-9.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312215'^^xsd:anyURI;
  dwc:observationDate '1948-07-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.3166666667 45.3833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.3166666667"^^xsd:decimal ;
  dwc:decimalLongitude "45.3833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.3166666667 45.3833333333)"^^geo:wktLiteral ;
  geo-pos:lat "52.3166666667"^^xsd:decimal ;
  geo-pos:long "45.3833333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/32349" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1244'^^xsd:gYear;
  dwc:scientificName 'Ciconia nigra (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/32349'^^xsd:string;
  dwc:yearCollected '1891'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '45.3833333333'^^xsd:double;
  dwc:latitude '52.3166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312231'^^xsd:anyURI;
  dwc:observationDate '1891-06-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.25 5.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.25"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.25 5.55)"^^geo:wktLiteral ;
  geo-pos:lat "51.25"^^xsd:decimal ;
  geo-pos:long "5.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4999" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '19186'^^xsd:integer;
  dwc:scientificName 'Alectoris rufa rufa (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4999'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1950'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.55'^^xsd:double;
  dwc:latitude '51.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17472'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312234'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.2 102.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.2"^^xsd:decimal ;
  dwc:decimalLongitude "102.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.2 102.25)"^^geo:wktLiteral ;
  geo-pos:lat "2.2"^^xsd:decimal ;
  geo-pos:long "102.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2400" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6431'^^xsd:integer;
  dwc:scientificName 'Dendrocopos macei longipennis Hesse, 1912'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Voons K.H. (Rév.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2400'^^xsd:string;
  dwc:collector 'Lacordaire Jean-Baptiste-Henri Dominique (M.)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1862'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '102.25'^^xsd:double;
  dwc:latitude '2.2'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:2400'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312249'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2833333333 4.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2833333333"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2833333333 4.45)"^^geo:wktLiteral ;
  geo-pos:lat "51.2833333333"^^xsd:decimal ;
  geo-pos:long "4.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2491" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10075D'^^xsd:string;
  dwc:scientificName 'Accipiter nisus nisus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2491'^^xsd:string;
  dwc:yearCollected '1922'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.45'^^xsd:double;
  dwc:latitude '51.2833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9120'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312263'^^xsd:anyURI;
  dwc:observationDate '1922-10-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.58389 8.78139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.58389"^^xsd:decimal ;
  dwc:decimalLongitude "8.78139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.58389 8.78139)"^^geo:wktLiteral ;
  geo-pos:lat "18.58389"^^xsd:decimal ;
  geo-pos:long "8.78139"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-02'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '55382'^^xsd:integer;
  dwc:scientificName 'Streptopelia senegalensis senegalensis (Linnaeus, 1817)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25062'^^xsd:string;
  dwc:collector 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Niger'^^xsd:string;
  dwc:longitude '8.78139'^^xsd:double;
  dwc:latitude '18.58389'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312333'^^xsd:anyURI;
  dwc:observationDate '1974-06-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3666666667 29.6333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3666666667"^^xsd:decimal ;
  dwc:decimalLongitude "29.6333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3666666667 29.6333333333)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3666666667"^^xsd:decimal ;
  geo-pos:long "29.6333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/21050" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15785'^^xsd:integer;
  dwc:scientificName 'Plectropterus gambensis gambensis (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/21050'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.6333333333'^^xsd:double;
  dwc:latitude '-8.3666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12838'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312355'^^xsd:anyURI;
  dwc:observationDate '1939-06-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.216667 2.916667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.216667"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.216667 2.916667)"^^geo:wktLiteral ;
  geo-pos:lat "51.216667"^^xsd:decimal ;
  geo-pos:long "2.916667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7669" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '780B'^^xsd:string;
  dwc:scientificName 'Branta bernicla hrota (Müler, 1776)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7669'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1947'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.916667'^^xsd:double;
  dwc:latitude '51.216667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:747'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312364'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 2.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 2.65)"^^geo:wktLiteral ;
  geo-pos:lat "51.1"^^xsd:decimal ;
  geo-pos:long "2.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/6039" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '45310'^^xsd:integer;
  dwc:scientificName 'Charadrius alexandrinus alexandrinus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Asperslag L. (M.)'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/6039'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.65'^^xsd:double;
  dwc:latitude '51.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23658'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312383'^^xsd:anyURI;
  dwc:observationDate '1952-05-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.75 29.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.75"^^xsd:decimal ;
  dwc:decimalLongitude "29.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.75 29.51667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.75"^^xsd:decimal ;
  geo-pos:long "29.51667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5633" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3554'^^xsd:gYear;
  dwc:scientificName 'Alcedo cristata cristata Pallas, 1764'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5633'^^xsd:string;
  dwc:collector 'Storms Emile'^^xsd:string;
  dwc:yearCollected '1884'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.51667'^^xsd:double;
  dwc:latitude '-6.75'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5633'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312385'^^xsd:anyURI;
  dwc:observationDate '1884-07-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.183333 2.816667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.183333"^^xsd:decimal ;
  dwc:decimalLongitude "2.816667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.183333 2.816667)"^^geo:wktLiteral ;
  geo-pos:lat "51.183333"^^xsd:decimal ;
  geo-pos:long "2.816667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/18971" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '61558'^^xsd:integer;
  dwc:scientificName 'Larus canus canus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/18971'^^xsd:string;
  dwc:collector 'exploration sect. vertébrés récents'^^xsd:string;
  dwc:yearCollected '1953'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.816667'^^xsd:double;
  dwc:latitude '51.183333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29946'^^xsd:anyURI;
  dwc:aphiaid '437589'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312397'^^xsd:anyURI;
  dwc:observationDate '1953-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '437589'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312513> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.033333 4.666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.033333"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.033333 4.666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.033333"^^xsd:decimal ;
  geo-pos:long "4.666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/29946" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '58317'^^xsd:integer;
  dwc:scientificName 'Stercorarius longicaudus Vieillot, 1819'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/29946'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.666667'^^xsd:double;
  dwc:latitude '50.033333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29946'^^xsd:anyURI;
  dwc:aphiaid '137171'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312513'^^xsd:anyURI;
  dwc:observationDate '1977-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137171'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  geo-pos:lat "0.91667"^^xsd:decimal ;
  geo-pos:long "29.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '51729'^^xsd:integer;
  dwc:scientificName 'Tockus alboterminatus geloensis (Neumann, 1905)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1955'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Lume'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312539'^^xsd:anyURI;
  dwc:observationDate '1955-01-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.3833333333 -75.3333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-50.3833333333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.3333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.3833333333 -75.3333333333)"^^geo:wktLiteral ;
  geo-pos:lat "-50.3833333333"^^xsd:decimal ;
  geo-pos:long "-75.3333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26607" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '61600'^^xsd:integer;
  dwc:scientificName 'Anas specularoides specularoides King, 1828'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26607'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-75.3333333333'^^xsd:double;
  dwc:latitude '-50.3833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26085'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312540'^^xsd:anyURI;
  dwc:observationDate '1978-12-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312551> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1333333333 5.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "5.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1333333333 5.35)"^^geo:wktLiteral ;
  geo-pos:lat "50.1333333333"^^xsd:decimal ;
  geo-pos:long "5.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '14656'^^xsd:integer;
  dwc:scientificName 'Accipiter nisus nisus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7263'^^xsd:string;
  dwc:yearCollected '1922'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.35'^^xsd:double;
  dwc:latitude '50.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13927'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312551'^^xsd:anyURI;
  dwc:observationDate '1922-06-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.066667 3.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.066667"^^xsd:decimal ;
  dwc:decimalLongitude "3.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.066667 3.1)"^^geo:wktLiteral ;
  geo-pos:lat "51.066667"^^xsd:decimal ;
  geo-pos:long "3.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9163" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '10038c'^^xsd:string;
  dwc:scientificName 'Dendrocopos major pinetorum (Brehm, 1831)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9163'^^xsd:string;
  dwc:collector 'de Lalaing Max (M.)'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.1'^^xsd:double;
  dwc:latitude '51.066667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9163'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312553'^^xsd:anyURI;
  dwc:observationDate '1929-12-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312578> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40 -4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40"^^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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40 -4)"^^geo:wktLiteral ;
  geo-pos:lat "40"^^xsd:decimal ;
  geo-pos:long "-4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '10323b'^^xsd:string;
  dwc:scientificName 'Calandrella brachydactyla brachydactyla (Leisler, 1814)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1891'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '-4'^^xsd:integer;
  dwc:latitude '40'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312578'^^xsd:anyURI;
  dwc:observationDate '1891-04-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.01667 29.13333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.01667"^^xsd:decimal ;
  dwc:decimalLongitude "29.13333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.01667 29.13333)"^^geo:wktLiteral ;
  geo-pos:lat "0.01667"^^xsd:decimal ;
  geo-pos:long "29.13333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '51614'^^xsd:integer;
  dwc:scientificName 'Buccanodon duchaillui duchaillui (Cassin, 1855)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Butahu'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.13333'^^xsd:double;
  dwc:latitude '0.01667'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312607'^^xsd:anyURI;
  dwc:observationDate '1954-03-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9 3.7333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9"^^xsd:decimal ;
  dwc:decimalLongitude "3.7333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9 3.7333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.9"^^xsd:decimal ;
  geo-pos:long "3.7333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2124" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '41777'^^xsd:integer;
  dwc:scientificName 'Cygnus columbianus bewickii (Yarrell, 1830)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1964'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2124'^^xsd:string;
  dwc:yearCollected '1890'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.7333333333'^^xsd:double;
  dwc:latitude '50.9'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:21374'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312613'^^xsd:anyURI;
  dwc:observationDate '1890-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.8433 26.7035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.8433"^^xsd:decimal ;
  dwc:decimalLongitude "26.7035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.8433 26.7035)"^^geo:wktLiteral ;
  geo-pos:lat "-8.8433"^^xsd:decimal ;
  geo-pos:long "26.7035"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23396'^^xsd:integer;
  dwc:scientificName 'Streptopelia semitorquata semitorquata (Rüppell, 1837)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.7035'^^xsd:double;
  dwc:latitude '-8.8433'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312625'^^xsd:anyURI;
  dwc:observationDate '1947-10-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312626> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.8433 26.7035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.8433"^^xsd:decimal ;
  dwc:decimalLongitude "26.7035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.8433 26.7035)"^^geo:wktLiteral ;
  geo-pos:lat "-8.8433"^^xsd:decimal ;
  geo-pos:long "26.7035"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23372'^^xsd:integer;
  dwc:scientificName 'Streptopelia semitorquata semitorquata (Rüppell, 1837)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.7035'^^xsd:double;
  dwc:latitude '-8.8433'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312626'^^xsd:anyURI;
  dwc:observationDate '1947-10-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312628> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7166666667 5.9833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.7166666667"^^xsd:decimal ;
  dwc:decimalLongitude "5.9833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7166666667 5.9833333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.7166666667"^^xsd:decimal ;
  geo-pos:long "5.9833333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7174" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '45458'^^xsd:integer;
  dwc:scientificName 'Accipiter nisus nisus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Asperslag L. (M.)'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7174'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.9833333333'^^xsd:double;
  dwc:latitude '50.7166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23658'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312628'^^xsd:anyURI;
  dwc:observationDate '1961-05-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.5166666667 24.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.5166666667"^^xsd:decimal ;
  dwc:decimalLongitude "24.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.5166666667 24.9)"^^geo:wktLiteral ;
  geo-pos:lat "-42.5166666667"^^xsd:decimal ;
  geo-pos:long "24.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/37062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '43922'^^xsd:integer;
  dwc:scientificName 'Diomedea exulans Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1967'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/37062'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '24.9'^^xsd:double;
  dwc:latitude '-42.5166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23694'^^xsd:anyURI;
  dwc:aphiaid '212583'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312629'^^xsd:anyURI;
  dwc:observationDate '1967-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '212583'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.0931 -57.5276)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.0931"^^xsd:decimal ;
  dwc:decimalLongitude "-57.5276"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.0931 -57.5276)"^^geo:wktLiteral ;
  geo-pos:lat "-25.0931"^^xsd:decimal ;
  geo-pos:long "-57.5276"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26185" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '63883'^^xsd:integer;
  dwc:scientificName 'Lepidocolaptes angustirostris angustirostris (Vieillot, 1818)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26185'^^xsd:string;
  dwc:collector 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'Paraguay'^^xsd:string;
  dwc:longitude '-57.5276'^^xsd:double;
  dwc:latitude '-25.0931'^^xsd:double;
  dwc:coordinatePrecision '3000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26185'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312631'^^xsd:anyURI;
  dwc:observationDate '1980-08-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312644> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.341 3.286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.341"^^xsd:decimal ;
  dwc:decimalLongitude "3.286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.341 3.286)"^^geo:wktLiteral ;
  geo-pos:lat "51.341"^^xsd:decimal ;
  geo-pos:long "3.286"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/922" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-01-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '19215'^^xsd:integer;
  dwc:scientificName 'Anser albifrons albifrons (Scopoli, 1769)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1951'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/922'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.286'^^xsd:double;
  dwc:latitude '51.341'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17716'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312644'^^xsd:anyURI;
  dwc:observationDate '1951-01-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312652> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.483333 29.466667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.483333"^^xsd:decimal ;
  dwc:decimalLongitude "29.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.483333 29.466667)"^^geo:wktLiteral ;
  geo-pos:lat "0.483333"^^xsd:decimal ;
  geo-pos:long "29.466667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/17556" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '36708'^^xsd:integer;
  dwc:scientificName 'Poicephalus robustus robustus (Gmelin, 1788)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1955'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/17556'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.466667'^^xsd:double;
  dwc:latitude '0.483333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17556'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312652'^^xsd:anyURI;
  dwc:observationDate '1949-12-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.3 174.7833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.3"^^xsd:decimal ;
  dwc:decimalLongitude "174.7833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.3 174.7833333333)"^^geo:wktLiteral ;
  geo-pos:lat "-41.3"^^xsd:decimal ;
  geo-pos:long "174.7833333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/31222" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '56142'^^xsd:integer;
  dwc:scientificName 'Diomedea epomophora epomophora Lesson, 1825'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/31222'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'New Zealand'^^xsd:string;
  dwc:longitude '174.7833333333'^^xsd:double;
  dwc:latitude '-41.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25426'^^xsd:anyURI;
  dwc:aphiaid '379382'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312653'^^xsd:anyURI;
  dwc:observationDate '1954-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '344000'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.18333 29.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.18333"^^xsd:decimal ;
  dwc:decimalLongitude "29.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 "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.18333 29.45)"^^geo:wktLiteral ;
  geo-pos:lat "-1.18333"^^xsd:decimal ;
  geo-pos:long "29.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/14892" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25842'^^xsd:integer;
  dwc:scientificName 'Lybius bidentatus aequatorialis (Shelley, 1889)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/14892'^^xsd:string;
  dwc:collector 'Mission S. Frechkop'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.45'^^xsd:double;
  dwc:latitude '-1.18333'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:14892'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312659'^^xsd:anyURI;
  dwc:observationDate '1938-04-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.15 3.2333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.15"^^xsd:decimal ;
  dwc:decimalLongitude "3.2333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.15 3.2333333333)"^^geo:wktLiteral ;
  geo-pos:lat "51.15"^^xsd:decimal ;
  geo-pos:long "3.2333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7734" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '16768'^^xsd:integer;
  dwc:scientificName 'Accipiter nisus nisus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7734'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1945'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.2333333333'^^xsd:double;
  dwc:latitude '51.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:14826'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312660'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3333333333 3.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3333333333"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3333333333 3.2)"^^geo:wktLiteral ;
  geo-pos:lat "51.3333333333"^^xsd:decimal ;
  geo-pos:long "3.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10622" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72687'^^xsd:integer;
  dwc:scientificName 'Chlidonias niger (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Vangeluwe Didier (Mr.)'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10622'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.2'^^xsd:double;
  dwc:latitude '51.3333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:30070'^^xsd:anyURI;
  dwc:aphiaid '137137'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312665'^^xsd:anyURI;
  dwc:observationDate '2003-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137137'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312672> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25 135)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25"^^xsd:decimal ;
  dwc:decimalLongitude "135"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25 135)"^^geo:wktLiteral ;
  geo-pos:lat "-25"^^xsd:decimal ;
  geo-pos:long "135"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3024'^^xsd:integer;
  dwc:scientificName 'Cacatua pastinator (Gould, 1841)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Musée de Bruxelles'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '135'^^xsd:integer;
  dwc:latitude '-25'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312672'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.96667 -80.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.96667"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.96667 -80.5)"^^geo:wktLiteral ;
  geo-pos:lat "7.96667"^^xsd:decimal ;
  geo-pos:long "-80.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/27064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '69408'^^xsd:integer;
  dwc:scientificName 'Pipra mentalis Sclater, 1857'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/27064'^^xsd:string;
  dwc:collector 'Unknown'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Panama'^^xsd:string;
  dwc:longitude '-80.5'^^xsd:double;
  dwc:latitude '7.96667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312688'^^xsd:anyURI;
  dwc:observationDate '1978-07-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.35 4.1166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.35"^^xsd:decimal ;
  dwc:decimalLongitude "4.1166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.35 4.1166666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.35"^^xsd:decimal ;
  geo-pos:long "4.1166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7985" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '60177'^^xsd:integer;
  dwc:scientificName 'Buteo buteo buteo (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7985'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.1166666667'^^xsd:double;
  dwc:latitude '50.35'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29946'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312696'^^xsd:anyURI;
  dwc:observationDate '1979-01-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3666666667 29.6333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3666666667"^^xsd:decimal ;
  dwc:decimalLongitude "29.6333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3666666667 29.6333333333)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3666666667"^^xsd:decimal ;
  geo-pos:long "29.6333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/21050" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '12329'^^xsd:integer;
  dwc:scientificName 'Butorides striatus atricapillus (Afzelius, 1804)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/21050'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.6333333333'^^xsd:double;
  dwc:latitude '-8.3666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12838'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312719'^^xsd:anyURI;
  dwc:observationDate '1939-06-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312742> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.21667 20.86667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.21667"^^xsd:decimal ;
  dwc:decimalLongitude "20.86667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.21667 20.86667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.21667"^^xsd:decimal ;
  geo-pos:long "20.86667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/18194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25026'^^xsd:integer;
  dwc:scientificName 'Ceyx pictus pictus (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Vrijdagh J.M.'^^xsd:string;
  dwc:yearIdentified '1954'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/18194'^^xsd:string;
  dwc:collector 'Meynen A . (R.P.)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1951'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '20.86667'^^xsd:double;
  dwc:latitude '-0.21667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:18194'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312742'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2666666667 29.2333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.2666666667"^^xsd:decimal ;
  dwc:decimalLongitude "29.2333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2666666667 29.2333333333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.2666666667"^^xsd:decimal ;
  geo-pos:long "29.2333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12472" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-23'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '64177'^^xsd:integer;
  dwc:scientificName 'Gallinago gallinago gallinago Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12472'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Rusizi'^^xsd:string;
  dwc:country 'Burundi'^^xsd:string;
  dwc:longitude '29.2333333333'^^xsd:double;
  dwc:latitude '-3.2666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26246'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312755'^^xsd:anyURI;
  dwc:observationDate '1980-10-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2 121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2"^^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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2 121)"^^geo:wktLiteral ;
  geo-pos:lat "-2"^^xsd:decimal ;
  geo-pos:long "121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1134'^^xsd:gYear;
  dwc:scientificName 'Alcedo atthis hispidoides Lesson, 1837'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3262'^^xsd:string;
  dwc:collector 'Suyckerbuyk G.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1874'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '121'^^xsd:integer;
  dwc:latitude '-2'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3262'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312779'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.866667 4.633333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.866667"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.866667 4.633333)"^^geo:wktLiteral ;
  geo-pos:lat "50.866667"^^xsd:decimal ;
  geo-pos:long "4.633333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23658" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-23'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '45178'^^xsd:integer;
  dwc:scientificName 'Alauda arvensis arvensis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Asperslag L. (M.)'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23658'^^xsd:string;
  dwc:collector 'Asperslag L. (M.)'^^xsd:string;
  dwc:yearCollected '1966'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.633333'^^xsd:double;
  dwc:latitude '50.866667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23658'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312814'^^xsd:anyURI;
  dwc:observationDate '1966-05-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.983333 13.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.983333"^^xsd:decimal ;
  dwc:decimalLongitude "13.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.983333 13.3)"^^geo:wktLiteral ;
  geo-pos:lat "48.983333"^^xsd:decimal ;
  geo-pos:long "13.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-23'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5968'^^xsd:integer;
  dwc:scientificName 'Picus canus canus Gmelin, 1788'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11149'^^xsd:string;
  dwc:collector 'Musée de Dresden'^^xsd:string;
  dwc:yearCollected '1913'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '13.3'^^xsd:double;
  dwc:latitude '48.983333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11149'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312833'^^xsd:anyURI;
  dwc:observationDate '1913-07-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.85 -97.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.85"^^xsd:decimal ;
  dwc:decimalLongitude "-97.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.85 -97.95)"^^geo:wktLiteral ;
  geo-pos:lat "-70.85"^^xsd:decimal ;
  geo-pos:long "-97.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/37073" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-02-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '17953'^^xsd:integer;
  dwc:scientificName 'Pygoscelis adeliae (Hombron & Jacquinot, 1841)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/37073'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '-97.95'^^xsd:double;
  dwc:latitude '-70.85'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10131'^^xsd:anyURI;
  dwc:aphiaid '225757'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312853'^^xsd:anyURI;
  dwc:observationDate '1999-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '225757'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.166667 4.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.166667"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.166667 4.4)"^^geo:wktLiteral ;
  geo-pos:lat "51.166667"^^xsd:decimal ;
  geo-pos:long "4.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/29946" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '61557'^^xsd:integer;
  dwc:scientificName 'Larus canus canus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/29946'^^xsd:string;
  dwc:collector 'exploration sect. vertébrés récents'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.4'^^xsd:double;
  dwc:latitude '51.166667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29946'^^xsd:anyURI;
  dwc:aphiaid '437589'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312855'^^xsd:anyURI;
  dwc:observationDate '1949-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '437589'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8166666667 4.4333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.8166666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.4333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8166666667 4.4333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.8166666667"^^xsd:decimal ;
  geo-pos:long "4.4333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1618" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9817'^^xsd:gYear;
  dwc:scientificName 'Cygnus olor (Gmelin, 1789)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1618'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.4333333333'^^xsd:double;
  dwc:latitude '50.8166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9473'^^xsd:anyURI;
  dwc:aphiaid '159090'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312879'^^xsd:anyURI;
  dwc:observationDate '1931-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '159090'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312901> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.38333 29.36667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.38333"^^xsd:decimal ;
  dwc:decimalLongitude "29.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.38333 29.36667)"^^geo:wktLiteral ;
  geo-pos:lat "0.38333"^^xsd:decimal ;
  geo-pos:long "29.36667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26433" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '65477'^^xsd:integer;
  dwc:scientificName 'Colius striatus kiwuensis Reichenow, 1908'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26433'^^xsd:string;
  dwc:collector 'Prigogine A.'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.36667'^^xsd:double;
  dwc:latitude '0.38333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26433'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312901'^^xsd:anyURI;
  dwc:observationDate '1982-01-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54 -71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54"^^xsd:decimal ;
  dwc:decimalLongitude "-71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54 -71)"^^geo:wktLiteral ;
  geo-pos:lat "-54"^^xsd:decimal ;
  geo-pos:long "-71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26630" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3467'^^xsd:integer;
  dwc:scientificName 'Chloephaga hybrida (Molina, 1782)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26630'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1845'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Strait of Magellan'^^xsd:string;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-71'^^xsd:integer;
  dwc:latitude '-54'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:aphiaid '225985'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312913'^^xsd:anyURI;
  dwc:aphiaIdAccepted '225985'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312919> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.43333 29.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.43333"^^xsd:decimal ;
  dwc:decimalLongitude "29.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.43333 29.55)"^^geo:wktLiteral ;
  geo-pos:lat "0.43333"^^xsd:decimal ;
  geo-pos:long "29.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '70455'^^xsd:integer;
  dwc:scientificName 'Pogoniulus bilineatus mfumbiri (Ogilvie-Grant, 1907)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1953'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.55'^^xsd:double;
  dwc:latitude '0.43333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312919'^^xsd:anyURI;
  dwc:observationDate '1953-08-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  geo-pos:lat "0.91667"^^xsd:decimal ;
  geo-pos:long "29.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '51823'^^xsd:integer;
  dwc:scientificName 'Campethera caroli caroli (Malherbe, 1852)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24294'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312922'^^xsd:anyURI;
  dwc:observationDate '1954-10-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312925> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7833333333 23.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7833333333"^^xsd:decimal ;
  dwc:decimalLongitude "23.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7833333333 23.3)"^^geo:wktLiteral ;
  geo-pos:lat "0.7833333333"^^xsd:decimal ;
  geo-pos:long "23.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/22570" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '41491'^^xsd:integer;
  dwc:scientificName 'Gypohierax angolensis (Gmelin, 1788)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1963'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/22570'^^xsd:string;
  dwc:yearCollected '1956'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '23.3'^^xsd:double;
  dwc:latitude '0.7833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:21639'^^xsd:anyURI;
  dwc:aphiaid '212715'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312925'^^xsd:anyURI;
  dwc:observationDate '1956-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '212715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.341 3.286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.341"^^xsd:decimal ;
  dwc:decimalLongitude "3.286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.341 3.286)"^^geo:wktLiteral ;
  geo-pos:lat "51.341"^^xsd:decimal ;
  geo-pos:long "3.286"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/899" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-01-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14784'^^xsd:integer;
  dwc:scientificName 'Anas strepera Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/899'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.286'^^xsd:double;
  dwc:latitude '51.341'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12812'^^xsd:anyURI;
  dwc:aphiaid '159171'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312973'^^xsd:anyURI;
  dwc:observationDate '1939-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '159171'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0666666667 5.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0666666667"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0666666667 5.8)"^^geo:wktLiteral ;
  geo-pos:lat "50.0666666667"^^xsd:decimal ;
  geo-pos:long "5.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2428" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20081'^^xsd:integer;
  dwc:scientificName 'Buteo buteo buteo (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen Walter (Prof.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2428'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.8'^^xsd:double;
  dwc:latitude '50.0666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15313'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312991'^^xsd:anyURI;
  dwc:observationDate '1946-11-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7374" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10371F'^^xsd:string;
  dwc:scientificName 'Calidris alpina alpina (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7374'^^xsd:string;
  dwc:yearCollected '1922'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8796'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313001'^^xsd:anyURI;
  dwc:observationDate '1922-02-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313005> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.5166666667 30.4333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.5166666667"^^xsd:decimal ;
  dwc:decimalLongitude "30.4333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.5166666667 30.4333333333)"^^geo:wktLiteral ;
  geo-pos:lat "-1.5166666667"^^xsd:decimal ;
  geo-pos:long "30.4333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/32596" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '22856'^^xsd:integer;
  dwc:scientificName 'Francolinus levaillantii kikuyuensis Ogilvie-Grant, 1897'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/32596'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:country 'Rwanda'^^xsd:string;
  dwc:longitude '30.4333333333'^^xsd:double;
  dwc:latitude '-1.5166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19060'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313005'^^xsd:anyURI;
  dwc:observationDate '1947-03-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313013> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.03611 29.71361)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.03611"^^xsd:decimal ;
  dwc:decimalLongitude "29.71361"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.03611 29.71361)"^^geo:wktLiteral ;
  geo-pos:lat "-0.03611"^^xsd:decimal ;
  geo-pos:long "29.71361"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25443'^^xsd:integer;
  dwc:scientificName 'Rhinopomastus cyanomelas schalowi Neumann, 1900'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1951'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19064'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.71361'^^xsd:double;
  dwc:latitude '-0.03611'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313013'^^xsd:anyURI;
  dwc:observationDate '1950-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.366667 29.633333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.366667"^^xsd:decimal ;
  dwc:decimalLongitude "29.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.366667 29.633333)"^^geo:wktLiteral ;
  geo-pos:lat "-8.366667"^^xsd:decimal ;
  geo-pos:long "29.633333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/13057" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20901'^^xsd:integer;
  dwc:scientificName 'Poicephalus meyeri meyeri (Cretzschmar, 1827)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/13057'^^xsd:string;
  dwc:collector 'Bredo H.J.'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.633333'^^xsd:double;
  dwc:latitude '-8.366667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13057'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313025'^^xsd:anyURI;
  dwc:observationDate '1940-02-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313026> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.366667 29.633333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.366667"^^xsd:decimal ;
  dwc:decimalLongitude "29.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.366667 29.633333)"^^geo:wktLiteral ;
  geo-pos:lat "-8.366667"^^xsd:decimal ;
  geo-pos:long "29.633333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/13057" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20897'^^xsd:integer;
  dwc:scientificName 'Poicephalus meyeri meyeri (Cretzschmar, 1827)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/13057'^^xsd:string;
  dwc:collector 'Bredo H.J.'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.633333'^^xsd:double;
  dwc:latitude '-8.366667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13057'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313026'^^xsd:anyURI;
  dwc:observationDate '1940-02-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0 102)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0"^^xsd:decimal ;
  dwc:decimalLongitude "102"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0 102)"^^geo:wktLiteral ;
  geo-pos:lat "0"^^xsd:decimal ;
  geo-pos:long "102"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/29271" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3106'^^xsd:integer;
  dwc:scientificName 'Lophura ignita rufa (Raffles, 1819)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/29271'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1845'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '102'^^xsd:integer;
  dwc:latitude '0'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313027'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313052> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.67998 29.13488)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.67998"^^xsd:decimal ;
  dwc:decimalLongitude "29.13488"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.67998 29.13488)"^^geo:wktLiteral ;
  geo-pos:lat "3.67998"^^xsd:decimal ;
  geo-pos:long "29.13488"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19059" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25407'^^xsd:integer;
  dwc:scientificName 'Phoeniculus purpureus marwitzi (Reichenow, 1906)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1947'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19059'^^xsd:string;
  dwc:collector 'Lauwers C.'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.13488'^^xsd:double;
  dwc:latitude '3.67998'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19059'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313052'^^xsd:anyURI;
  dwc:observationDate '1946-04-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 4.516667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1"^^xsd:decimal ;
  dwc:decimalLongitude "4.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 "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 4.516667)"^^geo:wktLiteral ;
  geo-pos:lat "51.1"^^xsd:decimal ;
  geo-pos:long "4.516667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/16268" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '19048'^^xsd:integer;
  dwc:scientificName 'Picus viridis viridis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/16268'^^xsd:string;
  dwc:collector 'Laenen J.'^^xsd:string;
  dwc:yearCollected '1943'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.516667'^^xsd:double;
  dwc:latitude '51.1'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16268'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313055'^^xsd:anyURI;
  dwc:observationDate '1943-10-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.7833333333 -57.1666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.7833333333"^^xsd:decimal ;
  dwc:decimalLongitude "-57.1666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.7833333333 -57.1666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-23.7833333333"^^xsd:decimal ;
  geo-pos:long "-57.1666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/31341" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '17168'^^xsd:integer;
  dwc:scientificName 'Porphyrio martinica (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/31341'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Paraguay'^^xsd:string;
  dwc:longitude '-57.1666666667'^^xsd:double;
  dwc:latitude '-23.7833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12374'^^xsd:anyURI;
  dwc:aphiaid '422597'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313062'^^xsd:anyURI;
  dwc:observationDate '1939-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '422597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.5166666667 44.4833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.5166666667"^^xsd:decimal ;
  dwc:decimalLongitude "44.4833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.5166666667 44.4833333333)"^^geo:wktLiteral ;
  geo-pos:lat "48.5166666667"^^xsd:decimal ;
  geo-pos:long "44.4833333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/32367" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6174'^^xsd:gYear;
  dwc:scientificName 'Falco cherrug cherrug Gray, 1834'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/32367'^^xsd:string;
  dwc:yearCollected '1889'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '44.4833333333'^^xsd:double;
  dwc:latitude '48.5166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313068'^^xsd:anyURI;
  dwc:observationDate '1889-05-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8666666667 4.1833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.8666666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.1833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8666666667 4.1833333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.8666666667"^^xsd:decimal ;
  geo-pos:long "4.1833333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9015" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6283'^^xsd:integer;
  dwc:scientificName 'Accipiter novaehollandiae griseogularis (Gray, 1860)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9015'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1866'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.1833333333'^^xsd:double;
  dwc:latitude '50.8666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:2553'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313073'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313090> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51 2.8666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51"^^xsd:decimal ;
  dwc:decimalLongitude "2.8666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51 2.8666666667)"^^geo:wktLiteral ;
  geo-pos:lat "51"^^xsd:decimal ;
  geo-pos:long "2.8666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10416" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10369B'^^xsd:string;
  dwc:scientificName 'Tringa erythropus (Pallas, 1764)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10416'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.8666666667'^^xsd:double;
  dwc:latitude '51'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9163'^^xsd:anyURI;
  dwc:aphiaid '159029'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313090'^^xsd:anyURI;
  dwc:observationDate '1929-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '159029'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0666666667 23.4833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0666666667"^^xsd:decimal ;
  dwc:decimalLongitude "23.4833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0666666667 23.4833333333)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0666666667"^^xsd:decimal ;
  geo-pos:long "23.4833333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26461" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25231'^^xsd:integer;
  dwc:scientificName 'Turnix sylvatica lepurana (Smith, 1836)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Vrydagh J. M.'^^xsd:string;
  dwc:yearIdentified '1954'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26461'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '23.4833333333'^^xsd:double;
  dwc:latitude '-7.0666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:18199'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313098'^^xsd:anyURI;
  dwc:observationDate '1951-04-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.65"^^xsd:decimal ;
  geo-pos:long "26.51667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23803'^^xsd:integer;
  dwc:scientificName 'Ceuthmochares aereus australis Sharpe, 1873'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.51667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313101'^^xsd:anyURI;
  dwc:observationDate '1948-12-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.65"^^xsd:decimal ;
  geo-pos:long "26.51667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23804'^^xsd:integer;
  dwc:scientificName 'Ceuthmochares aereus australis Sharpe, 1873'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.51667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313102'^^xsd:anyURI;
  dwc:observationDate '1948-12-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313114> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  geo-pos:lat "0.91667"^^xsd:decimal ;
  geo-pos:long "29.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25690'^^xsd:integer;
  dwc:scientificName 'Buccanodon duchaillui duchaillui (Cassin, 1855)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19064'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313114'^^xsd:anyURI;
  dwc:observationDate '1949-11-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.95222 -75.16361)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.95222"^^xsd:decimal ;
  dwc:decimalLongitude "-75.16361"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.95222 -75.16361)"^^geo:wktLiteral ;
  geo-pos:lat "39.95222"^^xsd:decimal ;
  geo-pos:long "-75.16361"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2949" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '7200'^^xsd:integer;
  dwc:scientificName 'Hirundo rustica erythrogaster Boddaert, 1783'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2949'^^xsd:string;
  dwc:collector 'Dresser Henry  Eeles (M.)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1872'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-75.16361'^^xsd:double;
  dwc:latitude '39.95222'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:2949'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313118'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.8666666667 10.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.8666666667"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.8666666667 10.7)"^^geo:wktLiteral ;
  geo-pos:lat "53.8666666667"^^xsd:decimal ;
  geo-pos:long "10.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/28434" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-02-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '12209'^^xsd:integer;
  dwc:scientificName 'Podiceps grisegena grisegena (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/28434'^^xsd:string;
  dwc:yearCollected '1911'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '10.7'^^xsd:double;
  dwc:latitude '53.8666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11149'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313166'^^xsd:anyURI;
  dwc:observationDate '1911-04-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.65"^^xsd:decimal ;
  geo-pos:long "26.51667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25305'^^xsd:integer;
  dwc:scientificName 'Tockus alboterminatus geloensis (Neumann, 1905)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.51667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313178'^^xsd:anyURI;
  dwc:observationDate '1949-01-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.65"^^xsd:decimal ;
  geo-pos:long "26.51667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '25306'^^xsd:integer;
  dwc:scientificName 'Tockus alboterminatus geloensis (Neumann, 1905)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.51667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313179'^^xsd:anyURI;
  dwc:observationDate '1949-01-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313220> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8833333333 5.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8833333333"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8833333333 5.75)"^^geo:wktLiteral ;
  geo-pos:lat "49.8833333333"^^xsd:decimal ;
  geo-pos:long "5.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '42484'^^xsd:integer;
  dwc:scientificName 'Scolopax rusticola Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9196'^^xsd:string;
  dwc:yearCollected '1966'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.75'^^xsd:double;
  dwc:latitude '49.8833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23496'^^xsd:anyURI;
  dwc:aphiaid '159028'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313220'^^xsd:anyURI;
  dwc:observationDate '1966-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '159028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.216667 4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.216667"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.216667 4.25)"^^geo:wktLiteral ;
  geo-pos:lat "51.216667"^^xsd:decimal ;
  geo-pos:long "4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-23'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10821f'^^xsd:string;
  dwc:scientificName 'Coturnix coturnix coturnix (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.), Spas Arm.'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1893'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.25'^^xsd:double;
  dwc:latitude '51.216667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313244'^^xsd:anyURI;
  dwc:observationDate '1893-06-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.1 26.76667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.1"^^xsd:decimal ;
  dwc:decimalLongitude "26.76667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.1 26.76667)"^^geo:wktLiteral ;
  geo-pos:lat "-9.1"^^xsd:decimal ;
  geo-pos:long "26.76667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23952'^^xsd:integer;
  dwc:scientificName 'Caprimulgus fossii welwitschii Bocage, 1867'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1953'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.76667'^^xsd:double;
  dwc:latitude '-9.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313256'^^xsd:anyURI;
  dwc:observationDate '1948-08-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.316667 29.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.316667"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.316667 29.75)"^^geo:wktLiteral ;
  geo-pos:lat "0.316667"^^xsd:decimal ;
  geo-pos:long "29.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19599" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '24028'^^xsd:integer;
  dwc:scientificName 'Colius striatus kiwuensis Reichenow, 1908'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19599'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.75'^^xsd:double;
  dwc:latitude '0.316667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313266'^^xsd:anyURI;
  dwc:observationDate '1949-10-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.316667 29.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.316667"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.316667 29.75)"^^geo:wktLiteral ;
  geo-pos:lat "0.316667"^^xsd:decimal ;
  geo-pos:long "29.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19599" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '24027'^^xsd:integer;
  dwc:scientificName 'Colius striatus kiwuensis Reichenow, 1908'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19599'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.75'^^xsd:double;
  dwc:latitude '0.316667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313267'^^xsd:anyURI;
  dwc:observationDate '1949-10-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7397" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10375F'^^xsd:string;
  dwc:scientificName 'Calidris alpina alpina (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7397'^^xsd:string;
  dwc:yearCollected '1923'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8796'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313268'^^xsd:anyURI;
  dwc:observationDate '1923-10-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33962 12.37129)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.33962"^^xsd:decimal ;
  dwc:decimalLongitude "12.37129"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33962 12.37129)"^^geo:wktLiteral ;
  geo-pos:lat "51.33962"^^xsd:decimal ;
  geo-pos:long "12.37129"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11301'^^xsd:integer;
  dwc:scientificName 'Cuculus canorus canorus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11149'^^xsd:string;
  dwc:collector 'Musée de Dresden'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '12.37129'^^xsd:double;
  dwc:latitude '51.33962'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11149'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313276'^^xsd:anyURI;
  dwc:observationDate '1929-05-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.8166666667 25.9833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.8166666667"^^xsd:decimal ;
  dwc:decimalLongitude "25.9833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.8166666667 25.9833333333)"^^geo:wktLiteral ;
  geo-pos:lat "40.8166666667"^^xsd:decimal ;
  geo-pos:long "25.9833333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/28712" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '73028'^^xsd:integer;
  dwc:scientificName 'Pelecanus crispus Bruch, 1832'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Vangeluwe Didier (Mr.)'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/28712'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'Greece'^^xsd:string;
  dwc:longitude '25.9833333333'^^xsd:double;
  dwc:latitude '40.8166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:30427'^^xsd:anyURI;
  dwc:aphiaid '137175'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313331'^^xsd:anyURI;
  dwc:observationDate '2005-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137175'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35 3.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.35"^^xsd:decimal ;
  dwc:decimalLongitude "3.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35 3.25)"^^geo:wktLiteral ;
  geo-pos:lat "51.35"^^xsd:decimal ;
  geo-pos:long "3.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5139" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '657C'^^xsd:string;
  dwc:scientificName 'Pluvialis squatarola (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Anspach Marguerite (Miss)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5139'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1876'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.25'^^xsd:double;
  dwc:latitude '51.35'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3839'^^xsd:anyURI;
  dwc:aphiaid '159137'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313363'^^xsd:anyURI;
  dwc:aphiaIdAccepted '159137'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1356 5.64646)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1356"^^xsd:decimal ;
  dwc:decimalLongitude "5.64646"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1356 5.64646)"^^geo:wktLiteral ;
  geo-pos:lat "50.1356"^^xsd:decimal ;
  geo-pos:long "5.64646"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23658" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '45222'^^xsd:integer;
  dwc:scientificName 'Athene noctua vidalii Brehm, 1857'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Asperslag L. (M.)'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23658'^^xsd:string;
  dwc:collector 'Asperslag L. (M.)'^^xsd:string;
  dwc:yearCollected '1956'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.64646'^^xsd:double;
  dwc:latitude '50.1356'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23658'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313368'^^xsd:anyURI;
  dwc:observationDate '1956-05-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  geo-pos:lat "0.91667"^^xsd:decimal ;
  geo-pos:long "29.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '52042'^^xsd:integer;
  dwc:scientificName 'Halcyon badia Verreaux J.P. & Verreaux E., 1851'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1955'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24194'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313372'^^xsd:anyURI;
  dwc:observationDate '1955-03-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.47 28.81278)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.47"^^xsd:decimal ;
  dwc:decimalLongitude "28.81278"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.47 28.81278)"^^geo:wktLiteral ;
  geo-pos:lat "-0.47"^^xsd:decimal ;
  geo-pos:long "28.81278"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24229'^^xsd:integer;
  dwc:scientificName 'Halcyon leucocephala pallidiventris Cabanis, 1880'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19064'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1942'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.81278'^^xsd:double;
  dwc:latitude '-0.47'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313398'^^xsd:anyURI;
  dwc:observationDate '1942-10-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.1841666667 29.4488888889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.1841666667"^^xsd:decimal ;
  dwc:decimalLongitude "29.4488888889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.1841666667 29.4488888889)"^^geo:wktLiteral ;
  geo-pos:lat "-1.1841666667"^^xsd:decimal ;
  geo-pos:long "29.4488888889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15358" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20689'^^xsd:integer;
  dwc:scientificName 'Lophaetus occipitalis (Daudin, 1800)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15358'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Edouard'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.4488888889'^^xsd:double;
  dwc:latitude '-1.1841666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:14892'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313400'^^xsd:anyURI;
  dwc:observationDate '1938-05-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.74056 10.76028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.74056"^^xsd:decimal ;
  dwc:decimalLongitude "10.76028"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.74056 10.76028)"^^geo:wktLiteral ;
  geo-pos:lat "34.74056"^^xsd:decimal ;
  geo-pos:long "10.76028"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12153" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '35658'^^xsd:integer;
  dwc:scientificName 'Streptopelia senegalensis phoenicophila Hartert, 1916'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12153'^^xsd:string;
  dwc:collector 'Bédé P.'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '10.76028'^^xsd:double;
  dwc:latitude '34.74056'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12153'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313411'^^xsd:anyURI;
  dwc:observationDate '1938-05-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.3333333333 8.3333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.3333333333"^^xsd:decimal ;
  dwc:decimalLongitude "8.3333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.3333333333 8.3333333333)"^^geo:wktLiteral ;
  geo-pos:lat "35.3333333333"^^xsd:decimal ;
  geo-pos:long "8.3333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/34474" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '35574'^^xsd:integer;
  dwc:scientificName 'Milvus migrans migrans (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/34474'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '8.3333333333'^^xsd:double;
  dwc:latitude '35.3333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12153'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313418'^^xsd:anyURI;
  dwc:observationDate '1939-01-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7337" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5541'^^xsd:gYear;
  dwc:scientificName 'Tachybaptus ruficollis ruficollis (Pallas, 1764)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7337'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1897'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:6431'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313434'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313472> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.76727 -5.79975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.76727"^^xsd:decimal ;
  dwc:decimalLongitude "-5.79975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.76727 -5.79975)"^^geo:wktLiteral ;
  geo-pos:lat "35.76727"^^xsd:decimal ;
  geo-pos:long "-5.79975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:ave'^^xsd:anyURI;
  dwc:catalogNumber '2499'^^xsd:gYear;
  dwc:scientificName 'Dendrocopos major mauritanus (Brehm, 1855)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'Morocco'^^xsd:string;
  dwc:longitude '-5.79975'^^xsd:double;
  dwc:latitude '35.76727'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313472'^^xsd:anyURI;
  dwc:observationDate '1898-04-25'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313491> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.21 3.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.21"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.21 3.15)"^^geo:wktLiteral ;
  geo-pos:lat "51.21"^^xsd:decimal ;
  geo-pos:long "3.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "2738" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '7244'^^xsd:gYear;
  dwc:scientificName 'Larus canus canus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '2738'^^xsd:integer;
  dwc:collector 'Proost'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1877'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.15'^^xsd:double;
  dwc:latitude '51.21'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3890'^^xsd:anyURI;
  dwc:aphiaid '437589'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313491'^^xsd:anyURI;
  dwc:aphiaIdAccepted '437589'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.921945 -67.435277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.921945"^^xsd:decimal ;
  dwc:decimalLongitude "-67.435277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.921945 -67.435277)"^^geo:wktLiteral ;
  geo-pos:lat "2.921945"^^xsd:decimal ;
  geo-pos:long "-67.435277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/22888" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-09-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '46121'^^xsd:integer;
  dwc:scientificName 'Tyrannus melancholicus melancholicus Vieillot, 1819'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1969'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/22888'^^xsd:string;
  dwc:collector 'S.M. le Roi Léopold III'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Venezuela'^^xsd:string;
  dwc:longitude '-67.435277'^^xsd:double;
  dwc:latitude '2.921945'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22888'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313492'^^xsd:anyURI;
  dwc:observationDate '1952-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.5 14.6833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.5"^^xsd:decimal ;
  dwc:decimalLongitude "14.6833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.5 14.6833333333)"^^geo:wktLiteral ;
  geo-pos:lat "13.5"^^xsd:decimal ;
  geo-pos:long "14.6833333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12697" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '39841'^^xsd:integer;
  dwc:scientificName 'Charadrius dubius curonicus Gmelin, 1789'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12697'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Chad'^^xsd:string;
  dwc:longitude '14.6833333333'^^xsd:double;
  dwc:latitude '13.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19862'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313509'^^xsd:anyURI;
  dwc:observationDate '1954-03-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 4.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 4.3)"^^geo:wktLiteral ;
  geo-pos:lat "51.3"^^xsd:decimal ;
  geo-pos:long "4.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15535" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20125'^^xsd:integer;
  dwc:scientificName 'Larus argentatus argentatus (Pontoppidan, 1763)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15535'^^xsd:string;
  dwc:collector 'Van Montfort F.'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.3'^^xsd:double;
  dwc:latitude '51.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15535'^^xsd:anyURI;
  dwc:aphiaid '232047'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313514'^^xsd:anyURI;
  dwc:observationDate '1947-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '232047'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1666666667 4.2166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1666666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.2166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1666666667 4.2166666667)"^^geo:wktLiteral ;
  geo-pos:lat "51.1666666667"^^xsd:decimal ;
  geo-pos:long "4.2166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/8990" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '56423'^^xsd:integer;
  dwc:scientificName 'Anas specularoides specularoides King, 1828'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1969'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/8990'^^xsd:string;
  dwc:yearCollected '1958'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.2166666667'^^xsd:double;
  dwc:latitude '51.1666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:21374'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313559'^^xsd:anyURI;
  dwc:observationDate '1958-05-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4833333333 3.6833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4833333333"^^xsd:decimal ;
  dwc:decimalLongitude "3.6833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4833333333 3.6833333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.4833333333"^^xsd:decimal ;
  geo-pos:long "3.6833333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5033" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14418'^^xsd:integer;
  dwc:scientificName 'Vanellus vanellus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5033'^^xsd:string;
  dwc:yearCollected '1943'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.6833333333'^^xsd:double;
  dwc:latitude '50.4833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13987'^^xsd:anyURI;
  dwc:aphiaid '159142'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313567'^^xsd:anyURI;
  dwc:observationDate '1943-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '159142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313568> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.68536 139.75309)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.68536"^^xsd:decimal ;
  dwc:decimalLongitude "139.75309"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.68536 139.75309)"^^geo:wktLiteral ;
  geo-pos:lat "35.68536"^^xsd:decimal ;
  geo-pos:long "139.75309"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3264'^^xsd:integer;
  dwc:scientificName 'Dendrocopos kizuki (Temminck, 1835)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Temminck Coenraad Jacob (M.)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '139.75309'^^xsd:double;
  dwc:latitude '35.68536'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313568'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.24 -75.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.24"^^xsd:decimal ;
  dwc:decimalLongitude "-75.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.24 -75.06)"^^geo:wktLiteral ;
  geo-pos:lat "-12.24"^^xsd:decimal ;
  geo-pos:long "-75.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25855" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '58558'^^xsd:integer;
  dwc:scientificName 'Cinclodes atacamensis atacamensis (Philippi, 1857)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25855'^^xsd:string;
  dwc:collector 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'Peru'^^xsd:string;
  dwc:longitude '-75.06'^^xsd:double;
  dwc:latitude '-12.24'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25855'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313573'^^xsd:anyURI;
  dwc:observationDate '1976-08-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.08333 27.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.08333"^^xsd:decimal ;
  dwc:decimalLongitude "27.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.08333 27.2)"^^geo:wktLiteral ;
  geo-pos:lat "-9.08333"^^xsd:decimal ;
  geo-pos:long "27.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25840'^^xsd:integer;
  dwc:scientificName 'Lybius macclounii (Shelley, 1899)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '27.2'^^xsd:double;
  dwc:latitude '-9.08333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313614'^^xsd:anyURI;
  dwc:observationDate '1949-04-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.08333 27.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.08333"^^xsd:decimal ;
  dwc:decimalLongitude "27.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.08333 27.2)"^^geo:wktLiteral ;
  geo-pos:lat "-9.08333"^^xsd:decimal ;
  geo-pos:long "27.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25841'^^xsd:integer;
  dwc:scientificName 'Lybius macclounii (Shelley, 1899)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '27.2'^^xsd:double;
  dwc:latitude '-9.08333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313615'^^xsd:anyURI;
  dwc:observationDate '1949-04-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.15 27.01667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.15"^^xsd:decimal ;
  dwc:decimalLongitude "27.01667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.15 27.01667)"^^geo:wktLiteral ;
  geo-pos:lat "-7.15"^^xsd:decimal ;
  geo-pos:long "27.01667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25434'^^xsd:integer;
  dwc:scientificName 'Rhinopomastus cyanomelas schalowi Neumann, 1900'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '27.01667'^^xsd:double;
  dwc:latitude '-7.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313641'^^xsd:anyURI;
  dwc:observationDate '1948-02-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0666666667 5.5666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0666666667"^^xsd:decimal ;
  dwc:decimalLongitude "5.5666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0666666667 5.5666666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.0666666667"^^xsd:decimal ;
  geo-pos:long "5.5666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/8351" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10065D'^^xsd:string;
  dwc:scientificName 'Buteo buteo buteo (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/8351'^^xsd:string;
  dwc:yearCollected '1924'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.5666666667'^^xsd:double;
  dwc:latitude '50.0666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8796'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313643'^^xsd:anyURI;
  dwc:observationDate '1924-01-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20 145)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20"^^xsd:decimal ;
  dwc:decimalLongitude "145"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20 145)"^^geo:wktLiteral ;
  geo-pos:lat "-20"^^xsd:decimal ;
  geo-pos:long "145"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '7528'^^xsd:gYear;
  dwc:scientificName 'Lopholaimus antarcticus (Shaw, 1794)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:yearCollected '1870'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '145'^^xsd:integer;
  dwc:latitude '-20'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3715'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313667'^^xsd:anyURI;
  dwc:observationDate '1870-11-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3166666667 29.2166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.3166666667"^^xsd:decimal ;
  dwc:decimalLongitude "29.2166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3166666667 29.2166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-3.3166666667"^^xsd:decimal ;
  geo-pos:long "29.2166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12432" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '61872'^^xsd:integer;
  dwc:scientificName 'Anas clypeata Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12432'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Burundi'^^xsd:string;
  dwc:longitude '29.2166666667'^^xsd:double;
  dwc:latitude '-3.3166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26097'^^xsd:anyURI;
  dwc:aphiaid '158941'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313671'^^xsd:anyURI;
  dwc:observationDate '1979-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '1461476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313672> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.01667 29.13333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.01667"^^xsd:decimal ;
  dwc:decimalLongitude "29.13333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.01667 29.13333)"^^geo:wktLiteral ;
  geo-pos:lat "0.01667"^^xsd:decimal ;
  geo-pos:long "29.13333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23582'^^xsd:integer;
  dwc:scientificName 'Tauraco schuetti emini (Reichenow, 1893)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1953'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19064'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Butahu'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.13333'^^xsd:double;
  dwc:latitude '0.01667'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313672'^^xsd:anyURI;
  dwc:observationDate '1940-12-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.16667 28.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.16667"^^xsd:decimal ;
  dwc:decimalLongitude "28.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.16667 28.35)"^^geo:wktLiteral ;
  geo-pos:lat "-3.16667"^^xsd:decimal ;
  geo-pos:long "28.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/27503" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '70517'^^xsd:integer;
  dwc:scientificName 'Smithornis sharpei eurylaemus Neumann, 1923'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/27503'^^xsd:string;
  dwc:collector 'Prigogine A.'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.35'^^xsd:double;
  dwc:latitude '-3.16667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27503'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313685'^^xsd:anyURI;
  dwc:observationDate '1988-12-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.4666666667 -73.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.4666666667"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.4666666667 -73.35)"^^geo:wktLiteral ;
  geo-pos:lat "-37.4666666667"^^xsd:decimal ;
  geo-pos:long "-73.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25844" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-11-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '58212'^^xsd:integer;
  dwc:scientificName 'Xolmis pyrope pyrope (Kittlitz, 1830)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25844'^^xsd:string;
  dwc:collector 'Orellana Thyris'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.35'^^xsd:double;
  dwc:latitude '-37.4666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25844'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313761'^^xsd:anyURI;
  dwc:observationDate '1977-09-25'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313813> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313813> ;
  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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313813>
  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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5633" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9498'^^xsd:gYear;
  dwc:scientificName 'Pterocles gutturalis saturatior Hartert, 1930'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5633'^^xsd:string;
  dwc:collector 'Storms Emile'^^xsd:string;
  dwc:yearCollected '1884'^^xsd:integer;
  dwc:country 'Tanzania'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '-6'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5633'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313813'^^xsd:anyURI;
  dwc:observationDate '1884-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313814> ;
  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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313814>
  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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5633" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9498'^^xsd:integer;
  dwc:scientificName 'Pterocles gutturalis saturatior Hartert, 1930'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5633'^^xsd:string;
  dwc:collector 'Storms Emile'^^xsd:string;
  dwc:yearCollected '1884'^^xsd:integer;
  dwc:country 'Tanzania'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '-6'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5633'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313814'^^xsd:anyURI;
  dwc:observationDate '1884-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10 -55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10"^^xsd:decimal ;
  dwc:decimalLongitude "-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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10 -55)"^^geo:wktLiteral ;
  geo-pos:lat "-10"^^xsd:decimal ;
  geo-pos:long "-55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1214'^^xsd:integer;
  dwc:scientificName 'Brotogeris tirica (Gmelin, 1788)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Musée de Bruxelles'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-55'^^xsd:integer;
  dwc:latitude '-10'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313816'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2833333333 4.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2833333333"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2833333333 4.8)"^^geo:wktLiteral ;
  geo-pos:lat "50.2833333333"^^xsd:decimal ;
  geo-pos:long "4.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3959" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10510D'^^xsd:string;
  dwc:scientificName 'Gallinula chloropus chloropus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Anspach Marguerite (Miss)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3959'^^xsd:string;
  dwc:yearCollected '1932'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.8'^^xsd:double;
  dwc:latitude '50.2833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9772'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313820'^^xsd:anyURI;
  dwc:observationDate '1932-06-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2833333333 4.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2833333333"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2833333333 4.45)"^^geo:wktLiteral ;
  geo-pos:lat "51.2833333333"^^xsd:decimal ;
  geo-pos:long "4.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3748" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '16757'^^xsd:integer;
  dwc:scientificName 'Anas crecca crecca Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3748'^^xsd:string;
  dwc:yearCollected '1945'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.45'^^xsd:double;
  dwc:latitude '51.2833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:14585'^^xsd:anyURI;
  dwc:aphiaid '410016'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313821'^^xsd:anyURI;
  dwc:observationDate '1945-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '410016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313828> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.216667 4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.216667"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.216667 4.25)"^^geo:wktLiteral ;
  geo-pos:lat "51.216667"^^xsd:decimal ;
  geo-pos:long "4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10821b'^^xsd:string;
  dwc:scientificName 'Coturnix coturnix coturnix (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.), Spas Arm.'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1890'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.25'^^xsd:double;
  dwc:latitude '51.216667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313828'^^xsd:anyURI;
  dwc:observationDate '1890-06-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313845> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.643055 28.729167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.643055"^^xsd:decimal ;
  dwc:decimalLongitude "28.729167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.643055 28.729167)"^^geo:wktLiteral ;
  geo-pos:lat "-3.643055"^^xsd:decimal ;
  geo-pos:long "28.729167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12088" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11961'^^xsd:integer;
  dwc:scientificName 'Dendropicos griseocephalus ruwenzori (Sharpe, 1902)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Schouteden Henri (Dr.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12088'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.729167'^^xsd:double;
  dwc:latitude '-3.643055'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12088'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313845'^^xsd:anyURI;
  dwc:observationDate '1934-07-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313846> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.643055 28.729167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.643055"^^xsd:decimal ;
  dwc:decimalLongitude "28.729167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.643055 28.729167)"^^geo:wktLiteral ;
  geo-pos:lat "-3.643055"^^xsd:decimal ;
  geo-pos:long "28.729167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12088" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-08-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11960'^^xsd:integer;
  dwc:scientificName 'Dendropicos griseocephalus ruwenzori (Sharpe, 1902)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Schouteden Henri (Dr.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12088'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.729167'^^xsd:double;
  dwc:latitude '-3.643055'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12088'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313846'^^xsd:anyURI;
  dwc:observationDate '1934-07-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35 4.3666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.35"^^xsd:decimal ;
  dwc:decimalLongitude "4.3666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35 4.3666666667)"^^geo:wktLiteral ;
  geo-pos:lat "51.35"^^xsd:decimal ;
  geo-pos:long "4.3666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/8883" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '37800'^^xsd:integer;
  dwc:scientificName 'Anas penelope Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1954'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/8883'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.3666666667'^^xsd:double;
  dwc:latitude '51.35'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19481'^^xsd:anyURI;
  dwc:aphiaid '159168'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313856'^^xsd:anyURI;
  dwc:observationDate '1954-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '1464521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.8433 26.7035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.8433"^^xsd:decimal ;
  dwc:decimalLongitude "26.7035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.8433 26.7035)"^^geo:wktLiteral ;
  geo-pos:lat "-8.8433"^^xsd:decimal ;
  geo-pos:long "26.7035"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25940'^^xsd:integer;
  dwc:scientificName 'Campethera bennettii bennettii (Smith, 1836)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.7035'^^xsd:double;
  dwc:latitude '-8.8433'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313874'^^xsd:anyURI;
  dwc:observationDate '1947-10-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-27 -50)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-27"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-27 -50)"^^geo:wktLiteral ;
  geo-pos:lat "-27"^^xsd:decimal ;
  geo-pos:long "-50"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10942" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '36555'^^xsd:integer;
  dwc:scientificName 'Pachyramphus viridis viridis (Vieillot, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10942'^^xsd:string;
  dwc:collector 'Flemming Johannes'^^xsd:string;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Brazil'^^xsd:string;
  dwc:longitude '-50'^^xsd:integer;
  dwc:latitude '-27'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10942'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313877'^^xsd:anyURI;
  dwc:observationDate '1933-07-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5833333333 -121.9166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.5833333333"^^xsd:decimal ;
  dwc:decimalLongitude "-121.9166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5833333333 -121.9166666667)"^^geo:wktLiteral ;
  geo-pos:lat "36.5833333333"^^xsd:decimal ;
  geo-pos:long "-121.9166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/35111" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '44341'^^xsd:integer;
  dwc:scientificName 'Puffinus puffinus opisthomelas Coues'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/35111'^^xsd:string;
  dwc:yearCollected '1926'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-121.9166666667'^^xsd:double;
  dwc:latitude '36.5833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23649'^^xsd:anyURI;
  dwc:occurrenceRemarks 'Subspecies probably not valid.'^^xsd:string;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313882'^^xsd:anyURI;
  dwc:observationDate '1926-09-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5833333333 -121.9166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.5833333333"^^xsd:decimal ;
  dwc:decimalLongitude "-121.9166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5833333333 -121.9166666667)"^^geo:wktLiteral ;
  geo-pos:lat "36.5833333333"^^xsd:decimal ;
  geo-pos:long "-121.9166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/35111" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '44340'^^xsd:integer;
  dwc:scientificName 'Puffinus puffinus opisthomelas Coues'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/35111'^^xsd:string;
  dwc:yearCollected '1926'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-121.9166666667'^^xsd:double;
  dwc:latitude '36.5833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23649'^^xsd:anyURI;
  dwc:occurrenceRemarks 'Subspecies probably not valid.'^^xsd:string;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313883'^^xsd:anyURI;
  dwc:observationDate '1926-09-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.42 -79.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.42"^^xsd:decimal ;
  dwc:decimalLongitude "-79.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.42 -79.55)"^^geo:wktLiteral ;
  geo-pos:lat "-6.42"^^xsd:decimal ;
  geo-pos:long "-79.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25829" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '58028'^^xsd:integer;
  dwc:scientificName 'Muscigralla brevicauda d\'Orbigny & Lafresnaye, 1837'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25829'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'Peru'^^xsd:string;
  dwc:longitude '-79.55'^^xsd:double;
  dwc:latitude '-6.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25829'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313944'^^xsd:anyURI;
  dwc:observationDate '1978-03-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.8433 119.3706)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.8433"^^xsd:decimal ;
  dwc:decimalLongitude "119.3706"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.8433 119.3706)"^^geo:wktLiteral ;
  geo-pos:lat "10.8433"^^xsd:decimal ;
  geo-pos:long "119.3706"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/32235" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '34852'^^xsd:integer;
  dwc:scientificName 'Egretta garzetta garzetta (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/32235'^^xsd:string;
  dwc:yearCollected '1932'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Philippines'^^xsd:string;
  dwc:longitude '119.3706'^^xsd:double;
  dwc:latitude '10.8433'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9796'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313950'^^xsd:anyURI;
  dwc:observationDate '1932-04-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7666666667 24.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7666666667"^^xsd:decimal ;
  dwc:decimalLongitude "24.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7666666667 24.45)"^^geo:wktLiteral ;
  geo-pos:lat "0.7666666667"^^xsd:decimal ;
  geo-pos:long "24.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/22720" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '34715'^^xsd:integer;
  dwc:scientificName 'Tigriornis leucolophus (Jardine, 1846)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Vrijdagh J.M.'^^xsd:string;
  dwc:yearIdentified '1954'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/22720'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '24.45'^^xsd:double;
  dwc:latitude '0.7666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19768'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313959'^^xsd:anyURI;
  dwc:observationDate '1952-07-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.6042 120.9822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.6042"^^xsd:decimal ;
  dwc:decimalLongitude "120.9822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.6042 120.9822)"^^geo:wktLiteral ;
  geo-pos:lat "14.6042"^^xsd:decimal ;
  geo-pos:long "120.9822"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-12-01'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4655'^^xsd:integer;
  dwc:scientificName 'Hemiprocne comata major (Hartert, 1895)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Unknown'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Philippines'^^xsd:string;
  dwc:longitude '120.9822'^^xsd:double;
  dwc:latitude '14.6042'^^xsd:double;
  dwc:coordinatePrecision '3000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313973'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.6833333333 5.7666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.6833333333"^^xsd:decimal ;
  dwc:decimalLongitude "5.7666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.6833333333 5.7666666667)"^^geo:wktLiteral ;
  geo-pos:lat "49.6833333333"^^xsd:decimal ;
  geo-pos:long "5.7666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/8931" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9763'^^xsd:gYear;
  dwc:scientificName 'Vanellus vanellus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Galasse A.'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/8931'^^xsd:string;
  dwc:yearCollected '1880'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.7666666667'^^xsd:double;
  dwc:latitude '49.6833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8501'^^xsd:anyURI;
  dwc:aphiaid '159142'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314007'^^xsd:anyURI;
  dwc:observationDate '1880-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '159142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4 12.7166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4"^^xsd:decimal ;
  dwc:decimalLongitude "12.7166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4 12.7166666667)"^^geo:wktLiteral ;
  geo-pos:lat "51.4"^^xsd:decimal ;
  geo-pos:long "12.7166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/28462" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15842'^^xsd:integer;
  dwc:scientificName 'Accipiter nisus nisus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/28462'^^xsd:string;
  dwc:yearCollected '1912'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '12.7166666667'^^xsd:double;
  dwc:latitude '51.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11149'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314021'^^xsd:anyURI;
  dwc:observationDate '1912-12-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3666666667 29.6333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3666666667"^^xsd:decimal ;
  dwc:decimalLongitude "29.6333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3666666667 29.6333333333)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3666666667"^^xsd:decimal ;
  geo-pos:long "29.6333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/21068" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20832'^^xsd:integer;
  dwc:scientificName 'Tringa stagnatilis (Bechstein, 1803)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/21068'^^xsd:string;
  dwc:collector 'Brédo Hans Joseph Anna Erich Richard (M.)'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.6333333333'^^xsd:double;
  dwc:latitude '-8.3666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15333'^^xsd:anyURI;
  dwc:aphiaid '212623'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314054'^^xsd:anyURI;
  dwc:observationDate '1940-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '212623'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.35027 18.47909)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.35027"^^xsd:decimal ;
  dwc:decimalLongitude "18.47909"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.35027 18.47909)"^^geo:wktLiteral ;
  geo-pos:lat "-34.35027"^^xsd:decimal ;
  geo-pos:long "18.47909"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1201" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4716'^^xsd:integer;
  dwc:scientificName 'Otus senegalensis (Swainson, 1837)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1201'^^xsd:string;
  dwc:collector 'Verreaux'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1850'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '18.47909'^^xsd:double;
  dwc:latitude '-34.35027'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:1201'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314081'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.35027 18.47909)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.35027"^^xsd:decimal ;
  dwc:decimalLongitude "18.47909"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.35027 18.47909)"^^geo:wktLiteral ;
  geo-pos:lat "-34.35027"^^xsd:decimal ;
  geo-pos:long "18.47909"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1201" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '4715'^^xsd:integer;
  dwc:scientificName 'Otus senegalensis (Swainson, 1837)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1201'^^xsd:string;
  dwc:collector 'Verreaux'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1850'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '18.47909'^^xsd:double;
  dwc:latitude '-34.35027'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:1201'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314082'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314099> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.7 142.516667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.7"^^xsd:decimal ;
  dwc:decimalLongitude "142.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.7 142.516667)"^^geo:wktLiteral ;
  geo-pos:lat "-10.7"^^xsd:decimal ;
  geo-pos:long "142.516667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5070" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '5812'^^xsd:gYear;
  dwc:scientificName 'Trichoglossus haematodus moluccanus (Gmelin, 1788)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5070'^^xsd:string;
  dwc:collector 'Finsch'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1884'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '142.516667'^^xsd:double;
  dwc:latitude '-10.7'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5070'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314099'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.96667 25.93333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.96667"^^xsd:decimal ;
  dwc:decimalLongitude "25.93333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.96667 25.93333)"^^geo:wktLiteral ;
  geo-pos:lat "2.96667"^^xsd:decimal ;
  geo-pos:long "25.93333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15132" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '21370'^^xsd:integer;
  dwc:scientificName 'Halcyon badia Verreaux J.P. & Verreaux E., 1851'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15132'^^xsd:string;
  dwc:collector 'Van Woensel v.W. (R.P.)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '25.93333'^^xsd:double;
  dwc:latitude '2.96667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15132'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314109'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.49167 110.00444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.49167"^^xsd:decimal ;
  dwc:decimalLongitude "110.00444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.49167 110.00444)"^^geo:wktLiteral ;
  geo-pos:lat "-7.49167"^^xsd:decimal ;
  geo-pos:long "110.00444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '1132'^^xsd:integer;
  dwc:scientificName 'Halcyon cyanoventris Vieillot, 1818'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Musée de Bruxelles'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '110.00444'^^xsd:double;
  dwc:latitude '-7.49167'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314110'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10 -55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10"^^xsd:decimal ;
  dwc:decimalLongitude "-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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10 -55)"^^geo:wktLiteral ;
  geo-pos:lat "-10"^^xsd:decimal ;
  geo-pos:long "-55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2533'^^xsd:gYear;
  dwc:scientificName 'Drymophila ferruginea (Temminck, 1822)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Musée de Bruxelles'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-55'^^xsd:integer;
  dwc:latitude '-10'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314136'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.316667 3.116667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.316667"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.316667 3.116667)"^^geo:wktLiteral ;
  geo-pos:lat "51.316667"^^xsd:decimal ;
  geo-pos:long "3.116667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/13728" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '14914'^^xsd:integer;
  dwc:scientificName 'Columba livia domestica Gmelin, 1789'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/13728'^^xsd:string;
  dwc:collector 'de Chestret  (Baron)'^^xsd:string;
  dwc:yearCollected '1876'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.116667'^^xsd:double;
  dwc:latitude '51.316667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13728'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314167'^^xsd:anyURI;
  dwc:observationDate '1876-05-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.21187 4.25633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.21187"^^xsd:decimal ;
  dwc:decimalLongitude "4.25633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.21187 4.25633)"^^geo:wktLiteral ;
  geo-pos:lat "51.21187"^^xsd:decimal ;
  geo-pos:long "4.25633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-23'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10643c'^^xsd:string;
  dwc:scientificName 'Alauda arvensis arvensis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.), Spas Arm.'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1893'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.25633'^^xsd:double;
  dwc:latitude '51.21187'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314172'^^xsd:anyURI;
  dwc:observationDate '1893-05-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6 5.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.6"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6 5.4)"^^geo:wktLiteral ;
  geo-pos:lat "50.6"^^xsd:decimal ;
  geo-pos:long "5.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/6401" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72749'^^xsd:integer;
  dwc:scientificName 'Buteo buteo (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fraipon Roger (M.)'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/6401'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.4'^^xsd:double;
  dwc:latitude '50.6'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:30144'^^xsd:anyURI;
  dwc:aphiaid '558534'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314232'^^xsd:anyURI;
  dwc:observationDate '2003-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '558534'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2833333333 3.2333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2833333333"^^xsd:decimal ;
  dwc:decimalLongitude "3.2333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2833333333 3.2333333333)"^^geo:wktLiteral ;
  geo-pos:lat "51.2833333333"^^xsd:decimal ;
  geo-pos:long "3.2333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3669" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11067C'^^xsd:string;
  dwc:scientificName 'Falco subbuteo subbuteo Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3669'^^xsd:string;
  dwc:yearCollected '1937'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.2333333333'^^xsd:double;
  dwc:latitude '51.2833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11117'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314235'^^xsd:anyURI;
  dwc:observationDate '1937-09-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.31667 29.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.31667"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.31667 29.75)"^^geo:wktLiteral ;
  geo-pos:lat "0.31667"^^xsd:decimal ;
  geo-pos:long "29.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24490'^^xsd:integer;
  dwc:scientificName 'Merops persicus persicus Pallas, 1773'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19064'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.75'^^xsd:double;
  dwc:latitude '0.31667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314261'^^xsd:anyURI;
  dwc:observationDate '1950-12-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 -113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "-113"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 -113)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "-113"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12653" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15907'^^xsd:integer;
  dwc:scientificName 'Buteo platypterus (Vieillot, 1923)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12653'^^xsd:string;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-113'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10536'^^xsd:anyURI;
  dwc:aphiaid '159370'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314297'^^xsd:anyURI;
  dwc:observationDate '1933-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '159370'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314299> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  geo-pos:lat "0.91667"^^xsd:decimal ;
  geo-pos:long "29.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '51562'^^xsd:integer;
  dwc:scientificName 'Pogoniulus scolopaceus flavisquamatus (Verreaux J.P. & Verreaux J.B.E., 1855)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1953'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24194'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314299'^^xsd:anyURI;
  dwc:observationDate '1953-11-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314310> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  geo-pos:lat "0.91667"^^xsd:decimal ;
  geo-pos:long "29.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '51927'^^xsd:integer;
  dwc:scientificName 'Merops oreobates (Sharpe, 1892)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24194'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314310'^^xsd:anyURI;
  dwc:observationDate '1947-08-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  geo-pos:lat "0.91667"^^xsd:decimal ;
  geo-pos:long "29.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-03-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '51596'^^xsd:integer;
  dwc:scientificName 'Buccanodon duchaillui duchaillui (Cassin, 1855)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1955'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Utuhe'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24194'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314312'^^xsd:anyURI;
  dwc:observationDate '1955-06-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.35027 18.47909)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.35027"^^xsd:decimal ;
  dwc:decimalLongitude "18.47909"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.35027 18.47909)"^^geo:wktLiteral ;
  geo-pos:lat "-34.35027"^^xsd:decimal ;
  geo-pos:long "18.47909"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/643" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4607'^^xsd:integer;
  dwc:scientificName 'Caprimulgus pectoralis pectoralis Cuvier, 1816'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/643'^^xsd:string;
  dwc:collector 'Du Bus'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1847'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '18.47909'^^xsd:double;
  dwc:latitude '-34.35027'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:643'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314343'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.341 3.286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.341"^^xsd:decimal ;
  dwc:decimalLongitude "3.286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.341 3.286)"^^geo:wktLiteral ;
  geo-pos:lat "51.341"^^xsd:decimal ;
  geo-pos:long "3.286"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-01-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14739'^^xsd:integer;
  dwc:scientificName 'Branta bernicla bernicla (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/900'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.286'^^xsd:double;
  dwc:latitude '51.341'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12859'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314355'^^xsd:anyURI;
  dwc:observationDate '1940-01-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.83619 14.59761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.83619"^^xsd:decimal ;
  dwc:decimalLongitude "14.59761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.83619 14.59761)"^^geo:wktLiteral ;
  geo-pos:lat "12.83619"^^xsd:decimal ;
  geo-pos:long "14.59761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '39951'^^xsd:integer;
  dwc:scientificName 'Merops nubicus Gmelin, 1788'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19862'^^xsd:string;
  dwc:collector 'Laenen J.'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'Chad'^^xsd:string;
  dwc:longitude '14.59761'^^xsd:double;
  dwc:latitude '12.83619'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19862'^^xsd:anyURI;
  dwc:aphiaid '212737'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314362'^^xsd:anyURI;
  dwc:observationDate '1954-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '212737'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.2 3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.2"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.2 3)"^^geo:wktLiteral ;
  geo-pos:lat "55.2"^^xsd:decimal ;
  geo-pos:long "3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "13455" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10582B'^^xsd:string;
  dwc:scientificName 'Uria aalge albionis Witherby, 1923'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '13455'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1932'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Mer du Nord;Nord See;Noord Zee;North Sea'^^xsd:string;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3'^^xsd:integer;
  dwc:latitude '55.2'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9812'^^xsd:anyURI;
  dwc:aphiaid '437883'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314390'^^xsd:anyURI;
  dwc:aphiaIdAccepted '437883'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7478" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '22421'^^xsd:integer;
  dwc:scientificName 'Melanitta fusca fusca (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1953'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7478'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17120'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314393'^^xsd:anyURI;
  dwc:observationDate '1950-01-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.383333 4.466667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.383333"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.383333 4.466667)"^^geo:wktLiteral ;
  geo-pos:lat "51.383333"^^xsd:decimal ;
  geo-pos:long "4.466667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/16268" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '19025'^^xsd:integer;
  dwc:scientificName 'Dendrocopos major pinetorum (Brehm, 1831)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/16268'^^xsd:string;
  dwc:collector 'Laenen J.'^^xsd:string;
  dwc:yearCollected '1937'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.466667'^^xsd:double;
  dwc:latitude '51.383333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16268'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314397'^^xsd:anyURI;
  dwc:observationDate '1937-10-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.22174 -110.92648)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.22174"^^xsd:decimal ;
  dwc:decimalLongitude "-110.92648"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "30000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.22174 -110.92648)"^^geo:wktLiteral ;
  geo-pos:lat "32.22174"^^xsd:decimal ;
  geo-pos:long "-110.92648"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "30000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-10'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '43975'^^xsd:integer;
  dwc:scientificName 'Myiarchus tyrannulus magister Ridgway, 1884'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Chicago Field Museum of Natural History'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23649'^^xsd:string;
  dwc:collector 'Chicago Field Museum of Natural History'^^xsd:string;
  dwc:yearCollected '1918'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-110.92648'^^xsd:double;
  dwc:latitude '32.22174'^^xsd:double;
  dwc:coordinatePrecision '30000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23649'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314404'^^xsd:anyURI;
  dwc:observationDate '1918-04-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10 123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10"^^xsd:decimal ;
  dwc:decimalLongitude "123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10 123)"^^geo:wktLiteral ;
  geo-pos:lat "10"^^xsd:decimal ;
  geo-pos:long "123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/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 '2012-12-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '34952'^^xsd:integer;
  dwc:scientificName 'Centropus viridis viridis (Scopoli, 1786)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Ch'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9796'^^xsd:string;
  dwc:yearCollected '1932'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Philippines'^^xsd:string;
  dwc:longitude '123'^^xsd:integer;
  dwc:latitude '10'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9796'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314426'^^xsd:anyURI;
  dwc:observationDate '1932-04-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1166666667 2.6833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1166666667"^^xsd:decimal ;
  dwc:decimalLongitude "2.6833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1166666667 2.6833333333)"^^geo:wktLiteral ;
  geo-pos:lat "51.1166666667"^^xsd:decimal ;
  geo-pos:long "2.6833333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7664" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '66523'^^xsd:integer;
  dwc:scientificName 'Uria aalge (Pontoppidan, 1763)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7664'^^xsd:string;
  dwc:collector 'exploration sect. vertébrés récents'^^xsd:string;
  dwc:yearCollected '1959'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.6833333333'^^xsd:double;
  dwc:latitude '51.1166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:21606'^^xsd:anyURI;
  dwc:aphiaid '137133'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314430'^^xsd:anyURI;
  dwc:observationDate '1959-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137133'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 4.2166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3"^^xsd:decimal ;
  dwc:decimalLongitude "4.2166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 4.2166666667)"^^geo:wktLiteral ;
  geo-pos:lat "51.3"^^xsd:decimal ;
  geo-pos:long "4.2166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/8407" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '11095'^^xsd:integer;
  dwc:scientificName 'Tringa erythropus (Pallas, 1764)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Anspach Marguerite (Miss)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/8407'^^xsd:string;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.2166666667'^^xsd:double;
  dwc:latitude '51.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10285'^^xsd:anyURI;
  dwc:aphiaid '159029'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314449'^^xsd:anyURI;
  dwc:observationDate '1934-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '159029'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.80431 4.67938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.80431"^^xsd:decimal ;
  dwc:decimalLongitude "4.67938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.80431 4.67938)"^^geo:wktLiteral ;
  geo-pos:lat "50.80431"^^xsd:decimal ;
  geo-pos:long "4.67938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15957" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '19530'^^xsd:integer;
  dwc:scientificName 'Columba oenas oenas Linné, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15957'^^xsd:string;
  dwc:collector 'de Ruette R.'^^xsd:string;
  dwc:yearCollected '1944'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.67938'^^xsd:double;
  dwc:latitude '50.80431'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15957'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314457'^^xsd:anyURI;
  dwc:observationDate '1944-04-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6333333333 5.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.6333333333"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6333333333 5.8)"^^geo:wktLiteral ;
  geo-pos:lat "50.6333333333"^^xsd:decimal ;
  geo-pos:long "5.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5305" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '72685'^^xsd:integer;
  dwc:scientificName 'Parus major Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Roggeman Walter (M.)'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5305'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.8'^^xsd:double;
  dwc:latitude '50.6333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:30068'^^xsd:anyURI;
  dwc:aphiaid '558568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314471'^^xsd:anyURI;
  dwc:observationDate '2003-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '558568'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.22174 -110.92648)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.22174"^^xsd:decimal ;
  dwc:decimalLongitude "-110.92648"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "30000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.22174 -110.92648)"^^geo:wktLiteral ;
  geo-pos:lat "32.22174"^^xsd:decimal ;
  geo-pos:long "-110.92648"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "30000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-03-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '44068'^^xsd:integer;
  dwc:scientificName 'Colaptes chrysoides mearsni Ridgway, 1911'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23649'^^xsd:string;
  dwc:collector 'Musée de Chicago'^^xsd:string;
  dwc:yearCollected '1918'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-110.92648'^^xsd:double;
  dwc:latitude '32.22174'^^xsd:double;
  dwc:coordinatePrecision '30000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23649'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314508'^^xsd:anyURI;
  dwc:observationDate '1918-04-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.5 29.46667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.5"^^xsd:decimal ;
  dwc:decimalLongitude "29.46667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.5 29.46667)"^^geo:wktLiteral ;
  geo-pos:lat "0.5"^^xsd:decimal ;
  geo-pos:long "29.46667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26433" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '65475'^^xsd:integer;
  dwc:scientificName 'Ceyx pictus pictus (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26433'^^xsd:string;
  dwc:collector 'Prigogine A.'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.46667'^^xsd:double;
  dwc:latitude '0.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26433'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314515'^^xsd:anyURI;
  dwc:observationDate '1981-12-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314520> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.689444 4.031111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.689444"^^xsd:decimal ;
  dwc:decimalLongitude "4.031111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.689444 4.031111)"^^geo:wktLiteral ;
  geo-pos:lat "50.689444"^^xsd:decimal ;
  geo-pos:long "4.031111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/21374" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '36117'^^xsd:integer;
  dwc:scientificName 'Melanocorypha calandra calandra (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/21374'^^xsd:string;
  dwc:collector 'de Moffarts Paul (Baron)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1958'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.031111'^^xsd:double;
  dwc:latitude '50.689444'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:21374'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314520'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.11058 15.03479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.11058"^^xsd:decimal ;
  dwc:decimalLongitude "15.03479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.11058 15.03479)"^^geo:wktLiteral ;
  geo-pos:lat "12.11058"^^xsd:decimal ;
  geo-pos:long "15.03479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '40015'^^xsd:integer;
  dwc:scientificName 'Dendropicos goertae koenigi (Neumann, 1903)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1957'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19862'^^xsd:string;
  dwc:collector 'Laenen J.'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'Chad'^^xsd:string;
  dwc:longitude '15.03479'^^xsd:double;
  dwc:latitude '12.11058'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19862'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314538'^^xsd:anyURI;
  dwc:observationDate '1954-05-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 -113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "-113"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 -113)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "-113"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12637" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '17351'^^xsd:integer;
  dwc:scientificName 'Tringa flavipes (Gmelin, 1789)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12637'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1935'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-113'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10536'^^xsd:anyURI;
  dwc:aphiaid '159030'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314544'^^xsd:anyURI;
  dwc:aphiaIdAccepted '159030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 -113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "-113"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 -113)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "-113"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12637" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '17350'^^xsd:integer;
  dwc:scientificName 'Tringa flavipes (Gmelin, 1789)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12637'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1935'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-113'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10536'^^xsd:anyURI;
  dwc:aphiaid '159030'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314545'^^xsd:anyURI;
  dwc:aphiaIdAccepted '159030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314549> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 18)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '91d'^^xsd:string;
  dwc:scientificName 'Bubo bubo bubo (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1884'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'Bosnia and Herzegovina'^^xsd:string;
  dwc:longitude '18'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314549'^^xsd:anyURI;
  dwc:observationDate '1884-04-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  geo-pos:lat "0.91667"^^xsd:decimal ;
  geo-pos:long "29.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-09-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25675'^^xsd:integer;
  dwc:scientificName 'Trachyphonus purpuratus elgonensis (Sharpe, 1891)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1951'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19064'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314556'^^xsd:anyURI;
  dwc:observationDate '1950-10-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 4.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 4.7)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "4.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11245" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '133E'^^xsd:string;
  dwc:scientificName 'Gallinago gallinago gallinago Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11245'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.7'^^xsd:double;
  dwc:latitude '50.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10515'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314559'^^xsd:anyURI;
  dwc:observationDate '1935-04-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314562> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4833333333 5.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4833333333"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4833333333 5.55)"^^geo:wktLiteral ;
  geo-pos:lat "50.4833333333"^^xsd:decimal ;
  geo-pos:long "5.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7915" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '14797'^^xsd:integer;
  dwc:scientificName 'Anas clypeata Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7915'^^xsd:string;
  dwc:yearCollected '1889'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.55'^^xsd:double;
  dwc:latitude '50.4833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13728'^^xsd:anyURI;
  dwc:aphiaid '158941'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314562'^^xsd:anyURI;
  dwc:observationDate '1889-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '1461476'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.7833333333 -57.1666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.7833333333"^^xsd:decimal ;
  dwc:decimalLongitude "-57.1666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.7833333333 -57.1666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-23.7833333333"^^xsd:decimal ;
  geo-pos:long "-57.1666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/31337" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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:ave'^^xsd:anyURI;
  dwc:catalogNumber '15748'^^xsd:integer;
  dwc:scientificName 'Dendrocygna viduata (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/31337'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Paraguay'^^xsd:string;
  dwc:longitude '-57.1666666667'^^xsd:double;
  dwc:latitude '-23.7833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12374'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314581'^^xsd:anyURI;
  dwc:observationDate '1939-01-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8 5.0666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8"^^xsd:decimal ;
  dwc:decimalLongitude "5.0666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8 5.0666666667)"^^geo:wktLiteral ;
  geo-pos:lat "49.8"^^xsd:decimal ;
  geo-pos:long "5.0666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2398" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-12'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10008E'^^xsd:string;
  dwc:scientificName 'Buteo buteo buteo (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2398'^^xsd:string;
  dwc:yearCollected '1923'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.0666666667'^^xsd:double;
  dwc:latitude '49.8'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9400'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314635'^^xsd:anyURI;
  dwc:observationDate '1923-05-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314652> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.0671 29.4595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.0671"^^xsd:decimal ;
  dwc:decimalLongitude "29.4595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.0671 29.4595)"^^geo:wktLiteral ;
  geo-pos:lat "-3.0671"^^xsd:decimal ;
  geo-pos:long "29.4595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25885" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-29'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '60599'^^xsd:integer;
  dwc:scientificName 'Pogoniulus bilineatus mfumbiri (Ogilvie-Grant, 1907)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25885'^^xsd:string;
  dwc:collector 'Prigogine A., Gaugris'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Burundi'^^xsd:string;
  dwc:longitude '29.4595'^^xsd:double;
  dwc:latitude '-3.0671'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25885'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314652'^^xsd:anyURI;
  dwc:observationDate '1978-11-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.6666666667 27.4666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.6666666667"^^xsd:decimal ;
  dwc:decimalLongitude "27.4666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.6666666667 27.4666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-11.6666666667"^^xsd:decimal ;
  geo-pos:long "27.4666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15657" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '20595'^^xsd:integer;
  dwc:scientificName 'Nettapus auritus (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15657'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '27.4666666667'^^xsd:double;
  dwc:latitude '-11.6666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15333'^^xsd:anyURI;
  dwc:aphiaid '212675'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314668'^^xsd:anyURI;
  dwc:observationDate '1940-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '212675'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6 5.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.6"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6 5.4)"^^geo:wktLiteral ;
  geo-pos:lat "50.6"^^xsd:decimal ;
  geo-pos:long "5.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1690" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72884'^^xsd:integer;
  dwc:scientificName 'Carduelis cannabina (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fraipon Roger (M.)'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1690'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.4'^^xsd:double;
  dwc:latitude '50.6'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:30321'^^xsd:anyURI;
  dwc:aphiaid '558535'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314669'^^xsd:anyURI;
  dwc:observationDate '2003-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '558535'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 -53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "-53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 -53)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "-53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10942" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '991C'^^xsd:string;
  dwc:scientificName 'Pionus fuscus (Müller, 1776)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10942'^^xsd:string;
  dwc:collector 'Flemming Johannes'^^xsd:string;
  dwc:yearCollected '1928'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'Brazil'^^xsd:string;
  dwc:longitude '-53'^^xsd:integer;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10942'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314684'^^xsd:anyURI;
  dwc:observationDate '1928-06-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 -53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "-53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 -53)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "-53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10942" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '991E'^^xsd:string;
  dwc:scientificName 'Pionus fuscus (Müller, 1776)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10942'^^xsd:string;
  dwc:collector 'Flemming Johannes'^^xsd:string;
  dwc:yearCollected '1928'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'Brazil'^^xsd:string;
  dwc:longitude '-53'^^xsd:integer;
  dwc:latitude '-4'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10942'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314685'^^xsd:anyURI;
  dwc:observationDate '1928-06-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.7666666667 23.9666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.7666666667"^^xsd:decimal ;
  dwc:decimalLongitude "23.9666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.7666666667 23.9666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.7666666667"^^xsd:decimal ;
  geo-pos:long "23.9666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15948" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25156'^^xsd:integer;
  dwc:scientificName 'Nettapus auritus (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Vrijdagh J.M.'^^xsd:string;
  dwc:yearIdentified '1954'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15948'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '23.9666666667'^^xsd:double;
  dwc:latitude '-6.7666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:18510'^^xsd:anyURI;
  dwc:aphiaid '212675'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314690'^^xsd:anyURI;
  dwc:observationDate '1948-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '212675'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.43333 29.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.43333"^^xsd:decimal ;
  dwc:decimalLongitude "29.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.43333 29.55)"^^geo:wktLiteral ;
  geo-pos:lat "0.43333"^^xsd:decimal ;
  geo-pos:long "29.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '70477'^^xsd:integer;
  dwc:scientificName 'Lybius bidentatus aequatorialis (Shelley, 1889)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1953'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.55'^^xsd:double;
  dwc:latitude '0.43333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24194'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314694'^^xsd:anyURI;
  dwc:observationDate '1953-08-25'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1 127.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1"^^xsd:decimal ;
  dwc:decimalLongitude "127.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1 127.56)"^^geo:wktLiteral ;
  geo-pos:lat "-1"^^xsd:decimal ;
  geo-pos:long "127.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/6609" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-12'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '7910'^^xsd:gYear;
  dwc:scientificName 'Ptilinopus melanospila melanospila (Salvadori, 1875)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/6609'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1899'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '127.56'^^xsd:double;
  dwc:latitude '-1'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:6609'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314716'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 39.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 39.5)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "39.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/27142" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6197'^^xsd:integer;
  dwc:scientificName 'Falco tinnunculus rupicolaeformis (Brehm, 1855)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/27142'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1850'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:country 'Ethiopia'^^xsd:string;
  dwc:longitude '39.5'^^xsd:double;
  dwc:latitude '9'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:1266'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314771'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.09 -57.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.09"^^xsd:decimal ;
  dwc:decimalLongitude "-57.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.09 -57.34)"^^geo:wktLiteral ;
  geo-pos:lat "-25.09"^^xsd:decimal ;
  geo-pos:long "-57.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11466" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '21532'^^xsd:integer;
  dwc:scientificName 'Columbina piqui picui (Temminck, 1813)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11466'^^xsd:string;
  dwc:collector 'Popoff V.'^^xsd:string;
  dwc:yearCollected '1937'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Río Confuso'^^xsd:string;
  dwc:country 'Paraguay'^^xsd:string;
  dwc:longitude '-57.34'^^xsd:double;
  dwc:latitude '-25.09'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11466'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314785'^^xsd:anyURI;
  dwc:observationDate '1937-03-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314789> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.5 14.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.5"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.5 14.35)"^^geo:wktLiteral ;
  geo-pos:lat "12.5"^^xsd:decimal ;
  geo-pos:long "14.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '39954'^^xsd:integer;
  dwc:scientificName 'Centropus senegalensis senegalensis (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19862'^^xsd:string;
  dwc:collector 'Laenen J.'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Chad'^^xsd:string;
  dwc:longitude '14.35'^^xsd:double;
  dwc:latitude '12.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19862'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314789'^^xsd:anyURI;
  dwc:observationDate '1954-03-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35113 3.28744)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.35113"^^xsd:decimal ;
  dwc:decimalLongitude "3.28744"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35113 3.28744)"^^geo:wktLiteral ;
  geo-pos:lat "51.35113"^^xsd:decimal ;
  geo-pos:long "3.28744"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/25564" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '56387'^^xsd:integer;
  dwc:scientificName 'Athene noctua vidalii Brehm, 1857'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1977'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/25564'^^xsd:string;
  dwc:collector 'Het Zwin'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.28744'^^xsd:double;
  dwc:latitude '51.35113'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25564'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314803'^^xsd:anyURI;
  dwc:observationDate '1976-10-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.366667 4.783333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.366667"^^xsd:decimal ;
  dwc:decimalLongitude "4.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 "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.366667 4.783333)"^^geo:wktLiteral ;
  geo-pos:lat "50.366667"^^xsd:decimal ;
  geo-pos:long "4.783333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/13914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-25'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14004'^^xsd:integer;
  dwc:scientificName 'Lullula arborea arborea (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/13914'^^xsd:string;
  dwc:collector 'Cajot'^^xsd:string;
  dwc:yearCollected '1921'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.783333'^^xsd:double;
  dwc:latitude '50.366667'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13914'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314852'^^xsd:anyURI;
  dwc:observationDate '1921-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.341 3.286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.341"^^xsd:decimal ;
  dwc:decimalLongitude "3.286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.341 3.286)"^^geo:wktLiteral ;
  geo-pos:lat "51.341"^^xsd:decimal ;
  geo-pos:long "3.286"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-01-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '811F'^^xsd:string;
  dwc:scientificName 'Limosa limosa limosa (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/891'^^xsd:string;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.286'^^xsd:double;
  dwc:latitude '51.341'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10749'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314853'^^xsd:anyURI;
  dwc:observationDate '1936-05-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314869> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.90175 -97.49748)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.90175"^^xsd:decimal ;
  dwc:decimalLongitude "-97.49748"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.90175 -97.49748)"^^geo:wktLiteral ;
  geo-pos:lat "25.90175"^^xsd:decimal ;
  geo-pos:long "-97.49748"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '43954'^^xsd:integer;
  dwc:scientificName 'Tyrannus couchii Baird, 1858'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23649'^^xsd:string;
  dwc:collector 'Musée de Chicago'^^xsd:string;
  dwc:yearCollected '1912'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-97.49748'^^xsd:double;
  dwc:latitude '25.90175'^^xsd:double;
  dwc:coordinatePrecision '3000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23649'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314869'^^xsd:anyURI;
  dwc:observationDate '1912-04-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.133333 4.683333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.133333"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.133333 4.683333)"^^geo:wktLiteral ;
  geo-pos:lat "51.133333"^^xsd:decimal ;
  geo-pos:long "4.683333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/13927" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14014'^^xsd:integer;
  dwc:scientificName 'Alauda arvensis arvensis Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/13927'^^xsd:string;
  dwc:collector 'Daumerie Roger (M.)'^^xsd:string;
  dwc:yearCollected '1921'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.683333'^^xsd:double;
  dwc:latitude '51.133333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13927'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314875'^^xsd:anyURI;
  dwc:observationDate '1921-05-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2166666667 6.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.2166666667"^^xsd:decimal ;
  dwc:decimalLongitude "6.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2166666667 6.15)"^^geo:wktLiteral ;
  geo-pos:lat "46.2166666667"^^xsd:decimal ;
  geo-pos:long "6.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/34007" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '169B'^^xsd:string;
  dwc:scientificName 'Circaetus gallicus gallicus (Gmelin, 1788)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/34007'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Switzerland'^^xsd:string;
  dwc:longitude '6.15'^^xsd:double;
  dwc:latitude '46.2166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314895'^^xsd:anyURI;
  dwc:observationDate '1887-04-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47 20)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47"^^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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47 20)"^^geo:wktLiteral ;
  geo-pos:lat "47"^^xsd:decimal ;
  geo-pos:long "20"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2190'^^xsd:gYear;
  dwc:scientificName 'Coturnix coturnix coturnix (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1890'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '20'^^xsd:integer;
  dwc:latitude '47'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314907'^^xsd:anyURI;
  dwc:observationDate '1890-05-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314949> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.1666666667 30.6666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.1666666667"^^xsd:decimal ;
  dwc:decimalLongitude "30.6666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.1666666667 30.6666666667)"^^geo:wktLiteral ;
  geo-pos:lat "2.1666666667"^^xsd:decimal ;
  geo-pos:long "30.6666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/21466" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25175'^^xsd:integer;
  dwc:scientificName 'Lophaetus occipitalis (Daudin, 1800)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Vrijdagh J.M.'^^xsd:string;
  dwc:yearIdentified '1954'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/21466'^^xsd:string;
  dwc:yearCollected '1953'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '30.6666666667'^^xsd:double;
  dwc:latitude '2.1666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16422'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314949'^^xsd:anyURI;
  dwc:observationDate '1953-02-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314958> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.83333 4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.83333"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.83333 4)"^^geo:wktLiteral ;
  geo-pos:lat "50.83333"^^xsd:decimal ;
  geo-pos:long "4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9812" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10018d'^^xsd:string;
  dwc:scientificName 'Streptopelia turtur turtur (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'de Selys E.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9812'^^xsd:string;
  dwc:collector 'de Selys E.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1932'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '4'^^xsd:integer;
  dwc:latitude '50.83333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9812'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314958'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314962> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.7 28.266667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.7"^^xsd:decimal ;
  dwc:decimalLongitude "28.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.7 28.266667)"^^geo:wktLiteral ;
  geo-pos:lat "-2.7"^^xsd:decimal ;
  geo-pos:long "28.266667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '62236'^^xsd:integer;
  dwc:scientificName 'Lybius bidentatus aequatorialis (Shelley, 1889)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26098'^^xsd:string;
  dwc:collector 'Prigogine A.'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.266667'^^xsd:double;
  dwc:latitude '-2.7'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26098'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314962'^^xsd:anyURI;
  dwc:observationDate '1952-05-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 25)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11469'^^xsd:integer;
  dwc:scientificName 'Coracias garrulus garrulus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11149'^^xsd:string;
  dwc:collector 'Musée de Dresden'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '25'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11149'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314983'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  geo-pos:lat "0.91667"^^xsd:decimal ;
  geo-pos:long "29.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-01-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24130'^^xsd:integer;
  dwc:scientificName 'Eurystomus glaucurus afer (Latham, 1790)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19064'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Semliki'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314984'^^xsd:anyURI;
  dwc:observationDate '1940-06-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.3 -69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.3"^^xsd:decimal ;
  dwc:decimalLongitude "-69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.3 -69)"^^geo:wktLiteral ;
  geo-pos:lat "-23.3"^^xsd:decimal ;
  geo-pos:long "-69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26139" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '63671'^^xsd:integer;
  dwc:scientificName 'Larus pipixcan Wagler, 1831'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26139'^^xsd:string;
  dwc:collector 'Orellana Thyris'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-69'^^xsd:integer;
  dwc:latitude '-23.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26139'^^xsd:anyURI;
  dwc:aphiaid '159077'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314985'^^xsd:anyURI;
  dwc:observationDate '1980-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '159077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.5166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.5166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.5166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.65"^^xsd:decimal ;
  geo-pos:long "26.5166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19826" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '22892'^^xsd:integer;
  dwc:scientificName 'Francolinus afer cranchii (Leach, 1918)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19826'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.5166666667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314992'^^xsd:anyURI;
  dwc:observationDate '1948-11-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314993> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.5166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.5166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.5166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.65"^^xsd:decimal ;
  geo-pos:long "26.5166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19826" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '22831'^^xsd:integer;
  dwc:scientificName 'Francolinus afer cranchii (Leach, 1918)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19826'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.5166666667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314993'^^xsd:anyURI;
  dwc:observationDate '1948-11-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315005> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4666666667 4.8666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4666666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.8666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4666666667 4.8666666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.4666666667"^^xsd:decimal ;
  geo-pos:long "4.8666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72461'^^xsd:integer;
  dwc:scientificName 'Buteo buteo (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Goset Pascal (M.)'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7255'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.8666666667'^^xsd:double;
  dwc:latitude '50.4666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29884'^^xsd:anyURI;
  dwc:aphiaid '558534'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315005'^^xsd:anyURI;
  dwc:observationDate '2003-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '558534'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4763 4.83656)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4763"^^xsd:decimal ;
  dwc:decimalLongitude "4.83656"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4763 4.83656)"^^geo:wktLiteral ;
  geo-pos:lat "50.4763"^^xsd:decimal ;
  geo-pos:long "4.83656"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/13914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14433'^^xsd:integer;
  dwc:scientificName 'Asio otus otus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/13914'^^xsd:string;
  dwc:collector 'Cajot'^^xsd:string;
  dwc:yearCollected '1871'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.83656'^^xsd:double;
  dwc:latitude '50.4763'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13914'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315028'^^xsd:anyURI;
  dwc:observationDate '1871-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33772 4.62735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.33772"^^xsd:decimal ;
  dwc:decimalLongitude "4.62735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33772 4.62735)"^^geo:wktLiteral ;
  geo-pos:lat "51.33772"^^xsd:decimal ;
  geo-pos:long "4.62735"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2577" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '46012'^^xsd:integer;
  dwc:scientificName 'Gallinula chloropus chloropus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1968'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2577'^^xsd:string;
  dwc:yearCollected '1968'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.62735'^^xsd:double;
  dwc:latitude '51.33772'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23973'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315033'^^xsd:anyURI;
  dwc:observationDate '1968-06-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8833333333 11.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8833333333"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8833333333 11.1)"^^geo:wktLiteral ;
  geo-pos:lat "43.8833333333"^^xsd:decimal ;
  geo-pos:long "11.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/29922" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '17353'^^xsd:integer;
  dwc:scientificName 'Tringa glareola Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/29922'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '11.1'^^xsd:double;
  dwc:latitude '43.8833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11149'^^xsd:anyURI;
  dwc:aphiaid '225916'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315034'^^xsd:anyURI;
  dwc:observationDate '1929-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '225916'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5166666667 6.0666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.5166666667"^^xsd:decimal ;
  dwc:decimalLongitude "6.0666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5166666667 6.0666666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.5166666667"^^xsd:decimal ;
  geo-pos:long "6.0666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1743" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '880C'^^xsd:string;
  dwc:scientificName 'Lagopus lagopus scoticus (Latham, 1787)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1743'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '6.0666666667'^^xsd:double;
  dwc:latitude '50.5166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10515'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315035'^^xsd:anyURI;
  dwc:observationDate '1935-09-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 3.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 3.2)"^^geo:wktLiteral ;
  geo-pos:lat "51.1"^^xsd:decimal ;
  geo-pos:long "3.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/8359" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '19246'^^xsd:integer;
  dwc:scientificName 'Ardea cinerea cinerea Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/8359'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.2'^^xsd:double;
  dwc:latitude '51.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16301'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315047'^^xsd:anyURI;
  dwc:observationDate '1948-10-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4666666667 4.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4666666667"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4666666667 4.8)"^^geo:wktLiteral ;
  geo-pos:lat "50.4666666667"^^xsd:decimal ;
  geo-pos:long "4.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4268" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '22257'^^xsd:integer;
  dwc:scientificName 'Accipiter nisus nisus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1953'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4268'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.8'^^xsd:double;
  dwc:latitude '50.4666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:18278'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315058'^^xsd:anyURI;
  dwc:observationDate '1951-11-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8833333333 5.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8833333333"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8833333333 5.75)"^^geo:wktLiteral ;
  geo-pos:lat "49.8833333333"^^xsd:decimal ;
  geo-pos:long "5.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9210" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72915'^^xsd:integer;
  dwc:scientificName 'Turdus merula Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts - Anspach Marguerite (Mme)'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9210'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.75'^^xsd:double;
  dwc:latitude '49.8833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:30293'^^xsd:anyURI;
  dwc:aphiaid '558602'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315072'^^xsd:anyURI;
  dwc:observationDate '2004-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '558602'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1 128)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1"^^xsd:decimal ;
  dwc:decimalLongitude "128"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1 128)"^^geo:wktLiteral ;
  geo-pos:lat "-1"^^xsd:decimal ;
  geo-pos:long "128"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5027" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1772'^^xsd:gYear;
  dwc:scientificName 'Ptilinopus monacha (Temminck, 1824)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5027'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1883'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '128'^^xsd:integer;
  dwc:latitude '-1'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5027'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315073'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 4.2166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3"^^xsd:decimal ;
  dwc:decimalLongitude "4.2166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 4.2166666667)"^^geo:wktLiteral ;
  geo-pos:lat "51.3"^^xsd:decimal ;
  geo-pos:long "4.2166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/8409" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11161B'^^xsd:string;
  dwc:scientificName 'Calidris alpina alpina (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/8409'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.2166666667'^^xsd:double;
  dwc:latitude '51.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10515'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315077'^^xsd:anyURI;
  dwc:observationDate '1935-01-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2833333333 4.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2833333333"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2833333333 4.45)"^^geo:wktLiteral ;
  geo-pos:lat "51.2833333333"^^xsd:decimal ;
  geo-pos:long "4.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3745" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '19012'^^xsd:integer;
  dwc:scientificName 'Gallinula chloropus chloropus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3745'^^xsd:string;
  dwc:yearCollected '1941'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.45'^^xsd:double;
  dwc:latitude '51.2833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16268'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315082'^^xsd:anyURI;
  dwc:observationDate '1941-10-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2833333333 4.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2833333333"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2833333333 4.45)"^^geo:wktLiteral ;
  geo-pos:lat "51.2833333333"^^xsd:decimal ;
  geo-pos:long "4.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3745" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '19013'^^xsd:integer;
  dwc:scientificName 'Gallinula chloropus chloropus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3745'^^xsd:string;
  dwc:yearCollected '1941'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.45'^^xsd:double;
  dwc:latitude '51.2833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16268'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315083'^^xsd:anyURI;
  dwc:observationDate '1941-10-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25 135)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25"^^xsd:decimal ;
  dwc:decimalLongitude "135"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25 135)"^^geo:wktLiteral ;
  geo-pos:lat "-25"^^xsd:decimal ;
  geo-pos:long "135"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3715" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2552'^^xsd:gYear;
  dwc:scientificName 'Platycercus icterotis (Kuhl, 1820)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3715'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1876'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '135'^^xsd:integer;
  dwc:latitude '-25'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3715'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315096'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.497777 3.608056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.497777"^^xsd:decimal ;
  dwc:decimalLongitude "3.608056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.497777 3.608056)"^^geo:wktLiteral ;
  geo-pos:lat "50.497777"^^xsd:decimal ;
  geo-pos:long "3.608056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26532" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '66365'^^xsd:integer;
  dwc:scientificName 'Cuculus canorus canorus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26532'^^xsd:string;
  dwc:collector 'Simon Paul (M.)'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.608056'^^xsd:double;
  dwc:latitude '50.497777'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26532'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315103'^^xsd:anyURI;
  dwc:observationDate '1948-05-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1e-06 25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1e-06"^^xsd:decimal ;
  dwc:decimalLongitude "25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1e-06 25)"^^geo:wktLiteral ;
  geo-pos:lat "1e-06"^^xsd:decimal ;
  geo-pos:long "25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5928" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9401'^^xsd:integer;
  dwc:scientificName 'Tauraco macrorhynchus verreauxi (Schlegel, 1854)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5928'^^xsd:string;
  dwc:collector 'Otlet'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1892'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '25'^^xsd:integer;
  dwc:latitude '1e-06'^^xsd:string;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5928'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315110'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.36667 103.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.36667"^^xsd:decimal ;
  dwc:decimalLongitude "103.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.36667 103.8)"^^geo:wktLiteral ;
  geo-pos:lat "1.36667"^^xsd:decimal ;
  geo-pos:long "103.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '6456'^^xsd:integer;
  dwc:scientificName 'Meiglyptes tristis grammithorax (Malherbe, 1862)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1847'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '103.8'^^xsd:double;
  dwc:latitude '1.36667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:464'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315122'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.35027 18.47909)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.35027"^^xsd:decimal ;
  dwc:decimalLongitude "18.47909"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.35027 18.47909)"^^geo:wktLiteral ;
  geo-pos:lat "-34.35027"^^xsd:decimal ;
  geo-pos:long "18.47909"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/33552" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3300'^^xsd:integer;
  dwc:scientificName 'Podica senegalensis petersii Hartlaub, 1852'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/33552'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1845'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '18.47909'^^xsd:double;
  dwc:latitude '-34.35027'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315132'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.78257 24.4638)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.78257"^^xsd:decimal ;
  dwc:decimalLongitude "24.4638"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.78257 24.4638)"^^geo:wktLiteral ;
  geo-pos:lat "0.78257"^^xsd:decimal ;
  geo-pos:long "24.4638"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/16424" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '21315'^^xsd:integer;
  dwc:scientificName 'Ceyx pictus pictus (Boddaert, 1783)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/16424'^^xsd:string;
  dwc:collector 'Germain R.'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '24.4638'^^xsd:double;
  dwc:latitude '0.78257'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16424'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315133'^^xsd:anyURI;
  dwc:observationDate '1948-06-25'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315142> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.66696 -110.83517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.66696"^^xsd:decimal ;
  dwc:decimalLongitude "-110.83517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.66696 -110.83517)"^^geo:wktLiteral ;
  geo-pos:lat "58.66696"^^xsd:decimal ;
  geo-pos:long "-110.83517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10536" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5967'^^xsd:integer;
  dwc:scientificName 'Colaptes auratus borealis Ridgway, 1911'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10536'^^xsd:string;
  dwc:collector 'Musée de Dresden'^^xsd:string;
  dwc:yearCollected '1932'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Athabasca River'^^xsd:string;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-110.83517'^^xsd:double;
  dwc:latitude '58.66696'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10536'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315142'^^xsd:anyURI;
  dwc:observationDate '1932-08-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.66696 -110.83517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.66696"^^xsd:decimal ;
  dwc:decimalLongitude "-110.83517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.66696 -110.83517)"^^geo:wktLiteral ;
  geo-pos:lat "58.66696"^^xsd:decimal ;
  geo-pos:long "-110.83517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10536" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5965'^^xsd:integer;
  dwc:scientificName 'Colaptes auratus borealis Ridgway, 1911'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10536'^^xsd:string;
  dwc:collector 'Musée de Dresden'^^xsd:string;
  dwc:yearCollected '1932'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Athabasca River'^^xsd:string;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-110.83517'^^xsd:double;
  dwc:latitude '58.66696'^^xsd:double;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10536'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315143'^^xsd:anyURI;
  dwc:observationDate '1932-08-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1833333333 3.0833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1833333333"^^xsd:decimal ;
  dwc:decimalLongitude "3.0833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1833333333 3.0833333333)"^^geo:wktLiteral ;
  geo-pos:lat "51.1833333333"^^xsd:decimal ;
  geo-pos:long "3.0833333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5778" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '133D'^^xsd:string;
  dwc:scientificName 'Gallinago gallinago gallinago Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5778'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.0833333333'^^xsd:double;
  dwc:latitude '51.1833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10515'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315154'^^xsd:anyURI;
  dwc:observationDate '1935-11-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315165> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.65"^^xsd:decimal ;
  geo-pos:long "26.51667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25300'^^xsd:integer;
  dwc:scientificName 'Tockus alboterminatus geloensis (Neumann, 1905)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.51667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315165'^^xsd:anyURI;
  dwc:observationDate '1948-12-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.65"^^xsd:decimal ;
  geo-pos:long "26.51667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25301'^^xsd:integer;
  dwc:scientificName 'Tockus alboterminatus geloensis (Neumann, 1905)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.51667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315166'^^xsd:anyURI;
  dwc:observationDate '1948-12-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.366667 1.783333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.366667"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.366667 1.783333)"^^geo:wktLiteral ;
  geo-pos:lat "43.366667"^^xsd:decimal ;
  geo-pos:long "1.783333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5023" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '8469'^^xsd:integer;
  dwc:scientificName 'Larus cachinnans michahellis Naumann, 1840'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5023'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1883'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '1.783333'^^xsd:double;
  dwc:latitude '43.366667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5023'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315169'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.366667 1.783333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.366667"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.366667 1.783333)"^^geo:wktLiteral ;
  geo-pos:lat "43.366667"^^xsd:decimal ;
  geo-pos:long "1.783333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5023" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '8469'^^xsd:gYear;
  dwc:scientificName 'Larus cachinnans michahellis Naumann, 1840'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5023'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1883'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '1.783333'^^xsd:double;
  dwc:latitude '43.366667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5023'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315170'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315192> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.32619 -84.41257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.32619"^^xsd:decimal ;
  dwc:decimalLongitude "-84.41257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.32619 -84.41257)"^^geo:wktLiteral ;
  geo-pos:lat "10.32619"^^xsd:decimal ;
  geo-pos:long "-84.41257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26915" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15909'^^xsd:integer;
  dwc:scientificName 'Buteo platypterus (Vieillot, 1923)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26915'^^xsd:string;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Costa Rica'^^xsd:string;
  dwc:longitude '-84.41257'^^xsd:double;
  dwc:latitude '10.32619'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10942'^^xsd:anyURI;
  dwc:aphiaid '159370'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315192'^^xsd:anyURI;
  dwc:observationDate '1934-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '159370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  geo-pos:lat "0.91667"^^xsd:decimal ;
  geo-pos:long "29.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '51952'^^xsd:integer;
  dwc:scientificName 'Merops muelleri muelleri (Cassin, 1857)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1955'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Makayoba'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24194'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315207'^^xsd:anyURI;
  dwc:observationDate '1955-06-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20 47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20"^^xsd:decimal ;
  dwc:decimalLongitude "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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20 47)"^^geo:wktLiteral ;
  geo-pos:lat "-20"^^xsd:decimal ;
  geo-pos:long "47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5022" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2348'^^xsd:integer;
  dwc:scientificName 'Coua coerulea (Linnaeus, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5022'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '47'^^xsd:integer;
  dwc:latitude '-20'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315209'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1833333333 2.8166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1833333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.8166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1833333333 2.8166666667)"^^geo:wktLiteral ;
  geo-pos:lat "51.1833333333"^^xsd:decimal ;
  geo-pos:long "2.8166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/6999" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72536'^^xsd:integer;
  dwc:scientificName 'Melanitta fusca (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Haelters Jan (M.)'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/6999'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.8166666667'^^xsd:double;
  dwc:latitude '51.1833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: pitcher; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29723'^^xsd:anyURI;
  dwc:aphiaid '137072'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315245'^^xsd:anyURI;
  dwc:observationDate '2003-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137072'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.341 3.286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.341"^^xsd:decimal ;
  dwc:decimalLongitude "3.286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.341 3.286)"^^geo:wktLiteral ;
  geo-pos:lat "51.341"^^xsd:decimal ;
  geo-pos:long "3.286"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/873" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-01-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11093B'^^xsd:string;
  dwc:scientificName 'Arenaria interpres interpres Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Anspach Marguerite (Miss)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/873'^^xsd:string;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.286'^^xsd:double;
  dwc:latitude '51.341'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10285'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315253'^^xsd:anyURI;
  dwc:observationDate '1934-05-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20 145)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20"^^xsd:decimal ;
  dwc:decimalLongitude "145"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20 145)"^^geo:wktLiteral ;
  geo-pos:lat "-20"^^xsd:decimal ;
  geo-pos:long "145"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/266" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '8403'^^xsd:integer;
  dwc:scientificName 'Anhinga melanogaster novaehollandiae (Gould, 1847)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/266'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1884'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '145'^^xsd:integer;
  dwc:latitude '-20'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5092'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315268'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.24 28.79722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.24"^^xsd:decimal ;
  dwc:decimalLongitude "28.79722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.24 28.79722)"^^geo:wktLiteral ;
  geo-pos:lat "-2.24"^^xsd:decimal ;
  geo-pos:long "28.79722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/29946" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '57049'^^xsd:integer;
  dwc:scientificName 'Pogoniulus bilineatus mfumbiri (Ogilvie-Grant, 1907)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:yearIdentified '1977'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/29946'^^xsd:string;
  dwc:collector 'Kunkel P.'^^xsd:string;
  dwc:yearCollected '1968'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '28.79722'^^xsd:double;
  dwc:latitude '-2.24'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29946'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315277'^^xsd:anyURI;
  dwc:observationDate '1968-11-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.5666666667 8.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.5666666667"^^xsd:decimal ;
  dwc:decimalLongitude "8.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.5666666667 8.8)"^^geo:wktLiteral ;
  geo-pos:lat "18.5666666667"^^xsd:decimal ;
  geo-pos:long "8.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/30990" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '55898'^^xsd:integer;
  dwc:scientificName 'Neotis nuba (Cretzschmar, 1826)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fairon Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/30990'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'Niger'^^xsd:string;
  dwc:longitude '8.8'^^xsd:double;
  dwc:latitude '18.5666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25352'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315293'^^xsd:anyURI;
  dwc:observationDate '1974-06-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315300> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.46667 25.71667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.46667"^^xsd:decimal ;
  dwc:decimalLongitude "25.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.46667 25.71667)"^^geo:wktLiteral ;
  geo-pos:lat "3.46667"^^xsd:decimal ;
  geo-pos:long "25.71667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15139" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '21472'^^xsd:integer;
  dwc:scientificName 'Tockus camurus (Cassin, 1857)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15139'^^xsd:string;
  dwc:collector 'Vrijdagh J.M.'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '25.71667'^^xsd:double;
  dwc:latitude '3.46667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:15139'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315300'^^xsd:anyURI;
  dwc:observationDate '1940-03-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.216667 4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.216667"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.216667 4.25)"^^geo:wktLiteral ;
  geo-pos:lat "51.216667"^^xsd:decimal ;
  geo-pos:long "4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10821e'^^xsd:string;
  dwc:scientificName 'Coturnix coturnix coturnix (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.), Spas Arm.'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1893'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.25'^^xsd:double;
  dwc:latitude '51.216667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315324'^^xsd:anyURI;
  dwc:observationDate '1893-06-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33962 12.37129)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.33962"^^xsd:decimal ;
  dwc:decimalLongitude "12.37129"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33962 12.37129)"^^geo:wktLiteral ;
  geo-pos:lat "51.33962"^^xsd:decimal ;
  geo-pos:long "12.37129"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11299e'^^xsd:string;
  dwc:scientificName 'Cuculus canorus canorus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11149'^^xsd:string;
  dwc:collector 'Musée de Dresden'^^xsd:string;
  dwc:yearCollected '1921'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '12.37129'^^xsd:double;
  dwc:latitude '51.33962'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11149'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315327'^^xsd:anyURI;
  dwc:observationDate '1921-05-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.1333333333 29.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "29.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.1333333333 29.6)"^^geo:wktLiteral ;
  geo-pos:lat "-0.1333333333"^^xsd:decimal ;
  geo-pos:long "29.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/15405" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '52688'^^xsd:integer;
  dwc:scientificName 'Phalacrocorax carbo lucidus (Lichtenstein, 1823)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/15405'^^xsd:string;
  dwc:yearCollected '1953'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Edouard'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.6'^^xsd:double;
  dwc:latitude '-0.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24194'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315353'^^xsd:anyURI;
  dwc:observationDate '1953-03-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.023056 -84.361389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.023056"^^xsd:decimal ;
  dwc:decimalLongitude "-84.361389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.023056 -84.361389)"^^geo:wktLiteral ;
  geo-pos:lat "34.023056"^^xsd:decimal ;
  geo-pos:long "-84.361389"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '44061'^^xsd:integer;
  dwc:scientificName 'Colaptes auratus auratus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23649'^^xsd:string;
  dwc:collector 'Musée de Chicago'^^xsd:string;
  dwc:yearCollected '1924'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-84.361389'^^xsd:double;
  dwc:latitude '34.023056'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23649'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315380'^^xsd:anyURI;
  dwc:observationDate '1924-06-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9333333333 27.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.9333333333"^^xsd:decimal ;
  dwc:decimalLongitude "27.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9333333333 27.2)"^^geo:wktLiteral ;
  geo-pos:lat "-8.9333333333"^^xsd:decimal ;
  geo-pos:long "27.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23766" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23036'^^xsd:integer;
  dwc:scientificName 'Lissotis melanogaster melanogaster (Rüppell, 1835)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23766'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '27.2'^^xsd:double;
  dwc:latitude '-8.9333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315406'^^xsd:anyURI;
  dwc:observationDate '1948-03-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7467" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '16684'^^xsd:integer;
  dwc:scientificName 'Larus ridibundus ridibundus Linnaeus, 1766'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1946'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7467'^^xsd:string;
  dwc:collector 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:14900'^^xsd:anyURI;
  dwc:aphiaid '437591'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315432'^^xsd:anyURI;
  dwc:observationDate '1946-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '437591'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315460> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3333333333 4.8333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3333333333"^^xsd:decimal ;
  dwc:decimalLongitude "4.8333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3333333333 4.8333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.3333333333"^^xsd:decimal ;
  geo-pos:long "4.8333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1275" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10025'^^xsd:integer;
  dwc:scientificName 'Gallinula chloropus chloropus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1275'^^xsd:string;
  dwc:yearCollected '1932'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.8333333333'^^xsd:double;
  dwc:latitude '50.3333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9727'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315460'^^xsd:anyURI;
  dwc:observationDate '1932-07-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.4666666667 130.8333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.4666666667"^^xsd:decimal ;
  dwc:decimalLongitude "130.8333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.4666666667 130.8333333333)"^^geo:wktLiteral ;
  geo-pos:lat "-12.4666666667"^^xsd:decimal ;
  geo-pos:long "130.8333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/233" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '8238'^^xsd:integer;
  dwc:scientificName 'Dendrocygna eytoni (Eyton, 1838)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/233'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1881'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '130.8333333333'^^xsd:double;
  dwc:latitude '-12.4666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4691'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315488'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315496> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14 139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14"^^xsd:decimal ;
  dwc:decimalLongitude "139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14 139)"^^geo:wktLiteral ;
  geo-pos:lat "-14"^^xsd:decimal ;
  geo-pos:long "139"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5519" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9193'^^xsd:integer;
  dwc:scientificName 'Platycercus venustrus (Kuhl, 1820)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5519'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1887'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Gulf of Carpentaria'^^xsd:string;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '139'^^xsd:integer;
  dwc:latitude '-14'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5519'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315496'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.22571 12.14474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.22571"^^xsd:decimal ;
  dwc:decimalLongitude "12.14474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.22571 12.14474)"^^geo:wktLiteral ;
  geo-pos:lat "-5.22571"^^xsd:decimal ;
  geo-pos:long "12.14474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4692" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2375'^^xsd:gYear;
  dwc:scientificName 'Halcyon albiventris prentissgrayi Bowen, 1930'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4692'^^xsd:string;
  dwc:collector 'Petit P.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1881'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:country 'Angola'^^xsd:string;
  dwc:longitude '12.14474'^^xsd:double;
  dwc:latitude '-5.22571'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4692'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315500'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.22571 12.14474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.22571"^^xsd:decimal ;
  dwc:decimalLongitude "12.14474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.22571 12.14474)"^^geo:wktLiteral ;
  geo-pos:lat "-5.22571"^^xsd:decimal ;
  geo-pos:long "12.14474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/4692" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '2375'^^xsd:integer;
  dwc:scientificName 'Halcyon albiventris prentissgrayi Bowen, 1930'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/4692'^^xsd:string;
  dwc:collector 'Petit P.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1881'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:country 'Angola'^^xsd:string;
  dwc:longitude '12.14474'^^xsd:double;
  dwc:latitude '-5.22571'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4692'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315501'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9166666667 -109.4666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9166666667"^^xsd:decimal ;
  dwc:decimalLongitude "-109.4666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9166666667 -109.4666666667)"^^geo:wktLiteral ;
  geo-pos:lat "49.9166666667"^^xsd:decimal ;
  geo-pos:long "-109.4666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12671" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '44389'^^xsd:integer;
  dwc:scientificName 'Tringa solitaria cinnamomea (Brewster, 1890)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12671'^^xsd:string;
  dwc:yearCollected '1906'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-109.4666666667'^^xsd:double;
  dwc:latitude '49.9166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23649'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315502'^^xsd:anyURI;
  dwc:observationDate '1906-07-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3 5.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3 5.1)"^^geo:wktLiteral ;
  geo-pos:lat "50.3"^^xsd:decimal ;
  geo-pos:long "5.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/2896" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10004F'^^xsd:string;
  dwc:scientificName 'Accipiter gentilis gentilis (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/2896'^^xsd:string;
  dwc:yearCollected '1932'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.1'^^xsd:double;
  dwc:latitude '50.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9732'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315504'^^xsd:anyURI;
  dwc:observationDate '1932-01-31'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.9833333333 12.2833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.9833333333"^^xsd:decimal ;
  dwc:decimalLongitude "12.2833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.9833333333 12.2833333333)"^^geo:wktLiteral ;
  geo-pos:lat "65.9833333333"^^xsd:decimal ;
  geo-pos:long "12.2833333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/31101" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4259'^^xsd:integer;
  dwc:scientificName 'Puffinus puffinus puffinus (Brünnich, 1764)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/31101'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1933'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Norway'^^xsd:string;
  dwc:longitude '12.2833333333'^^xsd:double;
  dwc:latitude '65.9833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceRemarks 'Subspecies probably not valid.'^^xsd:string;
  dwc:aphiaid '1052154'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315508'^^xsd:anyURI;
  dwc:aphiaIdAccepted '137203'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315511> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33 146)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33"^^xsd:decimal ;
  dwc:decimalLongitude "146"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33 146)"^^geo:wktLiteral ;
  geo-pos:lat "-33"^^xsd:decimal ;
  geo-pos:long "146"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3453'^^xsd:integer;
  dwc:scientificName 'Geophaps scripta (Temminck, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1944'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '146'^^xsd:integer;
  dwc:latitude '-33'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315511'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.43 -111.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.43"^^xsd:decimal ;
  dwc:decimalLongitude "-111.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.43 -111.5)"^^geo:wktLiteral ;
  geo-pos:lat "54.43"^^xsd:decimal ;
  geo-pos:long "-111.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/23649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '44272'^^xsd:integer;
  dwc:scientificName 'Larus delawarensis Ord, 1815'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Chicago Field Museum of Natural History'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/23649'^^xsd:string;
  dwc:collector 'Chicago Field Museum of Natural History'^^xsd:string;
  dwc:yearCollected '1916'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Beaver Lake'^^xsd:string;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-111.5'^^xsd:double;
  dwc:latitude '54.43'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23649'^^xsd:anyURI;
  dwc:aphiaid '148797'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315518'^^xsd:anyURI;
  dwc:observationDate '1916-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '148797'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9333333333 4.3333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9333333333"^^xsd:decimal ;
  dwc:decimalLongitude "4.3333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9333333333 4.3333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.9333333333"^^xsd:decimal ;
  geo-pos:long "4.3333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/6875" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '19799'^^xsd:integer;
  dwc:scientificName 'Gallinula chloropus chloropus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/6875'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.3333333333'^^xsd:double;
  dwc:latitude '50.9333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17098'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315548'^^xsd:anyURI;
  dwc:observationDate '1950-04-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.33333 29.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.33333"^^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 "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.33333 29.75)"^^geo:wktLiteral ;
  geo-pos:lat "0.33333"^^xsd:decimal ;
  geo-pos:long "29.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '24479'^^xsd:integer;
  dwc:scientificName 'Merops persicus persicus Pallas, 1773'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19064'^^xsd:string;
  dwc:collector 'de Wilde J.'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.75'^^xsd:double;
  dwc:latitude '0.33333'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19064'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315574'^^xsd:anyURI;
  dwc:observationDate '1947-01-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10 -55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10"^^xsd:decimal ;
  dwc:decimalLongitude "-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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10 -55)"^^geo:wktLiteral ;
  geo-pos:lat "-10"^^xsd:decimal ;
  geo-pos:long "-55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1488'^^xsd:integer;
  dwc:scientificName 'Triclaria malachitacea (Spix, 1824)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Berlioz Jacques (M.)'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-55'^^xsd:integer;
  dwc:latitude '-10'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315614'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2666666667 29.2333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.2666666667"^^xsd:decimal ;
  dwc:decimalLongitude "29.2333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2666666667 29.2333333333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.2666666667"^^xsd:decimal ;
  geo-pos:long "29.2333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12508" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '59377'^^xsd:integer;
  dwc:scientificName 'Vanellus lugubris (Lesson, 1826)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12508'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'Burundi'^^xsd:string;
  dwc:longitude '29.2333333333'^^xsd:double;
  dwc:latitude '-3.2666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25843'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315621'^^xsd:anyURI;
  dwc:observationDate '1978-05-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2666666667 29.2333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.2666666667"^^xsd:decimal ;
  dwc:decimalLongitude "29.2333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2666666667 29.2333333333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.2666666667"^^xsd:decimal ;
  geo-pos:long "29.2333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12508" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '59379'^^xsd:integer;
  dwc:scientificName 'Vanellus lugubris (Lesson, 1826)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12508'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'Burundi'^^xsd:string;
  dwc:longitude '29.2333333333'^^xsd:double;
  dwc:latitude '-3.2666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25843'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315622'^^xsd:anyURI;
  dwc:observationDate '1978-05-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2666666667 29.2333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.2666666667"^^xsd:decimal ;
  dwc:decimalLongitude "29.2333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2666666667 29.2333333333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.2666666667"^^xsd:decimal ;
  geo-pos:long "29.2333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12508" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '59376'^^xsd:integer;
  dwc:scientificName 'Vanellus lugubris (Lesson, 1826)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12508'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'Burundi'^^xsd:string;
  dwc:longitude '29.2333333333'^^xsd:double;
  dwc:latitude '-3.2666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25843'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315623'^^xsd:anyURI;
  dwc:observationDate '1978-05-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2666666667 29.2333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.2666666667"^^xsd:decimal ;
  dwc:decimalLongitude "29.2333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.2666666667 29.2333333333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.2666666667"^^xsd:decimal ;
  geo-pos:long "29.2333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12508" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '59378'^^xsd:integer;
  dwc:scientificName 'Vanellus lugubris (Lesson, 1826)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Prigogine A.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12508'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'Burundi'^^xsd:string;
  dwc:longitude '29.2333333333'^^xsd:double;
  dwc:latitude '-3.2666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25843'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315624'^^xsd:anyURI;
  dwc:observationDate '1978-05-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6333333333 5.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.6333333333"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6333333333 5.8)"^^geo:wktLiteral ;
  geo-pos:lat "50.6333333333"^^xsd:decimal ;
  geo-pos:long "5.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5320" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '72873'^^xsd:integer;
  dwc:scientificName 'Fringilla montifringilla Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Defourny Hugues (M.)'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5320'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.8'^^xsd:double;
  dwc:latitude '50.6333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:30145'^^xsd:anyURI;
  dwc:aphiaid '558559'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315655'^^xsd:anyURI;
  dwc:observationDate '2003-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '558559'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.6833333333 29.1333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.6833333333"^^xsd:decimal ;
  dwc:decimalLongitude "29.1333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.6833333333 29.1333333333)"^^geo:wktLiteral ;
  geo-pos:lat "3.6833333333"^^xsd:decimal ;
  geo-pos:long "29.1333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/16003" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '22977'^^xsd:integer;
  dwc:scientificName 'Sarothrura pulchra centralis Neumann, 1908'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1947'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/16003'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.1333333333'^^xsd:double;
  dwc:latitude '3.6833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19059'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315691'^^xsd:anyURI;
  dwc:observationDate '1946-02-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26 93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26"^^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 "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26 93)"^^geo:wktLiteral ;
  geo-pos:lat "26"^^xsd:decimal ;
  geo-pos:long "93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '7185'^^xsd:gYear;
  dwc:scientificName 'Treron sphenura sphenura (Vigors, 1832)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1890'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '93'^^xsd:integer;
  dwc:latitude '26'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315694'^^xsd:anyURI;
  dwc:observationDate '1890-05-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18 178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18"^^xsd:decimal ;
  dwc:decimalLongitude "178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18 178)"^^geo:wktLiteral ;
  geo-pos:lat "-18"^^xsd:decimal ;
  geo-pos:long "178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/5373" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '8597'^^xsd:integer;
  dwc:scientificName 'Aerodramus francicus (Gmelin, 1789)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/5373'^^xsd:string;
  dwc:collector 'von Hügel  (Baron)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1875'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Fiji'^^xsd:string;
  dwc:longitude '178'^^xsd:integer;
  dwc:latitude '-18'^^xsd:integer;
  dwc:coordinatePrecision '200000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5373'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315698'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1666666667 2.7666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1666666667"^^xsd:decimal ;
  dwc:decimalLongitude "2.7666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1666666667 2.7666666667)"^^geo:wktLiteral ;
  geo-pos:lat "51.1666666667"^^xsd:decimal ;
  geo-pos:long "2.7666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10128" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-02-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1441'^^xsd:gYear;
  dwc:scientificName 'Podiceps cristatus cristatus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10128'^^xsd:string;
  dwc:yearCollected '1912'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.7666666667'^^xsd:double;
  dwc:latitude '51.1666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8383'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315705'^^xsd:anyURI;
  dwc:observationDate '1912-03-31'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7406" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9764'^^xsd:gYear;
  dwc:scientificName 'Tringa totanus totanus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond'^^xsd:string;
  dwc:yearIdentified '1943'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7406'^^xsd:string;
  dwc:collector 'Legrand 1 (Dr.)'^^xsd:string;
  dwc:yearCollected '1924'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8799'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315758'^^xsd:anyURI;
  dwc:observationDate '1924-05-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.25 -76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.25"^^xsd:decimal ;
  dwc:decimalLongitude "-76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.25 -76)"^^geo:wktLiteral ;
  geo-pos:lat "24.25"^^xsd:decimal ;
  geo-pos:long "-76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/37158" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '44331'^^xsd:integer;
  dwc:scientificName 'Puffinus lherminieri lherminieri Lesson, 1839'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/37158'^^xsd:string;
  dwc:yearCollected '1879'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'Bahamas'^^xsd:string;
  dwc:longitude '-76'^^xsd:integer;
  dwc:latitude '24.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23649'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315772'^^xsd:anyURI;
  dwc:observationDate '1879-06-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3333333333 8.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.3333333333"^^xsd:decimal ;
  dwc:decimalLongitude "8.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3333333333 8.4)"^^geo:wktLiteral ;
  geo-pos:lat "34.3333333333"^^xsd:decimal ;
  geo-pos:long "8.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/34401" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '35582'^^xsd:integer;
  dwc:scientificName 'Falco tinnunculus tinnunculus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/34401'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'Tunisia'^^xsd:string;
  dwc:longitude '8.4'^^xsd:double;
  dwc:latitude '34.3333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12153'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315786'^^xsd:anyURI;
  dwc:observationDate '1938-06-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7166666667 -4.4166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7166666667"^^xsd:decimal ;
  dwc:decimalLongitude "-4.4166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7166666667 -4.4166666667)"^^geo:wktLiteral ;
  geo-pos:lat "36.7166666667"^^xsd:decimal ;
  geo-pos:long "-4.4166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/33739" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '653F'^^xsd:string;
  dwc:scientificName 'Burhinus oedicnemus oedicnemus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/33739'^^xsd:string;
  dwc:yearCollected '1888'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Spain'^^xsd:string;
  dwc:longitude '-4.4166666667'^^xsd:double;
  dwc:latitude '36.7166666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315810'^^xsd:anyURI;
  dwc:observationDate '1888-05-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.55 -57.18333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.55"^^xsd:decimal ;
  dwc:decimalLongitude "-57.18333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.55 -57.18333)"^^geo:wktLiteral ;
  geo-pos:lat "-25.55"^^xsd:decimal ;
  geo-pos:long "-57.18333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26801" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-03-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '68111'^^xsd:integer;
  dwc:scientificName 'Stigmatura budytoides inzonata Wetmore & Peters, 1923'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26801'^^xsd:string;
  dwc:collector 'Fonds Léopold III'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Paraguay'^^xsd:string;
  dwc:longitude '-57.18333'^^xsd:double;
  dwc:latitude '-25.55'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26801'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315825'^^xsd:anyURI;
  dwc:observationDate '1984-06-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315828> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.5 14.6833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.5"^^xsd:decimal ;
  dwc:decimalLongitude "14.6833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.5 14.6833333333)"^^geo:wktLiteral ;
  geo-pos:lat "13.5"^^xsd:decimal ;
  geo-pos:long "14.6833333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12703" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '39832'^^xsd:integer;
  dwc:scientificName 'Tringa glareola Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1957'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12703'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'Chad'^^xsd:string;
  dwc:longitude '14.6833333333'^^xsd:double;
  dwc:latitude '13.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19862'^^xsd:anyURI;
  dwc:aphiaid '225916'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315828'^^xsd:anyURI;
  dwc:observationDate '1954-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '225916'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.82902 -53.31785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.82902"^^xsd:decimal ;
  dwc:decimalLongitude "-53.31785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.82902 -53.31785)"^^geo:wktLiteral ;
  geo-pos:lat "-22.82902"^^xsd:decimal ;
  geo-pos:long "-53.31785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/1198" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4714'^^xsd:integer;
  dwc:scientificName 'Otus atricapillus (Temminck, 1822)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/1198'^^xsd:string;
  dwc:collector 'Verreaux'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1850'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Brazil'^^xsd:string;
  dwc:longitude '-53.31785'^^xsd:double;
  dwc:latitude '-22.82902'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:1198'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315838'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.783333 -72.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.783333"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.783333 -72.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-37.783333"^^xsd:decimal ;
  geo-pos:long "-72.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26894" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '68424'^^xsd:integer;
  dwc:scientificName 'Aphrastura spinicauda spinicauda (Gmelin, 1789)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26894'^^xsd:string;
  dwc:collector 'Fonds Léopold III'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-72.983333'^^xsd:double;
  dwc:latitude '-37.783333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26894'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315840'^^xsd:anyURI;
  dwc:observationDate '1985-01-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.233333 12.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.233333"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.233333 12.3)"^^geo:wktLiteral ;
  geo-pos:lat "51.233333"^^xsd:decimal ;
  geo-pos:long "12.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/11149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11384'^^xsd:integer;
  dwc:scientificName 'Dendrocopos medius medius (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/11149'^^xsd:string;
  dwc:collector 'Musée de Dresden'^^xsd:string;
  dwc:yearCollected '1921'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '12.3'^^xsd:double;
  dwc:latitude '51.233333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11149'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315841'^^xsd:anyURI;
  dwc:observationDate '1921-12-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.65 4.5666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.65"^^xsd:decimal ;
  dwc:decimalLongitude "4.5666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.65 4.5666666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.65"^^xsd:decimal ;
  geo-pos:long "4.5666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3094" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14641'^^xsd:integer;
  dwc:scientificName 'Accipiter nisus nisus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3094'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.5666666667'^^xsd:double;
  dwc:latitude '50.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12852'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315856'^^xsd:anyURI;
  dwc:observationDate '1940-01-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.65 4.5666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.65"^^xsd:decimal ;
  dwc:decimalLongitude "4.5666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.65 4.5666666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.65"^^xsd:decimal ;
  geo-pos:long "4.5666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3094" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '14640'^^xsd:integer;
  dwc:scientificName 'Accipiter nisus nisus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3094'^^xsd:string;
  dwc:yearCollected '1940'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.5666666667'^^xsd:double;
  dwc:latitude '50.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12852'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315857'^^xsd:anyURI;
  dwc:observationDate '1940-01-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.1333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/7467" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '22310'^^xsd:integer;
  dwc:scientificName 'Melanitta nigra nigra (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/7467'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.1333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:14900'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315862'^^xsd:anyURI;
  dwc:observationDate '1946-01-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.8 -58.9833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.8"^^xsd:decimal ;
  dwc:decimalLongitude "-58.9833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.8 -58.9833333333)"^^geo:wktLiteral ;
  geo-pos:lat "-51.8"^^xsd:decimal ;
  geo-pos:long "-58.9833333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/27450" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '56257'^^xsd:integer;
  dwc:scientificName 'Garrodia nereis (Gould, 1841)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/27450'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'Falkland Islands (Malvinas)'^^xsd:string;
  dwc:longitude '-58.9833333333'^^xsd:double;
  dwc:latitude '-51.8'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25509'^^xsd:anyURI;
  dwc:aphiaid '293022'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315878'^^xsd:anyURI;
  dwc:observationDate '1975-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '293022'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315894> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12 -42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12"^^xsd:decimal ;
  dwc:decimalLongitude "-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 "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12 -42)"^^geo:wktLiteral ;
  geo-pos:lat "-12"^^xsd:decimal ;
  geo-pos:long "-42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3770" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '1785'^^xsd:gYear;
  dwc:scientificName 'Machaeropterus regulus regulus (Hahn, 1819)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3770'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1876'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:country 'Brazil'^^xsd:string;
  dwc:longitude '-42'^^xsd:integer;
  dwc:latitude '-12'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:3770'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315894'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.51 13.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.51"^^xsd:decimal ;
  dwc:decimalLongitude "13.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.51 13.03)"^^geo:wktLiteral ;
  geo-pos:lat "-5.51"^^xsd:decimal ;
  geo-pos:long "13.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/6422" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '11672'^^xsd:integer;
  dwc:scientificName 'Halcyon senegalensis fuscopilea Reichenow, 1906'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1941'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/6422'^^xsd:string;
  dwc:collector 'Taquin'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1897'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '13.03'^^xsd:double;
  dwc:latitude '-5.51'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:6422'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315908'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.36611 -71.93139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.36611"^^xsd:decimal ;
  dwc:decimalLongitude "-71.93139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.36611 -71.93139)"^^geo:wktLiteral ;
  geo-pos:lat "-39.36611"^^xsd:decimal ;
  geo-pos:long "-71.93139"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26894" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-21'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '68495'^^xsd:integer;
  dwc:scientificName 'Muscisaxicola maclovianus mentalis d\'Orbigny & Lafresnaye, 1837'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26894'^^xsd:string;
  dwc:collector 'Fonds Léopold III'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-71.93139'^^xsd:double;
  dwc:latitude '-39.36611'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26894'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315920'^^xsd:anyURI;
  dwc:observationDate '1985-01-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8 38)"^^geo:wktLiteral ;
  geo-pos:lat "8"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/9270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '3339'^^xsd:integer;
  dwc:scientificName 'Glaucidium perlatum (Vieillot, 1817)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/9270'^^xsd:string;
  dwc:collector 'Musée de Bruxelles'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1841'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '8'^^xsd:integer;
  dwc:coordinatePrecision '1'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9270'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315989'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315996> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.4333333333 -71.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.4333333333"^^xsd:decimal ;
  dwc:decimalLongitude "-71.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.4333333333 -71.25)"^^geo:wktLiteral ;
  geo-pos:lat "-29.4333333333"^^xsd:decimal ;
  geo-pos:long "-71.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/26594" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '58371'^^xsd:integer;
  dwc:scientificName 'Milvago chimango chimango (Vieillot, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/26594'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-71.25'^^xsd:double;
  dwc:latitude '-29.4333333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25855'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315996'^^xsd:anyURI;
  dwc:observationDate '1976-10-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315997> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0666666667 5.5666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0666666667"^^xsd:decimal ;
  dwc:decimalLongitude "5.5666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0666666667 5.5666666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.0666666667"^^xsd:decimal ;
  geo-pos:long "5.5666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/8350" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10066'^^xsd:integer;
  dwc:scientificName 'Buteo buteo buteo (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/8350'^^xsd:string;
  dwc:yearCollected '1924'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.5666666667'^^xsd:double;
  dwc:latitude '50.0666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8796'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315997'^^xsd:anyURI;
  dwc:observationDate '1924-01-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0666666667 5.5666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0666666667"^^xsd:decimal ;
  dwc:decimalLongitude "5.5666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0666666667 5.5666666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.0666666667"^^xsd:decimal ;
  geo-pos:long "5.5666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/8350" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '9811'^^xsd:gYear;
  dwc:scientificName 'Buteo buteo buteo (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Dupond Charles Désiré (M.)'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/8350'^^xsd:string;
  dwc:yearCollected '1924'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '5.5666666667'^^xsd:double;
  dwc:latitude '50.0666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8796'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315998'^^xsd:anyURI;
  dwc:observationDate '1924-01-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.91667"^^xsd:decimal ;
  dwc:decimalLongitude "29.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.91667 29.16667)"^^geo:wktLiteral ;
  geo-pos:lat "0.91667"^^xsd:decimal ;
  geo-pos:long "29.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/316007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '51624'^^xsd:integer;
  dwc:scientificName 'Gymnobucco bonapartei cinereiceps Sharpe, 1891'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24194'^^xsd:string;
  dwc:collector 'de Witte Gaston François (M.)'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Byangolo'^^xsd:string;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.16667'^^xsd:double;
  dwc:latitude '0.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24194'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/316007'^^xsd:anyURI;
  dwc:observationDate '1952-12-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.3666666667 9.7166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.3666666667"^^xsd:decimal ;
  dwc:decimalLongitude "9.7166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.3666666667 9.7166666667)"^^geo:wktLiteral ;
  geo-pos:lat "52.3666666667"^^xsd:decimal ;
  geo-pos:long "9.7166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/316025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/28383" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '5572'^^xsd:gYear;
  dwc:scientificName 'Gallinago gallinago gallinago Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts Stéphane (M.)'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/28383'^^xsd:string;
  dwc:yearCollected '1890'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '9.7166666667'^^xsd:double;
  dwc:latitude '52.3666666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/316025'^^xsd:anyURI;
  dwc:observationDate '1890-05-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.32 8.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.32"^^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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.32 8.3)"^^geo:wktLiteral ;
  geo-pos:lat "54.32"^^xsd:decimal ;
  geo-pos:long "8.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/316058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/10072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-01-02'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '931F'^^xsd:string;
  dwc:scientificName 'Thalasseus sandvicensis sandvicensis Latham, 1787'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/10072'^^xsd:string;
  dwc:collector 'Spas Arm.'^^xsd:string;
  dwc:yearCollected '1891'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '8.3'^^xsd:double;
  dwc:latitude '54.32'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/316058'^^xsd:anyURI;
  dwc:observationDate '1891-06-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316059> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.19559 29.48093)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.19559"^^xsd:decimal ;
  dwc:decimalLongitude "29.48093"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.19559 29.48093)"^^geo:wktLiteral ;
  geo-pos:lat "4.19559"^^xsd:decimal ;
  geo-pos:long "29.48093"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/316059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/24167" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-01-02'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '46919'^^xsd:integer;
  dwc:scientificName 'Streptopelia vinacea (Gmelin, 1789)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1954'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/24167'^^xsd:string;
  dwc:collector 'De Saeger Henri (M.)'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '29.48093'^^xsd:double;
  dwc:latitude '4.19559'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24167'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/316059'^^xsd:anyURI;
  dwc:observationDate '1950-02-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316113> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.35027 18.47909)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.35027"^^xsd:decimal ;
  dwc:decimalLongitude "18.47909"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.35027 18.47909)"^^geo:wktLiteral ;
  geo-pos:lat "-34.35027"^^xsd:decimal ;
  geo-pos:long "18.47909"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/316113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/33552" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-01-02'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '4634'^^xsd:integer;
  dwc:scientificName 'Micronisus gabar niger (Vieillot, 1823)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/33552'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1850'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '18.47909'^^xsd:double;
  dwc:latitude '-34.35027'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:1193'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/316113'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316161> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.65"^^xsd:decimal ;
  geo-pos:long "26.51667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/316161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-01-02'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23389'^^xsd:integer;
  dwc:scientificName 'Streptopelia semitorquata semitorquata (Rüppell, 1837)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.51667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/316161'^^xsd:anyURI;
  dwc:observationDate '1949-01-31'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.21667 20.86667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.21667"^^xsd:decimal ;
  dwc:decimalLongitude "20.86667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.21667 20.86667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.21667"^^xsd:decimal ;
  geo-pos:long "20.86667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/316198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/18757" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-01-02'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25102'^^xsd:integer;
  dwc:scientificName 'Tauraco schuetti schuetti (Cabanis, 1879)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Vrijdagh J.M.'^^xsd:string;
  dwc:yearIdentified '1954'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/18757'^^xsd:string;
  dwc:collector 'Herroelen P. (M.)'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '20.86667'^^xsd:double;
  dwc:latitude '-0.21667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:18757'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/316198'^^xsd:anyURI;
  dwc:observationDate '1951-06-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.0833333333 -2.6333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.0833333333"^^xsd:decimal ;
  dwc:decimalLongitude "-2.6333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.0833333333 -2.6333333333)"^^geo:wktLiteral ;
  geo-pos:lat "56.0833333333"^^xsd:decimal ;
  geo-pos:long "-2.6333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/316267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/34949" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-01-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '45554'^^xsd:integer;
  dwc:scientificName 'Sula bassana (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Ghilain Pierre (M.)'^^xsd:string;
  dwc:yearIdentified '1964'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/34949'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-2.6333333333'^^xsd:double;
  dwc:latitude '56.0833333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23064'^^xsd:anyURI;
  dwc:aphiaid '137180'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/316267'^^xsd:anyURI;
  dwc:observationDate '1950-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '148776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7 4.0333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.7"^^xsd:decimal ;
  dwc:decimalLongitude "4.0333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7 4.0333333333)"^^geo:wktLiteral ;
  geo-pos:lat "50.7"^^xsd:decimal ;
  geo-pos:long "4.0333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/316271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/3783" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-01-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '45388'^^xsd:integer;
  dwc:scientificName 'Phasianus colchicus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Asperslag L. (M.)'^^xsd:string;
  dwc:yearIdentified '1966'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/3783'^^xsd:string;
  dwc:yearCollected '1956'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.0333333333'^^xsd:double;
  dwc:latitude '50.7'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23658'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/316271'^^xsd:anyURI;
  dwc:observationDate '1956-04-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 88.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.75"^^xsd:decimal ;
  dwc:decimalLongitude "88.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 88.5)"^^geo:wktLiteral ;
  geo-pos:lat "27.75"^^xsd:decimal ;
  geo-pos:long "88.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/316274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/29547" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-01-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '10933D'^^xsd:string;
  dwc:scientificName 'Amaurornis akool akool (Sykes, 1832)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Orts M.'^^xsd:string;
  dwc:yearIdentified '1956'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/29547'^^xsd:string;
  dwc:yearCollected '1889'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '88.5'^^xsd:double;
  dwc:latitude '27.75'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10072'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/316274'^^xsd:anyURI;
  dwc:observationDate '1889-06-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 -113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "-113"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 -113)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "-113"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/316301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/12649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '15690'^^xsd:integer;
  dwc:scientificName 'Aythya affinis (Eyton, 1838)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/12649'^^xsd:string;
  dwc:yearCollected '1932'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-113'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10536'^^xsd:anyURI;
  dwc:aphiaid '159161'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/316301'^^xsd:anyURI;
  dwc:observationDate '1932-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '159161'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.09468 4.45276)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.09468"^^xsd:decimal ;
  dwc:decimalLongitude "4.45276"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.09468 4.45276)"^^geo:wktLiteral ;
  geo-pos:lat "50.09468"^^xsd:decimal ;
  geo-pos:long "4.45276"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/316302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/29946" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '61446'^^xsd:integer;
  dwc:scientificName 'Tyto alba alba (Scopoli, 1769)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/29946'^^xsd:string;
  dwc:collector 'Dethier Michel'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.45276'^^xsd:double;
  dwc:latitude '50.09468'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:29946'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/316302'^^xsd:anyURI;
  dwc:observationDate '1979-01-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.48833 30.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.48833"^^xsd:decimal ;
  dwc:decimalLongitude "30.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/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.48833 30.46)"^^geo:wktLiteral ;
  geo-pos:lat "-1.48833"^^xsd:decimal ;
  geo-pos:long "30.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/316342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19060" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-01-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '23434'^^xsd:integer;
  dwc:scientificName 'Treron calva gibberifrons (Madarasz, 1915)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19060'^^xsd:string;
  dwc:collector 'Institut des Parcs nationaux du Congo belge'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:country 'Rwanda'^^xsd:string;
  dwc:longitude '30.46'^^xsd:double;
  dwc:latitude '-1.48833'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19060'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/316342'^^xsd:anyURI;
  dwc:observationDate '1946-12-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.65"^^xsd:decimal ;
  dwc:decimalLongitude "26.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.65 26.51667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.65"^^xsd:decimal ;
  geo-pos:long "26.51667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/316373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-01-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '25916'^^xsd:integer;
  dwc:scientificName 'Lybius torquatus zombae (Shelley, 1893)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'VERTEBRATES/19062'^^xsd:string;
  dwc:collector 'Mission G.F. de Witte'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '26.51667'^^xsd:double;
  dwc:latitude '-8.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plateau-caisse; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:19062'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/316373'^^xsd:anyURI;
  dwc:observationDate '1948-12-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.83619 14.59761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.83619"^^xsd:decimal ;
  dwc:decimalLongitude "14.59761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.83619 14.59761)"^^geo:wktLiteral ;
  geo-pos:lat "12.83619"^^xsd:decimal ;
  geo-pos:long "14.59761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5979__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/316375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5979_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "VERTEBRATES/19862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-01-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:ave'^^xsd:anyURI;
  dwc:catalogNumber '39884'^^xsd:integer;
  dwc:scientificName 'Ceryle rudis rudis (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Verheyen R. (M.)'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:i