@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/event/5043_Bahuluang%20Island_4>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "Bahuluang Island_4" ;
  .
<https://eurobis.org/id/event/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "Maisel Islands (Lucipara Islands)_1" ;
  .
<https://eurobis.org/id/event/5043_Sumba%20Island_2>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "Sumba Island_2" ;
  .
<https://eurobis.org/id/event/5043_Sumbawa%20Island_3>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "Sumbawa Island_3" ;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_1'^^xsd:string;
  dwc:scientificName 'Acanthostylotella cornuta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '168006'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_1'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '168006'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_2'^^xsd:string;
  dwc:scientificName 'Aka mucosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '166919'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_2'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_3'^^xsd:string;
  dwc:scientificName 'Aka'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.1'^^xsd:string;
  dwc:aphiaid '131850'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_3'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178375'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_4>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_4'^^xsd:string;
  dwc:scientificName 'Amorphinopsis excavans'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '178562'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_4'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_5> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_5>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_5'^^xsd:string;
  dwc:scientificName 'Amphimedon'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '166654'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_5'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '166654'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_6>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_6'^^xsd:string;
  dwc:scientificName 'Axinyssa aplysinoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '165740'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_6'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '165740'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_7>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_7'^^xsd:string;
  dwc:scientificName 'Axinyssa variabilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '240642'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_7'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '240642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_8> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_8>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_8'^^xsd:string;
  dwc:scientificName 'Callyspongia monilata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '166127'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_8'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '166189'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_9>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_9'^^xsd:string;
  dwc:scientificName 'Chondrilla australiensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '170360'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_9'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '170360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_10> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_10>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_10'^^xsd:string;
  dwc:scientificName 'Ciocalypta heterostyla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '178387'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_10'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178387'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_11>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_11'^^xsd:string;
  dwc:scientificName 'Clathria eccentrica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '404587'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_11'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '167599'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_12>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_12'^^xsd:string;
  dwc:scientificName 'Clathria reinwardtii'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '190616'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_12'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '167774'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_13>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_13'^^xsd:string;
  dwc:scientificName 'Cliona  viridis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '134146'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_13'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '134146'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_14> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_14>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_14'^^xsd:string;
  dwc:scientificName 'Cliona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.1'^^xsd:string;
  dwc:aphiaid '132026'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_14'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '132026'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_15> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_15>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_15'^^xsd:string;
  dwc:scientificName 'Cliona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.2'^^xsd:string;
  dwc:aphiaid '132026'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_15'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '132026'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_16> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_16>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_16'^^xsd:string;
  dwc:scientificName 'Coelocarteria singaporense'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '168440'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_16'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '168440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_17>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_17'^^xsd:string;
  dwc:scientificName 'Cynachyra australiensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '607720'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_17'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '171296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_18> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_18>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_18'^^xsd:string;
  dwc:scientificName 'Dactylospongia elegans'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '165312'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_18'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '165312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_19> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_19> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_19>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_19'^^xsd:string;
  dwc:scientificName 'Dendroxea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.1'^^xsd:string;
  dwc:aphiaid '131833'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_19'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '131833'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_20> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_20> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_20>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_20'^^xsd:string;
  dwc:scientificName 'Druinella purpurea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '814727'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_20'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '169702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_21> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_21>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_21'^^xsd:string;
  dwc:scientificName 'Dysidea arenaria'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '164922'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_21'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '164922'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_22> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_22>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_22'^^xsd:string;
  dwc:scientificName 'Dysidea granulosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '164946'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_22'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '164946'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_23> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_23>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_23'^^xsd:string;
  dwc:scientificName 'Dysidea herbacea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '220470'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_23'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '164988'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_24> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_24>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_24'^^xsd:string;
  dwc:scientificName 'Ecionemia acervus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '169801'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_24'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '169801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_25> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_25>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_25'^^xsd:string;
  dwc:scientificName 'Erylus lendenfeldi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '170078'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_25'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '170078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_26> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_26>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_26'^^xsd:string;
  dwc:scientificName 'Gelliodes pumila'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '166738'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_26'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '166738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_27> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_27> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_27>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_27'^^xsd:string;
  dwc:scientificName 'Haliclona cymaeformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '166343'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_27'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '166343'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_28> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_28>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_28'^^xsd:string;
  dwc:scientificName 'Haliclona hamata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '1036219'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_28'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '1036219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_29> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_29> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_29>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_29'^^xsd:string;
  dwc:scientificName 'Haliclona pigmentifera'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '166430'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_29'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '166430'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_30> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_30> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_30>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_30'^^xsd:string;
  dwc:scientificName 'Haliclona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.1'^^xsd:string;
  dwc:aphiaid '131834'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_30'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '131834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_31>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_31> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_31> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_31>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_31>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_31" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_31'^^xsd:string;
  dwc:scientificName 'Haliclona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.2'^^xsd:string;
  dwc:aphiaid '131834'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_31'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '131834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_32> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_32> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_32>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_32" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_32'^^xsd:string;
  dwc:scientificName 'Haliclona violacea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '166574'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_32'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '1424384'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_33>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_33> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_33> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_33>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_33>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_33" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_33'^^xsd:string;
  dwc:scientificName 'Hyrtios erectus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '165350'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_33'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '165350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_34>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_34> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_34> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_34>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_34>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_34" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_34'^^xsd:string;
  dwc:scientificName 'Iotrochota baculifera'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '169378'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_34'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '169378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_35>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_35> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_35> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_35>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_35>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_35" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_35'^^xsd:string;
  dwc:scientificName 'Ircinia ramosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '165043'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_35'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '165043'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_36>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_36> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_36> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_36>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_36>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_36" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_36'^^xsd:string;
  dwc:scientificName 'Leucetta microraphis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '164758'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_36'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '164758'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_37>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_37> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_37> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_37>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_37>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_37" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_37'^^xsd:string;
  dwc:scientificName 'Liosina paradoxa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '165680'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_37'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '165680'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_38>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_38> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_38> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_38>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_38>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_38" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_38'^^xsd:string;
  dwc:scientificName 'Mycale gelatinosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '168631'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_38'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '168631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_39>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_39> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_39> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_39>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_39>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_39" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_39'^^xsd:string;
  dwc:scientificName 'Mycale lissochela'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '192546'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_39'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '168586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_40>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_40> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_40> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_40>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_40>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_40" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_40'^^xsd:string;
  dwc:scientificName 'Mycale obscura'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '168671'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_40'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '168671'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_41>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_41> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_41> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_41>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_41>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_41" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_41'^^xsd:string;
  dwc:scientificName 'Myrmekioderma granulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '234232'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_41'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '166018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_42>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_42> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_42> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_42>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_42>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_42" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_42'^^xsd:string;
  dwc:scientificName 'Oceanapia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.1'^^xsd:string;
  dwc:aphiaid '131852'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_42'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '131852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_43>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_43> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_43> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_43>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_43>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_43" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_43'^^xsd:string;
  dwc:scientificName 'Phyllospongia foliascens'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '234373'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_43'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '234373'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_44>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_44> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_44> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_44>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_44>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_44" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_44'^^xsd:string;
  dwc:scientificName 'Phyllospongia papyracea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '165287'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_44'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '165287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_45>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_45> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_45> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_45>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_45>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_45" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_45'^^xsd:string;
  dwc:scientificName 'Pleraplysilla australis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '164993'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_45'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '164993'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_46>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_46> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_46> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_46>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_46>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_46" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_46'^^xsd:string;
  dwc:scientificName 'Pseudaxinella massa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:occurrenceId 'Sumbawa Island_3_46'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_47>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_47> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_47> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_47>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_47>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_47" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_47'^^xsd:string;
  dwc:scientificName 'Rhabderemia conulosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:occurrenceId 'Sumbawa Island_3_47'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_48>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_48> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_48> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_48>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_48>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_48" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_48'^^xsd:string;
  dwc:scientificName 'Rhaphidophlus fasciculata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:occurrenceId 'Sumbawa Island_3_48'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_49>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_49> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_49> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_49>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_49>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_49" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_49'^^xsd:string;
  dwc:scientificName 'Rhaphidophlus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.1'^^xsd:string;
  dwc:aphiaid '131877'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_49'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '167703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_50>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_50> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_50> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_50>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_50>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_50" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_50'^^xsd:string;
  dwc:scientificName 'Rhaphidophlus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.2'^^xsd:string;
  dwc:aphiaid '131877'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_50'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '167703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_51>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_51> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_51> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_51>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_51>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_51" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_51'^^xsd:string;
  dwc:scientificName 'Smenospongia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '165384'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_51'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '165384'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_52>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_52> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_52> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_52>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_52>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_52" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_52'^^xsd:string;
  dwc:scientificName 'Spirastrella solida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '193518'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_52'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '170558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_53>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_53> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_53> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_53>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_53>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_53" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_53'^^xsd:string;
  dwc:scientificName 'Spirastrella vagabunda'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '193521'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_53'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '170563'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_54>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_54> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_54> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_54>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_54>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_54" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_54'^^xsd:string;
  dwc:scientificName 'Spongia irregularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '132399'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_54'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '165192'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_55>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_55> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_55> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_55>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_55>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_55" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_55'^^xsd:string;
  dwc:scientificName 'Stelletta clavosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '169915'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_55'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '169915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_56>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_56> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_56> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_56>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_56>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_56" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_56'^^xsd:string;
  dwc:scientificName 'Tedania maeandrica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '194309'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_56'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '169570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_57>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_57> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_57> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_57>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_57>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_57" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_57'^^xsd:string;
  dwc:scientificName 'Terpios  fugax'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '134307'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_57'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '134307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_58>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_58> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_58> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_58>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_58>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_58" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_58'^^xsd:string;
  dwc:scientificName 'Tethya robusta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '170988'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_58'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '170988'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_59>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_59> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_59> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_59>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_59>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_59" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_59'^^xsd:string;
  dwc:scientificName 'Timea granulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '171022'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_59'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '171022'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_60>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_60> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_60> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_60>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_60>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_60" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_60'^^xsd:string;
  dwc:scientificName 'Xestospongia exigua'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '221086'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_60'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '292996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_61>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_61> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_61> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3416666666667"^^xsd:decimal ;
  dwc:decimalLongitude "118.26166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_61>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3416666666667 118.26166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3416666666667"^^xsd:decimal ;
  geo-pos:long "118.26166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumbawa%20Island_3_Sumbawa%20Island_3_61>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumbawa Island_3_61" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumbawa Island_3_61'^^xsd:string;
  dwc:scientificName 'Xestospongia  carbonaria'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '118.26166666667'^^xsd:double;
  dwc:latitude '-8.3416666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667, 118.26166666667 -8.3416666666667))'^^xsd:string;
  dwc:aphiaid '234022'^^xsd:integer;
  dwc:occurrenceId 'Sumbawa Island_3_61'^^xsd:string;
  dwc:observationDate '1984-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '166799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_1'^^xsd:string;
  dwc:scientificName 'Acanthostylotella cornuta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '168006'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_1'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '168006'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_2'^^xsd:string;
  dwc:scientificName 'Aka mucosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '166919'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_2'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '178376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_3'^^xsd:string;
  dwc:scientificName 'Aka'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.1'^^xsd:string;
  dwc:aphiaid '131850'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_3'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '178375'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_4>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_4'^^xsd:string;
  dwc:scientificName 'Amorphinopsis excavans'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '178562'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_4'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '178562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_5> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_5>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_5'^^xsd:string;
  dwc:scientificName 'Amphimedon'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '166654'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_5'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '166654'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_6>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_6'^^xsd:string;
  dwc:scientificName 'Axinyssa aplysinoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '165740'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_6'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '165740'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_7>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_7'^^xsd:string;
  dwc:scientificName 'Axinyssa variabilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '240642'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_7'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '240642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_8> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_8>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_8'^^xsd:string;
  dwc:scientificName 'Callyspongia monilata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '166127'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_8'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '166189'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_9>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_9'^^xsd:string;
  dwc:scientificName 'Chondrilla australiensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '170360'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_9'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '170360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_10> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_10>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_10'^^xsd:string;
  dwc:scientificName 'Ciocalypta heterostyla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '178387'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_10'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '178387'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_11>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_11'^^xsd:string;
  dwc:scientificName 'Clathria eccentrica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '404587'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_11'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '167599'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_12>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_12'^^xsd:string;
  dwc:scientificName 'Clathria reinwardtii'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '190616'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_12'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '167774'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_13>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_13'^^xsd:string;
  dwc:scientificName 'Cliona  viridis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '134146'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_13'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '134146'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_14> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_14>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_14'^^xsd:string;
  dwc:scientificName 'Cliona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.1'^^xsd:string;
  dwc:aphiaid '132026'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_14'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '132026'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_15> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_15>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_15'^^xsd:string;
  dwc:scientificName 'Cliona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.2'^^xsd:string;
  dwc:aphiaid '132026'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_15'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '132026'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_16> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_16>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_16'^^xsd:string;
  dwc:scientificName 'Coelocarteria singaporense'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '168440'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_16'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '168440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_17>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_17'^^xsd:string;
  dwc:scientificName 'Cynachyra australiensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '607720'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_17'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '171296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_18> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_18>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_18'^^xsd:string;
  dwc:scientificName 'Dactylospongia elegans'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '165312'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_18'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '165312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_19> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_19> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_19>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_19'^^xsd:string;
  dwc:scientificName 'Dendroxea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.1'^^xsd:string;
  dwc:aphiaid '131833'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_19'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '131833'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_20> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_20> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_20>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_20'^^xsd:string;
  dwc:scientificName 'Druinella purpurea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '814727'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_20'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '169702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_21> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_21>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_21'^^xsd:string;
  dwc:scientificName 'Dysidea arenaria'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '164922'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_21'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '164922'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_22> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_22>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_22'^^xsd:string;
  dwc:scientificName 'Dysidea granulosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '164946'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_22'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '164946'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_23> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_23>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_23'^^xsd:string;
  dwc:scientificName 'Dysidea herbacea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '220470'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_23'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '164988'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_24> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_24>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_24'^^xsd:string;
  dwc:scientificName 'Ecionemia acervus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '169801'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_24'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '169801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_25> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_25>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_25'^^xsd:string;
  dwc:scientificName 'Erylus lendenfeldi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '170078'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_25'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '170078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_26> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_26>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_26'^^xsd:string;
  dwc:scientificName 'Gelliodes pumila'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '166738'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_26'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '166738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_27> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_27> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_27>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_27'^^xsd:string;
  dwc:scientificName 'Haliclona cymaeformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '166343'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_27'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '166343'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_28> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_28>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_28'^^xsd:string;
  dwc:scientificName 'Haliclona hamata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '1036219'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_28'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '1036219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_29> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_29> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_29>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_29'^^xsd:string;
  dwc:scientificName 'Haliclona pigmentifera'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '166430'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_29'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '166430'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_30> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_30> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_30>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_30'^^xsd:string;
  dwc:scientificName 'Haliclona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.1'^^xsd:string;
  dwc:aphiaid '131834'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_30'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '131834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_31>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_31> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_31> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_31>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_31>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_31" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_31'^^xsd:string;
  dwc:scientificName 'Haliclona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.2'^^xsd:string;
  dwc:aphiaid '131834'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_31'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '131834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_32> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_32> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_32>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_32" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_32'^^xsd:string;
  dwc:scientificName 'Haliclona violacea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '166574'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_32'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '1424384'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_33>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_33> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_33> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_33>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_33>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_33" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_33'^^xsd:string;
  dwc:scientificName 'Hyrtios erectus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '165350'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_33'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '165350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_34>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_34> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_34> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_34>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_34>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_34" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_34'^^xsd:string;
  dwc:scientificName 'Iotrochota baculifera'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '169378'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_34'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '169378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_35>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_35> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_35> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_35>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_35>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_35" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_35'^^xsd:string;
  dwc:scientificName 'Ircinia ramosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '165043'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_35'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '165043'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_36>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_36> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_36> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_36>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_36>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_36" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_36'^^xsd:string;
  dwc:scientificName 'Leucetta microraphis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '164758'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_36'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '164758'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_37>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_37> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_37> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_37>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_37>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_37" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_37'^^xsd:string;
  dwc:scientificName 'Liosina paradoxa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '165680'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_37'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '165680'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_38>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_38> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_38> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_38>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_38>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_38" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_38'^^xsd:string;
  dwc:scientificName 'Mycale gelatinosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '168631'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_38'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '168631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_39>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_39> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_39> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_39>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_39>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_39" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_39'^^xsd:string;
  dwc:scientificName 'Mycale lissochela'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '192546'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_39'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '168586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_40>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_40> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_40> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_40>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_40>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_40" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_40'^^xsd:string;
  dwc:scientificName 'Mycale obscura'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '168671'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_40'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '168671'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_41>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_41> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_41> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_41>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_41>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_41" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_41'^^xsd:string;
  dwc:scientificName 'Myrmekioderma granulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '234232'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_41'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '166018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_42>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_42> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_42> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_42>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_42>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_42" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_42'^^xsd:string;
  dwc:scientificName 'Oceanapia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.1'^^xsd:string;
  dwc:aphiaid '131852'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_42'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '131852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_43>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_43> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_43> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_43>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_43>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_43" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_43'^^xsd:string;
  dwc:scientificName 'Phyllospongia foliascens'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '234373'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_43'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '234373'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_44>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_44> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_44> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_44>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_44>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_44" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_44'^^xsd:string;
  dwc:scientificName 'Phyllospongia papyracea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '165287'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_44'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '165287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_45>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_45> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_45> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_45>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_45>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_45" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_45'^^xsd:string;
  dwc:scientificName 'Pleraplysilla australis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '164993'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_45'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '164993'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_46>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_46> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_46> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_46>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_46>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_46" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_46'^^xsd:string;
  dwc:scientificName 'Pseudaxinella massa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:occurrenceId 'Bahuluang Island_4_46'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_47>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_47> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_47> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_47>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_47>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_47" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_47'^^xsd:string;
  dwc:scientificName 'Rhabderemia conulosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:occurrenceId 'Bahuluang Island_4_47'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_48>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_48> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_48> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_48>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_48>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_48" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_48'^^xsd:string;
  dwc:scientificName 'Rhaphidophlus fasciculata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:occurrenceId 'Bahuluang Island_4_48'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_49>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_49> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_49> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_49>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_49>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_49" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_49'^^xsd:string;
  dwc:scientificName 'Rhaphidophlus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.1'^^xsd:string;
  dwc:aphiaid '131877'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_49'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '167703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_50>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_50> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_50> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_50>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_50>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_50" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_50'^^xsd:string;
  dwc:scientificName 'Rhaphidophlus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.2'^^xsd:string;
  dwc:aphiaid '131877'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_50'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '167703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_51>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_51> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_51> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_51>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_51>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_51" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_51'^^xsd:string;
  dwc:scientificName 'Smenospongia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '165384'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_51'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '165384'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_52>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_52> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_52> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_52>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_52>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_52" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_52'^^xsd:string;
  dwc:scientificName 'Spirastrella solida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '193518'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_52'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '170558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_53>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_53> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_53> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_53>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_53>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_53" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_53'^^xsd:string;
  dwc:scientificName 'Spirastrella vagabunda'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '193521'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_53'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '170563'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_54>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_54> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_54> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_54>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_54>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_54" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_54'^^xsd:string;
  dwc:scientificName 'Spongia irregularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '132399'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_54'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '165192'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_55>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_55> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_55> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_55>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_55>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_55" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_55'^^xsd:string;
  dwc:scientificName 'Stelletta clavosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '169915'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_55'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '169915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_56>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_56> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_56> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_56>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_56>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_56" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_56'^^xsd:string;
  dwc:scientificName 'Tedania maeandrica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '194309'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_56'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '169570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_57>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_57> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_57> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_57>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_57>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_57" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_57'^^xsd:string;
  dwc:scientificName 'Terpios  fugax'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '134307'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_57'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '134307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_58>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_58> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_58> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_58>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_58>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_58" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_58'^^xsd:string;
  dwc:scientificName 'Tethya robusta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '170988'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_58'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '170988'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_59>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_59> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_59> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_59>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_59>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_59" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_59'^^xsd:string;
  dwc:scientificName 'Timea granulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '171022'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_59'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '171022'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_60>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_60> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_60> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_60>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_60>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_60" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_60'^^xsd:string;
  dwc:scientificName 'Xestospongia exigua'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '221086'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_60'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '292996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_61>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_61> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_61> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "120.44166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_61>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4666666666667 120.44166666667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4666666666667"^^xsd:decimal ;
  geo-pos:long "120.44166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Bahuluang%20Island_4_Bahuluang%20Island_4_61>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Bahuluang Island_4_61" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Bahuluang Island_4_61'^^xsd:string;
  dwc:scientificName 'Xestospongia  carbonaria'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '120.44166666667'^^xsd:double;
  dwc:latitude '-6.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667, 120.44166666667 -6.4666666666667))'^^xsd:string;
  dwc:aphiaid '234022'^^xsd:integer;
  dwc:occurrenceId 'Bahuluang Island_4_61'^^xsd:string;
  dwc:observationDate '1984-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '166799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_1'^^xsd:string;
  dwc:scientificName 'Acanthostylotella cornuta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '168006'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_1'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '168006'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_2'^^xsd:string;
  dwc:scientificName 'Aka mucosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '166919'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_2'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '178376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_3'^^xsd:string;
  dwc:scientificName 'Aka'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.1'^^xsd:string;
  dwc:aphiaid '131850'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_3'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '178375'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_4>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_4'^^xsd:string;
  dwc:scientificName 'Amorphinopsis excavans'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '178562'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_4'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '178562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_5> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_5>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_5'^^xsd:string;
  dwc:scientificName 'Amphimedon'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '166654'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_5'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '166654'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_6>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_6'^^xsd:string;
  dwc:scientificName 'Axinyssa aplysinoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '165740'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_6'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '165740'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_7>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_7'^^xsd:string;
  dwc:scientificName 'Axinyssa variabilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '240642'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_7'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '240642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_8> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_8>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_8'^^xsd:string;
  dwc:scientificName 'Callyspongia monilata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '166127'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_8'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '166189'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_9>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_9'^^xsd:string;
  dwc:scientificName 'Chondrilla australiensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '170360'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_9'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '170360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_10> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_10>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_10'^^xsd:string;
  dwc:scientificName 'Ciocalypta heterostyla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '178387'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_10'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '178387'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_11>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_11'^^xsd:string;
  dwc:scientificName 'Clathria eccentrica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '404587'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_11'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '167599'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_12>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_12'^^xsd:string;
  dwc:scientificName 'Clathria reinwardtii'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '190616'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_12'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '167774'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_13>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_13'^^xsd:string;
  dwc:scientificName 'Cliona  viridis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '134146'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_13'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '134146'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_14> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_14>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_14'^^xsd:string;
  dwc:scientificName 'Cliona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.1'^^xsd:string;
  dwc:aphiaid '132026'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_14'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '132026'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_15> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_15>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_15'^^xsd:string;
  dwc:scientificName 'Cliona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.2'^^xsd:string;
  dwc:aphiaid '132026'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_15'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '132026'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_16> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_16>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_16'^^xsd:string;
  dwc:scientificName 'Coelocarteria singaporense'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '168440'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_16'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '168440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_17>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_17'^^xsd:string;
  dwc:scientificName 'Cynachyra australiensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '607720'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_17'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '171296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_18> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_18>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_18'^^xsd:string;
  dwc:scientificName 'Dactylospongia elegans'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '165312'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_18'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '165312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_19> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_19> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_19>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_19'^^xsd:string;
  dwc:scientificName 'Dendroxea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.1'^^xsd:string;
  dwc:aphiaid '131833'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_19'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '131833'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_20> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_20> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_20>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_20'^^xsd:string;
  dwc:scientificName 'Druinella purpurea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '814727'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_20'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '169702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_21> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_21>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_21'^^xsd:string;
  dwc:scientificName 'Dysidea arenaria'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '164922'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_21'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '164922'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_22> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_22>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_22'^^xsd:string;
  dwc:scientificName 'Dysidea granulosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '164946'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_22'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '164946'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_23> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_23>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_23'^^xsd:string;
  dwc:scientificName 'Dysidea herbacea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '220470'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_23'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '164988'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_24> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_24>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_24'^^xsd:string;
  dwc:scientificName 'Ecionemia acervus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '169801'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_24'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '169801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_25> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_25>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_25'^^xsd:string;
  dwc:scientificName 'Erylus lendenfeldi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '170078'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_25'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '170078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_26> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_26>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_26'^^xsd:string;
  dwc:scientificName 'Gelliodes pumila'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '166738'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_26'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '166738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_27> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_27> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_27>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_27'^^xsd:string;
  dwc:scientificName 'Haliclona cymaeformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '166343'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_27'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '166343'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_28> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_28>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_28'^^xsd:string;
  dwc:scientificName 'Haliclona hamata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '1036219'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_28'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '1036219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_29> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_29> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_29>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_29'^^xsd:string;
  dwc:scientificName 'Haliclona pigmentifera'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '166430'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_29'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '166430'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_30> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_30> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_30>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_30'^^xsd:string;
  dwc:scientificName 'Haliclona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.1'^^xsd:string;
  dwc:aphiaid '131834'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_30'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '131834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_31>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_31> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_31> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_31>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_31>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_31" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_31'^^xsd:string;
  dwc:scientificName 'Haliclona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.2'^^xsd:string;
  dwc:aphiaid '131834'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_31'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '131834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_32> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_32> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_32>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_32" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_32'^^xsd:string;
  dwc:scientificName 'Haliclona violacea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '166574'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_32'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '1424384'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_33>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_33> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_33> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_33>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_33>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_33" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_33'^^xsd:string;
  dwc:scientificName 'Hyrtios erectus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '165350'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_33'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '165350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_34>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_34> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_34> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_34>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_34>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_34" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_34'^^xsd:string;
  dwc:scientificName 'Iotrochota baculifera'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '169378'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_34'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '169378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_35>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_35> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_35> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_35>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_35>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_35" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_35'^^xsd:string;
  dwc:scientificName 'Ircinia ramosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '165043'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_35'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '165043'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_36>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_36> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_36> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_36>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_36>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_36" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_36'^^xsd:string;
  dwc:scientificName 'Leucetta microraphis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '164758'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_36'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '164758'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_37>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_37> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_37> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_37>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_37>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_37" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_37'^^xsd:string;
  dwc:scientificName 'Liosina paradoxa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '165680'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_37'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '165680'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_38>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_38> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_38> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_38>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_38>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_38" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_38'^^xsd:string;
  dwc:scientificName 'Mycale gelatinosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '168631'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_38'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '168631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_39>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_39> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_39> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_39>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_39>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_39" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_39'^^xsd:string;
  dwc:scientificName 'Mycale lissochela'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '192546'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_39'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '168586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_40>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_40> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_40> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_40>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_40>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_40" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_40'^^xsd:string;
  dwc:scientificName 'Mycale obscura'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '168671'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_40'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '168671'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_41>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_41> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_41> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_41>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_41>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_41" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_41'^^xsd:string;
  dwc:scientificName 'Myrmekioderma granulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '234232'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_41'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '166018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_42>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_42> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_42> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_42>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_42>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_42" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_42'^^xsd:string;
  dwc:scientificName 'Oceanapia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.1'^^xsd:string;
  dwc:aphiaid '131852'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_42'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '131852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_43>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_43> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_43> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_43>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_43>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_43" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_43'^^xsd:string;
  dwc:scientificName 'Phyllospongia foliascens'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '234373'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_43'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '234373'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_44>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_44> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_44> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_44>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_44>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_44" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_44'^^xsd:string;
  dwc:scientificName 'Phyllospongia papyracea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '165287'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_44'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '165287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_45>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_45> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_45> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_45>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_45>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_45" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_45'^^xsd:string;
  dwc:scientificName 'Pleraplysilla australis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '164993'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_45'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '164993'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_46>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_46> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_46> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_46>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_46>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_46" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_46'^^xsd:string;
  dwc:scientificName 'Pseudaxinella massa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:occurrenceId 'Sumba Island_2_46'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_47>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_47> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_47> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_47>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_47>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_47" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_47'^^xsd:string;
  dwc:scientificName 'Rhabderemia conulosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:occurrenceId 'Sumba Island_2_47'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_48>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_48> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_48> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_48>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_48>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_48" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_48'^^xsd:string;
  dwc:scientificName 'Rhaphidophlus fasciculata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:occurrenceId 'Sumba Island_2_48'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_49>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_49> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_49> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_49>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_49>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_49" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_49'^^xsd:string;
  dwc:scientificName 'Rhaphidophlus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.1'^^xsd:string;
  dwc:aphiaid '131877'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_49'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '167703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_50>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_50> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_50> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_50>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_50>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_50" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_50'^^xsd:string;
  dwc:scientificName 'Rhaphidophlus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.2'^^xsd:string;
  dwc:aphiaid '131877'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_50'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '167703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_51>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_51> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_51> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_51>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_51>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_51" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_51'^^xsd:string;
  dwc:scientificName 'Smenospongia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '165384'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_51'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '165384'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_52>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_52> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_52> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_52>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_52>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_52" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_52'^^xsd:string;
  dwc:scientificName 'Spirastrella solida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '193518'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_52'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '170558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_53>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_53> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_53> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_53>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_53>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_53" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_53'^^xsd:string;
  dwc:scientificName 'Spirastrella vagabunda'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '193521'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_53'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '170563'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_54>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_54> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_54> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_54>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_54>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_54" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_54'^^xsd:string;
  dwc:scientificName 'Spongia irregularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '132399'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_54'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '165192'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_55>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_55> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_55> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_55>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_55>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_55" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_55'^^xsd:string;
  dwc:scientificName 'Stelletta clavosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '169915'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_55'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '169915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_56>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_56> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_56> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_56>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_56>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_56" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_56'^^xsd:string;
  dwc:scientificName 'Tedania maeandrica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '194309'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_56'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '169570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_57>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_57> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_57> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_57>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_57>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_57" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_57'^^xsd:string;
  dwc:scientificName 'Terpios  fugax'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '134307'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_57'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '134307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_58>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_58> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_58> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_58>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_58>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_58" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_58'^^xsd:string;
  dwc:scientificName 'Tethya robusta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '170988'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_58'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '170988'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_59>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_59> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_59> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_59>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_59>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_59" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_59'^^xsd:string;
  dwc:scientificName 'Timea granulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '171022'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_59'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '171022'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_60>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_60> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_60> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_60>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_60>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_60" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_60'^^xsd:string;
  dwc:scientificName 'Xestospongia exigua'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '221086'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_60'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '292996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Sumba%20Island_2_Sumba%20Island_2_61>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_61> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_61> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Sumba%20Island_2_Sumba%20Island_2_61>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.9 120.7)"^^geo:wktLiteral ;
  geo-pos:lat "-9.9"^^xsd:decimal ;
  geo-pos:long "120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Sumba%20Island_2_Sumba%20Island_2_61>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Sumba Island_2_61" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Sumba Island_2_61'^^xsd:string;
  dwc:scientificName 'Xestospongia  carbonaria'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '120.7'^^xsd:double;
  dwc:latitude '-9.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9, 120.7 -9.9))'^^xsd:string;
  dwc:aphiaid '234022'^^xsd:integer;
  dwc:occurrenceId 'Sumba Island_2_61'^^xsd:string;
  dwc:observationDate '1984-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '166799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_1'^^xsd:string;
  dwc:scientificName 'Acanthostylotella cornuta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '168006'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_1'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '168006'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_2'^^xsd:string;
  dwc:scientificName 'Aka mucosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '166919'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_2'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '178376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_3'^^xsd:string;
  dwc:scientificName 'Aka'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.1'^^xsd:string;
  dwc:aphiaid '131850'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_3'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '178375'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_4>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_4'^^xsd:string;
  dwc:scientificName 'Amorphinopsis excavans'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '178562'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_4'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '178562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_5> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_5>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_5'^^xsd:string;
  dwc:scientificName 'Amphimedon'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '166654'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_5'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '166654'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_6>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_6'^^xsd:string;
  dwc:scientificName 'Axinyssa aplysinoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '165740'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_6'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '165740'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_7>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_7'^^xsd:string;
  dwc:scientificName 'Axinyssa variabilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '240642'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_7'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '240642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_8> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_8>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_8'^^xsd:string;
  dwc:scientificName 'Callyspongia monilata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '166127'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_8'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '166189'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_9>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_9'^^xsd:string;
  dwc:scientificName 'Chondrilla australiensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '170360'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_9'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '170360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_10> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_10>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_10'^^xsd:string;
  dwc:scientificName 'Ciocalypta heterostyla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '178387'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_10'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '178387'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_11>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_11'^^xsd:string;
  dwc:scientificName 'Clathria eccentrica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '404587'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_11'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '167599'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_12>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_12'^^xsd:string;
  dwc:scientificName 'Clathria reinwardtii'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '190616'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_12'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '167774'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_13>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_13'^^xsd:string;
  dwc:scientificName 'Cliona  viridis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '134146'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_13'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '134146'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_14> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_14>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_14'^^xsd:string;
  dwc:scientificName 'Cliona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.1'^^xsd:string;
  dwc:aphiaid '132026'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_14'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '132026'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_15> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_15>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_15'^^xsd:string;
  dwc:scientificName 'Cliona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.2'^^xsd:string;
  dwc:aphiaid '132026'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_15'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '132026'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_16> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_16>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_16'^^xsd:string;
  dwc:scientificName 'Coelocarteria singaporense'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '168440'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_16'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '168440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_17>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_17'^^xsd:string;
  dwc:scientificName 'Cynachyra australiensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '607720'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_17'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '171296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_18> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_18>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_18'^^xsd:string;
  dwc:scientificName 'Dactylospongia elegans'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '165312'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_18'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '165312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_19> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_19> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_19>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_19'^^xsd:string;
  dwc:scientificName 'Dendroxea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.1'^^xsd:string;
  dwc:aphiaid '131833'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_19'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '131833'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_20> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_20> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_20>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_20'^^xsd:string;
  dwc:scientificName 'Druinella purpurea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '814727'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_20'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '169702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_21> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_21>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_21'^^xsd:string;
  dwc:scientificName 'Dysidea arenaria'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '164922'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_21'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '164922'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_22> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_22>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_22'^^xsd:string;
  dwc:scientificName 'Dysidea granulosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '164946'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_22'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '164946'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_23> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_23>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_23'^^xsd:string;
  dwc:scientificName 'Dysidea herbacea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '220470'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_23'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '164988'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_24> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_24>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_24'^^xsd:string;
  dwc:scientificName 'Ecionemia acervus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '169801'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_24'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '169801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_25> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_25>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_25'^^xsd:string;
  dwc:scientificName 'Erylus lendenfeldi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '170078'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_25'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '170078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_26> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_26>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_26'^^xsd:string;
  dwc:scientificName 'Gelliodes pumila'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '166738'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_26'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '166738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_27> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_27> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_27>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_27'^^xsd:string;
  dwc:scientificName 'Haliclona cymaeformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '166343'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_27'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '166343'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_28> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_28>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_28'^^xsd:string;
  dwc:scientificName 'Haliclona hamata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '1036219'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_28'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '1036219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_29> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_29> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_29>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_29'^^xsd:string;
  dwc:scientificName 'Haliclona pigmentifera'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '166430'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_29'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '166430'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_30> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_30> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_30>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_30'^^xsd:string;
  dwc:scientificName 'Haliclona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.1'^^xsd:string;
  dwc:aphiaid '131834'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_30'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '131834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_31>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_31> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_31> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_31>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_31>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_31" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_31'^^xsd:string;
  dwc:scientificName 'Haliclona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.2'^^xsd:string;
  dwc:aphiaid '131834'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_31'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '131834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_32> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_32> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_32>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_32" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_32'^^xsd:string;
  dwc:scientificName 'Haliclona violacea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '166574'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_32'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '1424384'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_33>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_33> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_33> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_33>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_33>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_33" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_33'^^xsd:string;
  dwc:scientificName 'Hyrtios erectus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '165350'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_33'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '165350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_34>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_34> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_34> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_34>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_34>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_34" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_34'^^xsd:string;
  dwc:scientificName 'Iotrochota baculifera'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '169378'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_34'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '169378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_35>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_35> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_35> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_35>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_35>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_35" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_35'^^xsd:string;
  dwc:scientificName 'Ircinia ramosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '165043'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_35'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '165043'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_36>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_36> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_36> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_36>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_36>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_36" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_36'^^xsd:string;
  dwc:scientificName 'Leucetta microraphis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '164758'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_36'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '164758'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_37>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_37> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_37> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_37>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_37>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_37" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_37'^^xsd:string;
  dwc:scientificName 'Liosina paradoxa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '165680'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_37'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '165680'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_38>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_38> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_38> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_38>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_38>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_38" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_38'^^xsd:string;
  dwc:scientificName 'Mycale gelatinosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '168631'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_38'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '168631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_39>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_39> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_39> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_39>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_39>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_39" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_39'^^xsd:string;
  dwc:scientificName 'Mycale lissochela'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '192546'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_39'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '168586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_40>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_40> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_40> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_40>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_40>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_40" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_40'^^xsd:string;
  dwc:scientificName 'Mycale obscura'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '168671'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_40'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '168671'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_41>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_41> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_41> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_41>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_41>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_41" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_41'^^xsd:string;
  dwc:scientificName 'Myrmekioderma granulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '234232'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_41'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '166018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_42>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_42> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_42> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_42>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_42>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_42" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_42'^^xsd:string;
  dwc:scientificName 'Oceanapia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.1'^^xsd:string;
  dwc:aphiaid '131852'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_42'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '131852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_43>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_43> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_43> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_43>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_43>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_43" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_43'^^xsd:string;
  dwc:scientificName 'Phyllospongia foliascens'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '234373'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_43'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '234373'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_44>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_44> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_44> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_44>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_44>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_44" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_44'^^xsd:string;
  dwc:scientificName 'Phyllospongia papyracea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '165287'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_44'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '165287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_45>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_45> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_45> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_45>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_45>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_45" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_45'^^xsd:string;
  dwc:scientificName 'Pleraplysilla australis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '164993'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_45'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '164993'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_46>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_46> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_46> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_46>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_46>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_46" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_46'^^xsd:string;
  dwc:scientificName 'Pseudaxinella massa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_46'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_47>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_47> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_47> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_47>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_47>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_47" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_47'^^xsd:string;
  dwc:scientificName 'Rhabderemia conulosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_47'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_48>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_48> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_48> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_48>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_48>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_48" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_48'^^xsd:string;
  dwc:scientificName 'Rhaphidophlus fasciculata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_48'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_49>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_49> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_49> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_49>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_49>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_49" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_49'^^xsd:string;
  dwc:scientificName 'Rhaphidophlus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.1'^^xsd:string;
  dwc:aphiaid '131877'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_49'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '167703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_50>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_50> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_50> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_50>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_50>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_50" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_50'^^xsd:string;
  dwc:scientificName 'Rhaphidophlus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:occurrenceRemarks 'sp.2'^^xsd:string;
  dwc:aphiaid '131877'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_50'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '167703'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_51>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_51> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_51> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_51>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_51>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_51" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_51'^^xsd:string;
  dwc:scientificName 'Smenospongia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '165384'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_51'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '165384'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_52>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_52> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_52> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_52>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_52>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_52" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_52'^^xsd:string;
  dwc:scientificName 'Spirastrella solida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '193518'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_52'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '170558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_53>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_53> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_53> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_53>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_53>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_53" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_53'^^xsd:string;
  dwc:scientificName 'Spirastrella vagabunda'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '193521'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_53'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '170563'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_54>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_54> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_54> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_54>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_54>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_54" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_54'^^xsd:string;
  dwc:scientificName 'Spongia irregularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '132399'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_54'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '165192'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_55>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_55> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_55> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_55>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_55>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_55" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_55'^^xsd:string;
  dwc:scientificName 'Stelletta clavosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '169915'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_55'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '169915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_56>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_56> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_56> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_56>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_56>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_56" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_56'^^xsd:string;
  dwc:scientificName 'Tedania maeandrica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '194309'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_56'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '169570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_57>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_57> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_57> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_57>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_57>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_57" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_57'^^xsd:string;
  dwc:scientificName 'Terpios  fugax'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '134307'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_57'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '134307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_58>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_58> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_58> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_58>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_58>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_58" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_58'^^xsd:string;
  dwc:scientificName 'Tethya robusta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '170988'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_58'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '170988'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_59>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_59> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_59> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_59>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_59>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_59" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_59'^^xsd:string;
  dwc:scientificName 'Timea granulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '171022'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_59'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '171022'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_60>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_60> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_60> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_60>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_60>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_60" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_60'^^xsd:string;
  dwc:scientificName 'Xestospongia exigua'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '221086'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_60'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '292996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_61>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_61> ;
  mr:hasGeometry <https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_61> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4666666666667"^^xsd:decimal ;
  dwc:decimalLongitude "127.51666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_61>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4666666666667 127.51666666667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4666666666667"^^xsd:decimal ;
  geo-pos:long "127.51666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5043_Maisel%20Islands%20%28Lucipara%20Islands%29_1_Maisel%20Islands%20%28Lucipara%20Islands%29_1_61>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Maisel Islands (Lucipara Islands)_1_61" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5043_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-08-28'^^xsd:date;
  dwc:institutionCode 'VUB'^^xsd:string;
  dwc:collectionCode 'Sponge faunas of exposed and sheltered reef flats in eastern Indonesia in 1984'^^xsd:string;
  dwc:catalogNumber 'Maisel Islands (Lucipara Islands)_1_61'^^xsd:string;
  dwc:scientificName 'Xestospongia  carbonaria'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '127.51666666667'^^xsd:double;
  dwc:latitude '-5.4666666666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667, 127.51666666667 -5.4666666666667))'^^xsd:string;
  dwc:aphiaid '234022'^^xsd:integer;
  dwc:occurrenceId 'Maisel Islands (Lucipara Islands)_1_61'^^xsd:string;
  dwc:observationDate '1984-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '166799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF